Started by timer Running as SYSTEM Agent basic-h8phn is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-h8phn" 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-h8phn" - 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-h8phn" - 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-h8phn (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.018 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.002 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.001 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.018 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.014 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.153 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.067 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.541 sec - in org.eclipse.gemini.blueprint.io.OsgiBundleResourcePatternResolverTest Results : Tests run: 80, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ gemini-blueprint-io --- [INFO] Building jar: /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ gemini-blueprint-io --- [INFO] Building jar: /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT-sources.jar [INFO] [INFO] --- install:2.5.2:install (default-install) @ gemini-blueprint-io --- [INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/gemini-blueprint-io/3.0.1.BUILD-SNAPSHOT/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/gemini-blueprint-io/3.0.1.BUILD-SNAPSHOT/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/gemini-blueprint-io/3.0.1.BUILD-SNAPSHOT/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.eclipse.gemini.blueprint:gemini-blueprint-core >--------- [INFO] Building Gemini Blueprint Core 3.0.1.BUILD-SNAPSHOT [4/58] [INFO] from core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.0.0:clean (default-clean) @ gemini-blueprint-core --- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ gemini-blueprint-core --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ gemini-blueprint-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 18 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ gemini-blueprint-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 258 source files to /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/classes [INFO] /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/src/main/java/org/eclipse/gemini/blueprint/config/internal/AbstractReferenceDefinitionParser.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/src/main/java/org/eclipse/gemini/blueprint/config/internal/AbstractReferenceDefinitionParser.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/src/main/java/org/eclipse/gemini/blueprint/context/support/AbstractDelegatedExecutionApplicationContext.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/src/main/java/org/eclipse/gemini/blueprint/context/support/AbstractDelegatedExecutionApplicationContext.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bnd:3.3.0:bnd-process (default) @ gemini-blueprint-core --- [WARNING] /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/bnd.bnd [0:0]: Version for package org.osgi.service.blueprint.container is set to different values in the source (1.0.0) and in the manifest (1.0.2). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [WARNING] /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/bnd.bnd [0:0]: Version for package org.osgi.service.blueprint.reflect is set to different values in the source (1.0.0) and in the manifest (1.0.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [WARNING] /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/bnd.bnd [0:0]: No translation found for macro: git.commit.id.describe [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ gemini-blueprint-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 44 resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ gemini-blueprint-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 157 source files to /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/test-classes [INFO] /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/src/test/java/org/eclipse/gemini/blueprint/DictionaryEditorTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/src/test/java/org/eclipse/gemini/blueprint/DictionaryEditorTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/src/test/java/org/eclipse/gemini/blueprint/util/internal/ServiceReferenceBasedMapTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/src/test/java/org/eclipse/gemini/blueprint/util/internal/ServiceReferenceBasedMapTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ gemini-blueprint-core --- ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.gemini.blueprint.blueprint.config.TypeConverterTest The beans declared are: {.org.eclipse.gemini.blueprint.blueprint.container.BlueprintConverterConfigurer#0, arrayConversion, asianCodeExample, converterB, conversion, booleanConversion, serviceReference, referenceFactory, objectToCollectionConversion1, objectToCollectionConversion2} Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.884 sec - in org.eclipse.gemini.blueprint.blueprint.config.TypeConverterTest Running org.eclipse.gemini.blueprint.blueprint.config.ComponentSubElementTest 1679 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 1780 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 1883 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 1978 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 2077 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 2162 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 2212 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 2305 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 2377 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 2418 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 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(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 2567 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 2615 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 2697 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent@5dcb4f5f Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.241 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.155 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.366 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.167 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.07 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.017 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.216 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.054 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.097 sec - in org.eclipse.gemini.blueprint.blueprint.container.TestLazyBeansTest Running org.eclipse.gemini.blueprint.blueprint.container.BlueprintFieldsTest applicationEventPublisher availability beanClassLoader beanName blueprintCompliant bundleContext class eagerInit filter importContextClassLoader interfaces listeners object objectType prototype serviceBeanName singleton sticky timeout unifiedFilter useBlueprintExceptions type is boolean Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.gemini.blueprint.blueprint.container.BlueprintFieldsTest Running org.eclipse.gemini.blueprint.blueprint.container.LazyExporterTest [ServiceOne, ServiceOneService] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.eclipse.gemini.blueprint.blueprint.container.LazyExporterTest Running org.eclipse.gemini.blueprint.blueprint.container.TypeFactoryTest Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 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.285 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.012 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.246 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.243 sec - in org.eclipse.gemini.blueprint.blueprint.metadata.ImporterMetadataTest Running org.eclipse.gemini.blueprint.blueprint.metadata.ExporterMetadataTest [org.eclipse.gemini.blueprint.blueprint.reflect.SimpleMapEntry@5a021cb9, org.eclipse.gemini.blueprint.blueprint.reflect.SimpleMapEntry@51768776] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 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.031 sec - in org.eclipse.gemini.blueprint.blueprint.metadata.ImporterCollectionsMetadataTest Running org.eclipse.gemini.blueprint.blueprint.metadata.BeanComponentMetadataTest 4869 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 4906 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called Param value is org.eclipse.gemini.blueprint.blueprint.reflect.SimpleValueMetadata@3c321bdb 4974 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called [Ljava.util.Date;@13c612bd null java.net.URL class [Ljava.lang.Object; [org.eclipse.gemini.blueprint.blueprint.reflect.SimpleValueMetadata@3ef41c66, org.eclipse.gemini.blueprint.blueprint.reflect.SimpleValueMetadata@6b739528] null http://www.osgi.org null http://www.gmail.com 5005 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 5064 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 5094 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 5123 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called StaticFactory param 1 StaticFactory param 2 StaticFactory param 0 5175 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 5204 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 5234 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 5274 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 5304 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 5354 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 5388 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 5420 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 0.0 5460 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 5493 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called org.eclipse.gemini.blueprint.blueprint.reflect.SimplePropsMetadata@4a03bb68 5528 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 5759 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called NaN [org.eclipse.gemini.blueprint.blueprint.reflect.SimpleBeanProperty@7a799159] 5787 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called Param value is org.eclipse.gemini.blueprint.blueprint.reflect.SimpleValueMetadata@24a298a6 Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.97 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.094 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.04 sec - in org.eclipse.gemini.blueprint.blueprint.metadata.BundleContextApiTest Running org.eclipse.gemini.blueprint.blueprint.ReflectionTest boolean java.lang.Boolean Boolean true boolean true Boolean true Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.blueprint.ReflectionTest Running org.eclipse.gemini.blueprint.compendium.config.CmConfigAndCtxPropertiesConfigurationTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 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.194 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.107 sec - in org.eclipse.gemini.blueprint.compendium.config.ConfigPropertiesHandlerTest Running org.eclipse.gemini.blueprint.compendium.config.ManagedServiceFactoryTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec - in org.eclipse.gemini.blueprint.compendium.config.ManagedServiceFactoryTest Running org.eclipse.gemini.blueprint.compendium.internal.cm.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 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 sec - in org.eclipse.gemini.blueprint.compendium.internal.cm.ManagedFactoryDisposableInvokerTest Running org.eclipse.gemini.blueprint.compendium.internal.cm.UpdateMethodAdapterTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.gemini.blueprint.compendium.internal.cm.UpdateMethodAdapterTest Running org.eclipse.gemini.blueprint.config.BundleFactoryBeanParserTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 sec - in org.eclipse.gemini.blueprint.config.BundleFactoryBeanParserTest Running org.eclipse.gemini.blueprint.config.internal.OsgiServiceRegistrationListenerAdapterTest 6608 [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! 6609 [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.013 sec - in org.eclipse.gemini.blueprint.config.internal.OsgiServiceRegistrationListenerAdapterTest Running org.eclipse.gemini.blueprint.config.internal.OsgiServiceLifecycleListenerAdapterTest 6623 [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@367d2816] org.eclipse.gemini.blueprint.config.internal.OsgiServiceLifecycleListenerAdapterTest$ExceptionCustomListener$1: expected! 6626 [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! 6626 [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.017 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.116 sec - in org.eclipse.gemini.blueprint.config.OsgiReferenceNamespaceHandlerTest Running org.eclipse.gemini.blueprint.config.InvalidOsgiDefaultsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.gemini.blueprint.config.InvalidOsgiDefaultsTest Running org.eclipse.gemini.blueprint.config.OsgiServiceNamespaceHandlerTest string bean Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 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.027 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.231 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.116 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.013 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.009 sec - in org.eclipse.gemini.blueprint.context.support.AbstractRefreshableOsgiBundleApplicationContextTest Running org.eclipse.gemini.blueprint.context.OsgiBundleScopeTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.context.OsgiBundleScopeTest Running org.eclipse.gemini.blueprint.context.internal.classloader.ChainedClassLoaderTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.context.internal.classloader.ChainedClassLoaderTest Running org.eclipse.gemini.blueprint.internal.context.support.OsgiReferenceToServiceReferenceConversionTest org.eclipse.gemini.blueprint.service.importer.support.internal.aop.SwappingServiceReferenceProxy@e27d0ea1 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 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.386 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: 2.998 sec - in org.eclipse.gemini.blueprint.internal.service.interceptor.OsgiServiceDynamicInterceptorTest Running org.eclipse.gemini.blueprint.internal.service.interceptor.OsgiServiceStaticInterceptorTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.internal.service.interceptor.OsgiServiceStaticInterceptorTest Running org.eclipse.gemini.blueprint.internal.service.collection.DynamicCollectionIteratorTest Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.internal.service.collection.DynamicCollectionIteratorTest Running org.eclipse.gemini.blueprint.internal.service.collection.OsgiServiceSortedListTest given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.gemini.blueprint.internal.service.collection.OsgiServiceSortedListTest Running org.eclipse.gemini.blueprint.internal.service.collection.DynamicListTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.internal.service.collection.DynamicListTest Running org.eclipse.gemini.blueprint.internal.service.collection.DynamicSetTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.internal.service.collection.DynamicSetTest Running org.eclipse.gemini.blueprint.internal.service.collection.WeakCollectionTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.26 sec - in org.eclipse.gemini.blueprint.internal.service.collection.WeakCollectionTest Running org.eclipse.gemini.blueprint.internal.service.collection.OsgiServiceSetTest given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.gemini.blueprint.internal.service.collection.OsgiServiceSetTest Running org.eclipse.gemini.blueprint.internal.service.collection.threading.DynamicCollectionThreadingTest thread Writer is waiting for time 20 thread Iter1 is waiting for time 40 thread Iter2 is waiting for time 10 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 10 Releasing thread Iter2 at time 10 thread Iter2 is waiting for time 30 thread Iter1 is waiting for time 40 thread Writer is waiting for time 20 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 20 Releasing thread Writer at time 20 thread Writer is waiting for time 50 thread Iter1 is waiting for time 40 thread Iter2 is waiting for time 30 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 30 Releasing thread Iter2 at time 30 thread Iter2 is waiting for time 70 thread Iter1 is waiting for time 40 thread Writer is waiting for time 50 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 40 thread Writer is waiting for time 50 Releasing thread Iter1 at time 40 thread Iter1 is waiting for time 60 thread Iter2 is waiting for time 70 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 50 thread Iter2 is waiting for time 70 thread Iter1 is waiting for time 60 Releasing thread Writer at time 50 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING Time is now 60 Releasing thread Iter1 at time 60 thread Iter2 is waiting for time 70 thread Iter2 is in state WAITING thread Iter2 is in state WAITING Time is now 70 Releasing thread Iter2 at time 70 thread 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 Writer is waiting for time 20 thread Iter1 is waiting for time 40 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 10 thread Iter1 is waiting for time 40 thread Writer is waiting for time 20 Releasing thread Iter2 at time 10 thread Iter2 is waiting for time 30 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 20 thread Iter2 is waiting for time 30 Releasing thread Writer at time 20 thread Writer is waiting for time 50 thread Iter1 is waiting for time 40 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 30 thread Iter1 is waiting for time 40 thread Writer is waiting for time 50 Releasing thread Iter2 at time 30 thread Iter2 is waiting for time 70 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 40 thread Iter2 is waiting for time 70 thread Writer is waiting for time 50 Releasing thread Iter1 at time 40 thread Iter1 is waiting for time 60 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 50 thread Iter1 is waiting for time 60 Releasing thread Writer at time 50 thread Iter2 is waiting for time 70 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING Time is now 60 thread Iter2 is waiting for time 70 Releasing thread Iter1 at time 60 thread Iter2 is in state WAITING thread Iter2 is in state WAITING Time is now 70 Releasing thread Iter2 at time 70 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.466 sec - in org.eclipse.gemini.blueprint.internal.service.collection.threading.DynamicCollectionThreadingTest Running org.eclipse.gemini.blueprint.internal.service.collection.OsgiServiceListTest given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.internal.service.collection.OsgiServiceListTest Running org.eclipse.gemini.blueprint.internal.service.collection.DynamicSortedSetIteratorTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.internal.service.collection.DynamicSortedSetIteratorTest Running org.eclipse.gemini.blueprint.internal.service.collection.OsgiServiceSortedSetTest given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.internal.service.collection.OsgiServiceSortedSetTest Running org.eclipse.gemini.blueprint.internal.service.collection.ServiceReferenceComparatorTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 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.19 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.024 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.006 sec - in org.eclipse.gemini.blueprint.util.ClassUtilsTest Running org.eclipse.gemini.blueprint.util.BundleDelegatingClassLoaderTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 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 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 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.224 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.075 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.002 sec - in org.eclipse.gemini.blueprint.service.exporter.support.internal.support.ServiceRegistrationWrapperTest Running org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBeanTest Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBeanTest Running org.eclipse.gemini.blueprint.service.exporter.support.AbstractListenerAwareExporterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.service.exporter.support.AbstractListenerAwareExporterTest Running org.eclipse.gemini.blueprint.service.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.047 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.002 sec - in org.eclipse.gemini.blueprint.service.importer.support.InfrastructureProxyTest Running org.eclipse.gemini.blueprint.service.importer.support.GreedyProxyTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.gemini.blueprint.service.importer.support.GreedyProxyTest Running org.eclipse.gemini.blueprint.service.importer.support.LocalBundleContextAdviceTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.service.importer.support.LocalBundleContextAdviceTest Running org.eclipse.gemini.blueprint.service.importer.ServiceProxyDestroyedExceptionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.service.importer.ServiceProxyDestroyedExceptionTest Running org.eclipse.gemini.blueprint.service.importer.OsgiSingleServiceProxyFactoryBeanTest 25275 [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.005 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.002 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.097 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: 0.998 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.008 sec - in org.eclipse.gemini.blueprint.extender.internal.blueprint.support.BlueprintConfigUtilsTest Running org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfigurationCustomSettingsTest WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.297 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.076 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.003 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.007 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.207 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.075 sec - in org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManagerTest Running org.eclipse.gemini.blueprint.extender.internal.activator.GenericsTest java.lang.RuntimeException: THIS IS AN EXPECTED TEST EXCEPTION at org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManager.closeApplicationContext(LifecycleManager.java:332) at org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManager.access$200(LifecycleManager.java:51) at org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManager$2.run(LifecycleManager.java:297) at org.eclipse.gemini.blueprint.extender.internal.util.concurrent.RunnableTimedExecution$MonitoredRunnable.run(RunnableTimedExecution.java:55) at java.lang.Thread.run(Thread.java:748) Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.gemini.blueprint.extender.internal.activator.GenericsTest Running org.eclipse.gemini.blueprint.extender.internal.util.HeaderConstantsTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.extender.internal.util.HeaderConstantsTest Running org.eclipse.gemini.blueprint.extender.internal.util.ConfigUtilsVersioningTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.gemini.blueprint.extender.internal.util.ConfigUtilsVersioningTest Running org.eclipse.gemini.blueprint.extender.internal.util.ConfigUtilsTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.extender.internal.util.ConfigUtilsTest Running org.eclipse.gemini.blueprint.extender.internal.util.concurrent.RunnableTimedExecutionTest ERROR [org.eclipse.gemini.blueprint.extender.internal.util.concurrent.RunnableTimedExecution] - org.eclipse.gemini.blueprint.extender.internal.util.concurrent.RunnableTimedExecutionTest$2@14fa86ae did not finish in 10ms; consider taking a snapshot and then shutdown the VM in case the thread still hangs Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 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.101 sec - in org.eclipse.gemini.blueprint.extender.internal.dependencies.BlueprintShutdownSorterTest Results : Tests run: 83, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ gemini-blueprint-extender --- [INFO] Building jar: /home/jenkins/agent/workspace/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.726 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.08 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.018 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.023 sec - in org.eclipse.gemini.blueprint.test.internal.util.ManifestUtilsTest Running org.eclipse.gemini.blueprint.test.internal.util.MemoryStorageTest wrote 661 bytes Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.eclipse.gemini.blueprint.test.internal.util.MemoryStorageTest Running org.eclipse.gemini.blueprint.test.provisioning.internal.LocalFileSystemMavenRepositoryTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.382 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.362 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.521 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.54 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.295 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.6 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.259 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.917 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.413 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.387 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:53,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:25:53,272 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:53,276 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:53,303 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:53,390 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:53,393 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:53,400 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:53,413 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3a5ed7a6 - No compression will be used 01:25:53,422 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:53,422 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:53,457 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:53,458 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:53,458 |-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,458 |-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,458 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:25:53,459 |-INFO 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,459 |-INFO 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,459 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:53,459 |-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,459 |-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,460 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:53,460 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:53,460 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:53,460 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:53,461 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:53,462 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:53,462 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:53,463 |-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:53.631 [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:53.637 [main] TRACE o.e.g.b.i.b.ScopingTest:85 - Instantiating platform wrapper... 01:25:53.649 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi4924838224682229614kf 01:25:53.649 [main] DEBUG o.e.g.b.i.b.ScopingTest:215 - About to start Knopflerfish OSGi Platform 01:25:53.772 [main] INFO o.e.g.b.i.b.ScopingTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:25:53.776 [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:53.777 [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:53.778 [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:53.779 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:25:53.932 [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:53.949 [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:53.955 [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:53.957 [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:53.966 [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:53.977 [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:53.979 [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:53.983 [main] DEBUG o.e.g.b.i.b.ScopingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:25:53.988 [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:54.001 [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:54.013 [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:54.016 [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:54.021 [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:54.064 [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:54.066 [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:54.071 [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:54.075 [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:54.078 [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:54.079 [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:54.081 [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:54.097 [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:54.104 [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:54.109 [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:54.111 [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:54.112 [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:54.112 [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:54.113 [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:54.116 [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:54.119 [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:54.120 [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:54.126 [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:54.126 [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:54.156 [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:54.160 [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:54.162 [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:54.164 [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:54,192 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,229 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:54,232 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:54,241 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:54,272 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:54,275 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:54,281 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:54,289 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@72c69f4f - No compression will be used 01:25:54,293 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:54,293 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:54,295 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:54,295 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:54,296 |-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,296 |-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,296 |-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,296 |-INFO 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,296 |-INFO 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,297 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:54,297 |-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,297 |-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,297 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:54,297 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:54,297 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:54,298 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:54,298 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:54,299 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:54,299 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:54,303 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@27aeb0ca - Registering current configuration as safe fallback point 01:25:54.316 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:25:54.327 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 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.499 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:25:54.502 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:25:54.507 [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.509 [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.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:54.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:54.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:25:54.512 [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.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:54.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:54.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:54.513 [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.514 [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.514 [BundleStart #16] DEBUG o.e.g.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.514 [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.515 [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.515 [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.515 [BundleStart #16] DEBUG 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.515 [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.516 [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.516 [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.516 [BundleStart #16] DEBUG o.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.517 [BundleStart #16] 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.518 [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.518 [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.518 [BundleStart #16] DEBUG o.e.g.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.519 [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.519 [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.519 [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.519 [BundleStart #16] DEBUG o.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.520 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:54.520 [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.521 [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.521 [BundleStart #16] 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.521 [BundleStart #16] 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.522 [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.522 [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.522 [BundleStart #16] DEBUG o.e.g.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.522 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:54.523 [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.523 [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.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:25:54.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:25:54.525 [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.525 [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.525 [BundleStart #16] DEBUG o.e.g.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.526 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:54.526 [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.526 [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.526 [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.527 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:54.528 [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.528 [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.528 [BundleStart #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.529 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:54.529 [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.529 [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.529 [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.529 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:54.530 [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.530 [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.530 [BundleStart #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.531 [BundleStart #16] 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.532 [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.533 [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.533 [BundleStart #16] DEBUG o.e.g.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.560 [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.560 [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.563 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:25:54.563 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:25:54.566 [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.568 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:54.569 [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@3e91e87e w/ reference null 01:25:54.569 [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@3e91e87e w/ reference null 01:25:54.570 [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.574 [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.584 [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.585 [BundleStart #16] DEBUG 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.585 [BundleStart #16] 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.588 [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.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:25:54.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:25:54.590 [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.591 [BundleStart #16] DEBUG o.e.g.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.591 [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.591 [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.592 [BundleStart #16] DEBUG 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.592 [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.593 [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.593 [BundleStart #16] DEBUG o.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.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:25:54.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:25:54.596 [BundleStart #16] DEBUG o.e.g.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.596 [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.597 [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.597 [BundleStart #16] DEBUG o.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.597 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:54.598 [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.598 [BundleStart #16] 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.599 [BundleStart #16] 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.600 [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.600 [BundleStart #16] DEBUG o.e.g.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.600 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:54.601 [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.602 [BundleStart #16] 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.602 [BundleStart #16] 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.603 [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.604 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:25:54.604 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:54.605 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:25:54.605 [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.605 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:54.607 [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.607 [BundleStart #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.608 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:54.608 [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.609 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:25:54.609 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:54.609 [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.610 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:54.610 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:25:54.613 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:25:54.613 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:25:54.614 [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:54.621 [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.622 [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.622 [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.622 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:54.622 [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.623 [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.624 [BundleStart #17] DEBUG 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.624 [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:54.625 [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:54.625 [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:54.625 [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:54.626 [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:54.626 [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:54.626 [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:54.627 [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:54.627 [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:54.628 [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:54.628 [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:54.629 [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:54.629 [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:54.638 [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:54.639 [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:54.640 [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:54.658 [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:54.658 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:25:54.659 [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:54.659 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@6c9919bf 01:25:54.659 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.a, config=osgibundle:/META-INF/spring/*.xml) 01:25:54.659 [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:54.659 [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:54.659 [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:54.660 [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:54.661 [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:54.661 [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:54.661 [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:54.661 [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:54.662 [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:54.662 [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:54.662 [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:54.662 [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:54.663 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:25:54.663 [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:54.663 [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:54.664 [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:54.665 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.a, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:25:54 UTC 2024]; root of context hierarchy 01:25:54.666 [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:54.666 [main] DEBUG o.e.g.b.i.b.ScopingTest:511 - Post processing: creating test bundle 01:25:54.666 [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:54.672 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:25:54.679 [main] TRACE o.e.g.b.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:54.680 [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:54.680 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:25:54.680 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:25:54.680 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:25:54.680 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:25:54.681 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:25:54.681 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:25:54.681 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:25:54.681 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:25:54.681 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:25:54.682 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:25:54.682 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/bundleScope/ 01:25:54.682 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/bundleScope/ScopingTest.MF 01:25:54.682 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/bundleScope/ScopingTest.class 01:25:54.683 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/bundleScope/scope-context.xml 01:25:54.689 [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:54.689 [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:54.692 [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:54.692 [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:54.692 [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:54.693 [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:54.693 [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:54.693 [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:54.694 [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:54.694 [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:54.694 [main] DEBUG o.e.g.b.i.b.ScopingTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:25:54.696 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:25:54.696 [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:54.697 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:25:54.698 [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:54.699 [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:54.699 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:25:54.699 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:25:54.700 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:25:54.709 [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:54.710 [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:54.711 [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:54.713 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:54.713 [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:54.714 [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:54.785 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:54.785 [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:54.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:54.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:25:54.858 [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:54.859 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:25:54.900 [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@68865ac0: defining beans [a.service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,staticReference]; root of factory hierarchy 01:25:54.910 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:54.910 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:25:54.911 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.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.912 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.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.922 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:25:54.926 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@68865ac0: defining beans [a.service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,staticReference]; root of factory hierarchy] 01:25:54.926 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:25:54.926 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@b2f816c 01:25:54.927 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:25:54.927 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:25:54.927 [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:54.928 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:25:54.928 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:25:54.928 [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:54.928 [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:54.928 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:25:54.929 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@6c9919bf 01:25:54.929 [EclipseGeminiBlueprintExtenderThread-1] 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:54.929 [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:54.930 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.b, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:25:54 UTC 2024]; root of context hierarchy 01:25:54.930 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:25:54.931 [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:54.934 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:54.935 [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:54.936 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:25:54.936 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:25:54.977 [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:54.977 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:25:54.990 [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@1662fbde: defining beans [b.service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,serviceFromA,staticReference]; root of factory hierarchy 01:25:54.991 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:54.991 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:25:54.991 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.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.992 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.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.993 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:25:54.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@1662fbde: defining beans [b.service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,serviceFromA,staticReference]; root of factory hierarchy] 01:25:54.993 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:25:54.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@b2f816c 01:25:54.994 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&serviceFromA] 01:25:54.994 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:25:55.023 [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:55.023 [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:55.024 [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:55.025 [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:55.025 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:25:55.025 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:25:55.025 [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:55.025 [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:55.026 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:25:55.026 [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:55.057 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@61ea3380] 01:25:55.057 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@6461c73c] 01:25:55.064 [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:55.065 [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:55.065 [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:55.066 [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:55.067 [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:55.068 [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:55.071 [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:55.071 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:25:55.072 [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:55.072 [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:55.073 [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:55.073 [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:55.074 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:25:55.074 [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:55.076 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6280be] 01:25:55.079 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.a, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.a, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:25:54 UTC 2024]; root of context hierarchy] 01:25:55.081 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.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:55.082 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:25:55.085 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:25:55.087 [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:55.087 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:25:55.093 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:25:55.100 [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:55.101 [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:55.101 [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:55.101 [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:55.102 [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:55.104 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@4fd0fe59] 01:25:55.104 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@72e54bba] 01:25:55.106 [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:55.106 [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:55.106 [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:55.107 [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:55.107 [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:55.107 [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:55.108 [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:55.108 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@121232c2} 01:25:55.109 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@121232c2] bound to proxy 01:25:55.109 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@121232c2] bound to proxy 01:25:55.110 [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:55.110 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:25:55.111 [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:55.111 [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:55.111 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:25:55.111 [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:55.112 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@1da41903] 01:25:55.113 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.b, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.b, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:25:54 UTC 2024]; root of context hierarchy] 01:25:55.113 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.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:55.114 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:25:55.115 [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:55.115 [main] DEBUG o.e.g.b.i.b.ScopingTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.scope.b 01:25:55.115 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=20] 01:25:55.116 [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:55.116 [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:55.117 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@3ddd9b18} 01:25:55.117 [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:55.117 [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:55.117 [main] DEBUG o.e.g.b.i.b.ScopingTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.scope.a 01:25:55.118 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:25:55.118 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:25:55.118 [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:55.119 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:25:55.120 [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:55.120 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:25:55.121 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:25:55.121 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:25:55.121 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:25:55.122 [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:55.123 [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:55.123 [main] TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testExportedScopedBeansDestructionCallbackCalled] to OSGi 01:25:55.136 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExportedScopedBeansDestructionCallbackCalled] for execution inside OSGi 01:25:55.137 [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:55.137 [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:55.138 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.integration, config=/org/eclipse/gemini/blueprint/iandt/bundleScope/scope-context.xml): startup date [Sat Apr 27 01:25:55 UTC 2024]; root of context hierarchy 01:25:55.138 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:25:55.139 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://21/org/eclipse/gemini/blueprint/iandt/bundleScope/scope-context.xml] 01:25:55.142 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:55.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:25:55.143 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:25:55.143 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:25:55.169 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:25:55.169 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:25:55.178 [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:55.179 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:55.179 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:25:55.179 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:25:55.180 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:25:55.181 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@4fb0f2b9] 01:25:55.181 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@79924b] 01:25:55.182 [main] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 01:25:55.183 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 01:25:55.183 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 01:25:55.184 [main] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class java.util.Properties] classes {} 01:25:55.184 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.util.Map}] 01:25:55.184 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 01:25:55.185 [main] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] is being tracked for dependencies 01:25:55.186 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends (transitively) on the following importers:{} 01:25:55.186 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends on importers:[] 01:25:55.186 [main] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class java.lang.Object] classes {class java.lang.Object} 01:25:55.187 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.lang.Object}] 01:25:55.187 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] started; all its dependencies are satisfied 01:25:55.187 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@294425a7] 01:25:55.188 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.integration, config=/org/eclipse/gemini/blueprint/iandt/bundleScope/scope-context.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.integration, config=/org/eclipse/gemini/blueprint/iandt/bundleScope/scope-context.xml): startup date [Sat Apr 27 01:25:55 UTC 2024]; root of context hierarchy] 01:25:55.188 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.scope.integration, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.scope.integration, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.scope.integration, Bundle-Version=0.0.0} 01:25:55.189 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:25:55.208 [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:55.209 [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:55.209 [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:55.209 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.a, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:25:55 UTC 2024]; root of context hierarchy 01:25:55.210 [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:55.210 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 01:25:55.211 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@121232c2] was unregistered and unbound from the service proxy 01:25:55.211 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@121232c2] was unregistered and unbound from the service proxy 01:25:55.211 [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:55.212 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@121232c2] 01:25:55.212 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:25:55.212 [main] DEBUG o.e.g.b.c.s.i.s.OsgiBundleScope:231 - destroying local bundle scoped bean [a.service] 01:25:55.257 [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:55.260 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:55.260 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:25:55.261 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:25:55.261 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:25:55.280 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:25:55.281 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:25:55.289 [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:55.289 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:55.289 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:25:55.290 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:25:55.290 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:25:55.291 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:25:55.292 [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:55.292 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:25:55.292 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@b2f816c 01:25:55.292 [main] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:25:55.293 [main] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:25:55.293 [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:55.293 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:25:55.293 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:25:55.294 [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:55.294 [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:55.294 [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:55.295 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@3d354b6] 01:25:55.295 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@3e8229ce] 01:25:55.297 [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:55.298 [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:55.298 [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:55.298 [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:55.298 [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:55.299 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@7dc1e360] bound to proxy 01:25:55.299 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@7dc1e360] bound to proxy 01:25:55.299 [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:55.300 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@64ae6e8a] 01:25:55.301 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.a, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.a, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:25:55 UTC 2024]; root of context hierarchy] 01:25:55.301 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.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:55.302 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:25:55.303 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:25:56.294 [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:56.295 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:56.296 [main] TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testExportedScopedBeansDestructionCallbackCalled] 01:25:56.297 [main] DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testExportedScopedBeansDestructionCallbackCalled]'s result read 01:25:56.298 [main] TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testServiceBInBundleBAndTestBundle] to OSGi 01:25:56.299 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceBInBundleBAndTestBundle] for execution inside OSGi 01:25:56.299 [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:56.300 [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:56.301 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:56.301 [main] TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testServiceBInBundleBAndTestBundle] 01:25:56.301 [main] DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testServiceBInBundleBAndTestBundle]'s result read 01:25:56.302 [main] TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testServiceAScopeForCurrentBundle] to OSGi 01:25:56.302 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceAScopeForCurrentBundle] for execution inside OSGi 01:25:56.302 [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:56.303 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:56.303 [main] TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testServiceAScopeForCurrentBundle] 01:25:56.304 [main] DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testServiceAScopeForCurrentBundle]'s result read 01:25:56.304 [main] TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testServiceAScopeForBundleA] to OSGi 01:25:56.304 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceAScopeForBundleA] for execution inside OSGi 01:25:56.305 [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:56.305 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:56.305 [main] TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testServiceAScopeForBundleA] 01:25:56.306 [main] DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testServiceAScopeForBundleA]'s result read 01:25:56.306 [main] TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testServiceAScopeForBundleB] to OSGi 01:25:56.307 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceAScopeForBundleB] for execution inside OSGi 01:25:56.307 [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:56.313 [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:56.314 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:56.315 [main] TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testServiceAScopeForBundleB] 01:25:56.315 [main] DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testServiceAScopeForBundleB]'s result read 01:25:56.315 [main] TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testBeanReferenceAndLocalScopeInstanceForBundleA] to OSGi 01:25:56.316 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBeanReferenceAndLocalScopeInstanceForBundleA] for execution inside OSGi 01:25:56.316 [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:56.317 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:56.317 [main] TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testBeanReferenceAndLocalScopeInstanceForBundleA] 01:25:56.317 [main] DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testBeanReferenceAndLocalScopeInstanceForBundleA]'s result read 01:25:56.317 [main] TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testBeanReferenceAndLocalScopeInstanceForBundleB] to OSGi 01:25:56.318 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBeanReferenceAndLocalScopeInstanceForBundleB] for execution inside OSGi 01:25:56.318 [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:56.319 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:56.319 [main] TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testBeanReferenceAndLocalScopeInstanceForBundleB] 01:25:56.319 [main] DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testBeanReferenceAndLocalScopeInstanceForBundleB]'s result read 01:25:56.320 [main] TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testEnvironmentValidity] to OSGi 01:25:56.320 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testEnvironmentValidity] for execution inside OSGi 01:25:56.320 [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:56.321 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:56.321 [main] TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testEnvironmentValidity] 01:25:56.321 [main] DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testEnvironmentValidity]'s result read 01:25:56.322 [main] TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testScopedBeanNotExported] to OSGi 01:25:56.322 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testScopedBeanNotExported] for execution inside OSGi 01:25:56.322 [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:56.323 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:56.323 [main] TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testScopedBeanNotExported] 01:25:56.324 [main] DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testScopedBeanNotExported]'s result read 01:25:56.324 [main] TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testScopedBeanDestructionCallbackDuringContextRefresh] to OSGi 01:25:56.325 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testScopedBeanDestructionCallbackDuringContextRefresh] for execution inside OSGi 01:25:56.325 [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:56.325 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.integration, config=/org/eclipse/gemini/blueprint/iandt/bundleScope/scope-context.xml): startup date [Sat Apr 27 01:25:56 UTC 2024]; root of context hierarchy 01:25:56.326 [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:56.326 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] 01:25:56.326 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@6379eb] 01:25:56.326 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 01:25:56.327 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@4a94ee4] 01:25:56.327 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:25:56.327 [main] DEBUG o.e.g.b.c.s.i.s.OsgiBundleScope:231 - destroying local bundle scoped bean [props] 01:25:56.328 [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:56.331 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:56.331 [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:56.332 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:25:56.332 [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:56.348 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:25:56.349 [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:56.357 [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:56.357 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:56.357 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:25:56.358 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:25:56.358 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:25:56.359 [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:56.360 [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:56.361 [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:56.361 [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:56.361 [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:56.362 [main] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class java.util.Properties] classes {} 01:25:56.362 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.util.Map}] 01:25:56.362 [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:56.363 [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:56.363 [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:56.364 [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:56.364 [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:56.364 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.lang.Object}] 01:25:56.364 [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:56.365 [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:56.365 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.integration, config=/org/eclipse/gemini/blueprint/iandt/bundleScope/scope-context.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.integration, config=/org/eclipse/gemini/blueprint/iandt/bundleScope/scope-context.xml): startup date [Sat Apr 27 01:25:56 UTC 2024]; root of context hierarchy] 01:25:56.365 [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:56.366 [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:56.367 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:56.367 [main] TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testScopedBeanDestructionCallbackDuringContextRefresh] 01:25:56.367 [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.741 sec - in org.eclipse.gemini.blueprint.iandt.bundleScope.ScopingTest 01:25:56.371 [Thread-0] INFO o.e.g.b.i.b.ScopingTest:471 - Shutting down OSGi platform 01:25:56.371 [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:56.372 [Thread-3] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.integration, config=/org/eclipse/gemini/blueprint/iandt/bundleScope/scope-context.xml): startup date [Sat Apr 27 01:25:56 UTC 2024]; root of context hierarchy 01:25:56.372 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:56.372 [Thread-3] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.integration, config=/org/eclipse/gemini/blueprint/iandt/bundleScope/scope-context.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.integration, config=/org/eclipse/gemini/blueprint/iandt/bundleScope/scope-context.xml): startup date [Sat Apr 27 01:25:56 UTC 2024]; root of context hierarchy] 01:25:56.372 [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:56.374 [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:56.433 [Thread-3] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@78691363] 01:25:56.434 [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:56.434 [Thread-3] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@3e694b3f] 01:25:56.434 [Thread-3] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:25:56.435 [Thread-3] DEBUG o.e.g.b.c.s.i.s.OsgiBundleScope:231 - destroying local bundle scoped bean [props] 01:25:56.442 [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:56.443 [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:56.443 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=20]] 01:25:56.457 [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:56.457 [Gemini Blueprint 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:56.457 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@6c9919bf 01:25:56.458 [Gemini Blueprint context 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:56.458 [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:56.458 [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:56.458 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.b, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:25:54 UTC 2024]; root of context hierarchy 01:25:56.459 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.b, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.b, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:25:54 UTC 2024]; root of context hierarchy] 01:25:56.459 [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:56.459 [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:56.460 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@34a6e267] 01:25:56.460 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@7dc1e360] was unregistered and unbound from the service proxy 01:25:56.460 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@7dc1e360] was unregistered and unbound from the service proxy 01:25:56.461 [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:56.461 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:25:56.461 [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:56.462 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:25:56.463 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@6c9919bf 01:25:56.463 [Gemini Blueprint context shutdown thread 1] TRACE o.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:56.463 [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:56.463 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19]] 01:25:56.463 [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:56.464 [Gemini Blueprint 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:56.464 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@6c9919bf 01:25:56.464 [Gemini Blueprint context 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:56.464 [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:56.464 [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:56.465 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.a, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:25:55 UTC 2024]; root of context hierarchy 01:25:56.465 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.a, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.a, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:25:55 UTC 2024]; root of context hierarchy] 01:25:56.466 [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:56.466 [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:56.466 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@7dc1e360] 01:25:56.466 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:25:56.467 [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:56.467 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:25:56.467 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@6c9919bf 01:25:56.467 [Gemini Blueprint context shutdown thread 1] TRACE o.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:56.467 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:56.468 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:56.468 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:56.468 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:56.468 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:56.468 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:56.470 [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:56.470 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=20] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@323d386e 01:25:56.470 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@3cfac059 01:25:56.470 [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.471 [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.471 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:25:56.471 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:25:57,170 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:25:57,288 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:57,292 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:57,315 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:57,361 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:57,364 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:57,370 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:57,381 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7791a895 - No compression will be used 01:25:57,388 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:57,388 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:57,390 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:57,390 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:57,391 |-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,391 |-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,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:25:57,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:25:57,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:25:57,392 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:57,392 |-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,392 |-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,392 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:57,392 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:57,392 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:57,392 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:57,393 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:57,393 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:57,393 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:57,394 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3701eaf6 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test 01:25:57.511 [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:57.517 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:85 - Instantiating platform wrapper... 01:25:57.529 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi8927117026610586570kf 01:25:57.530 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:215 - About to start Knopflerfish OSGi Platform 01:25:57.639 [main] INFO o.e.g.b.i.c.Cardinality0to1Test:279 - Knopflerfish OSGi Platform [7.1.2] started 01:25:57.643 [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:57.644 [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:57.646 [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:57.647 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:25:57.789 [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:57.806 [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:57.812 [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:57.814 [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:57.823 [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:57.833 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:25:57.835 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:25:57.840 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:25:57.857 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:25:57.863 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:25:57.881 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:25:57.883 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:25:57.888 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:25:57.895 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:25:57.897 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:25:57.906 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:25:57.911 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:25:57.914 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.1.BUILD-SNAPSHOT.jar] 01:25:57.919 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/cardinality.0to1.bundle/target/cardinality0to1-3.0.1.BUILD-SNAPSHOT.jar] 01:25:57.962 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:25:57.970 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:25:57.975 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:25:57.977 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:25:57.978 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:25:57.979 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:25:57.979 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:25:57.982 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:25:57.986 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:25:57.987 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:25:57.994 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:25:57.995 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:25:57.995 [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:58.000 [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:58.001 [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:58.003 [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:58,037 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,086 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:58,089 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:58,100 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:58,127 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:58,130 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:58,134 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:58,142 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1d61c288 - No compression will be used 01:25:58,147 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:58,147 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:58,149 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:58,149 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:58,149 |-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,149 |-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,150 |-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,150 |-INFO 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,150 |-INFO 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,150 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:58,150 |-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,151 |-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,151 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:58,151 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:58,151 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:58,151 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:58,152 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:58,152 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:58,153 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:58,153 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@62527254 - Registering current configuration as safe fallback point 01:25:58.168 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:25:58.179 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:25:58.332 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:58.337 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:58.341 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:25:58.345 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:25:58.350 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:58.351 [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:58.352 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 01:25:58.352 [BundleStart #16] DEBUG 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:58.352 [BundleStart #16] 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:58.354 [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:58.354 [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:58.354 [BundleStart #16] DEBUG o.e.g.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:58.354 [BundleStart #16] 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:58.355 [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:58.356 [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:58.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:58.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:58.357 [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:58.357 [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:58.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:58.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:58.358 [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:58.358 [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:58.359 [BundleStart #16] DEBUG o.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:58.359 [BundleStart #16] 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:58.361 [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:58.361 [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:58.361 [BundleStart #16] DEBUG o.e.g.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:58.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:25:58.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:25:58.363 [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:58.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:25:58.363 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:58.364 [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:58.364 [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:58.365 [BundleStart #16] 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:58.365 [BundleStart #16] 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:58.366 [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:58.366 [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:58.366 [BundleStart #16] DEBUG o.e.g.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:58.366 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:58.367 [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:58.368 [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:58.368 [BundleStart #16] 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:58.368 [BundleStart #16] 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:58.369 [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:58.369 [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:58.370 [BundleStart #16] DEBUG o.e.g.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:58.370 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:58.371 [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:58.371 [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:58.371 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:58.371 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:58.373 [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:58.373 [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:58.373 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:58.373 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:58.373 [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:58.374 [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:58.374 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:25:58.374 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:58.375 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:25:58.375 [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:58.375 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:58.376 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:25:58.377 [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:58.378 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 01:25:58.378 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:25:58.387 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:25:58.387 [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:58.390 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:25:58.391 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:25:58.394 [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:58.396 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:58.397 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@70e03e6d w/ reference null 01:25:58.397 [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:25:58.398 [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:58.402 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:58.413 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:25:58.414 [BundleStart #16] DEBUG 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:58.414 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:25:58.417 [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:58.417 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:25:58.417 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:25:58.419 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:25:58.420 [BundleStart #16] DEBUG o.e.g.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:58.420 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:58.421 [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:58.421 [BundleStart #16] DEBUG 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:58.421 [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:58.423 [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:58.423 [BundleStart #16] DEBUG o.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:58.423 [BundleStart #16] 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:58.425 [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:58.425 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:25:58.426 [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:58.426 [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:58.427 [BundleStart #16] DEBUG o.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:58.427 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:58.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:58.428 [BundleStart #16] 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:58.428 [BundleStart #16] 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:58.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:58.430 [BundleStart #16] DEBUG o.e.g.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:58.430 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:58.431 [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:58.432 [BundleStart #16] 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:58.432 [BundleStart #16] 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:58.434 [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:58.434 [BundleStart #16] DEBUG o.e.g.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:58.434 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:58.435 [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:58.435 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:58.435 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:58.437 [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:58.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:58.438 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:58.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:58.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:58.439 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:58.440 [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:58.440 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:58.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:58.458 [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:58.458 [BundleStart #16] DEBUG o.e.g.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:58.459 [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:58.466 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:58.467 [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:58.467 [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:58.467 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:58.467 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:58.469 [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:58.469 [BundleStart #17] DEBUG 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:58.470 [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:58.472 [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:58.472 [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:58.473 [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:58.473 [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:58.483 [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:58.484 [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:58.485 [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:58.488 [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:58.488 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:25:58.489 [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:58.489 [EclipseGeminiBlueprintExtenderThread-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:25:58.489 [EclipseGeminiBlueprintExtenderThread-1] 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:58.489 [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:58.490 [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:58.490 [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:58.490 [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:58.492 [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:58.492 [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:58.493 [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:58.493 [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:58.493 [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:58.494 [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:58.494 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:25:58 UTC 2024]; root of context hierarchy 01:25:58.494 [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:58.494 [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:58.495 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:25:58.495 [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:58.496 [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:58.496 [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:58.498 [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:58.498 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:511 - Post processing: creating test bundle 01:25:58.501 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:25:58.510 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.cardinality0to1] 01:25:58.510 [main] INFO o.e.g.b.i.c.Cardinality0to1Test:202 - Automatically creating Manifest for the test bundle 01:25:58.511 [main] INFO o.e.g.b.i.c.Cardinality0to1Test:366 - Using the test class for generating bundle imports 01:25:58.513 [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:58.513 [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:58.558 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:491 - Visiting class Cardinality0to1Test 01:25:58.572 [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:58.572 [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:58.572 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:491 - Visiting class BaseIntegrationTest 01:25:58.576 [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:58.576 [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:58.576 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:491 - Visiting class BaseIntegrationTest$PermissionManager 01:25:58.577 [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:58.578 [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:58.578 [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:58.579 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:25:58.580 [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:58.580 [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:58.580 [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:58.580 [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:58.581 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:25:58.581 [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:58.581 [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:58.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-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:58.582 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:25:58.582 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:25:58.582 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:25:58.582 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:25:58.583 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:25:58.583 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:25:58.583 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:25:58.583 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:25:58.583 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:25:58.584 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:25:58.584 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cardinality0to1/ 01:25:58.584 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cardinality0to1/Cardinality0to1Test.MF 01:25:58.584 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cardinality0to1/Cardinality0to1Test.class 01:25:58.590 [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:58.590 [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:58.593 [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:58.593 [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:58.594 [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:58.594 [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:58.594 [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:58.595 [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:58.595 [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:58.596 [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:58.596 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:208 - Looking for Spring/OSGi powered bundles to wait for... 01:25:58.598 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:25:58.598 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test] does not trigger a context creation. 01:25:58.599 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:25:58.600 [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:58.601 [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:58.601 [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:58.657 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:58.657 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:25:58.674 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:58.675 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:25:58.675 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:25:58.676 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:25:58.785 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:25:58.786 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:25:58.878 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/simpleservice.xml] 01:25:58.882 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:58.882 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:25:58.883 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:25:58.883 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:25: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@1785f1d3: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 01:25:58.966 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:58.966 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:25:58.967 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:25:58.968 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:25:58.979 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:25:58.983 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@1785f1d3: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 01:25:58.984 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:25:58.984 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@35f877aa 01:25:58.984 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:25:58.985 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:25:58.985 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:25:58.985 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:25:58.985 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:25:58.985 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:25:58.986 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:25:58.986 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:25:58.987 [EclipseGeminiBlueprintExtenderThread-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:25:58.987 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml) 01:25:58.987 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml) 01:25:58.987 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:25:58 UTC 2024]; root of context hierarchy 01:25:58.988 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:25:58.989 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/cardinality0to1.xml] 01:25:58.993 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:58.993 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:25:58.993 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:25:58.994 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:25:59.067 [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:59.068 [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:59.081 [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@1f046945: defining beans [listener,my-container,simpleServiceOsgi]; root of factory hierarchy 01:25:59.081 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:59.081 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:25:59.082 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:25:59.082 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:25:59.084 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:25:59.084 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@1f046945: defining beans [listener,my-container,simpleServiceOsgi]; root of factory hierarchy] 01:25:59.084 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:25:59.084 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@35f877aa 01:25:59.085 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&simpleServiceOsgi] 01:25:59.085 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:25:59.164 [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:59.164 [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:59.165 [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:59.167 [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:59.167 [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:59.168 [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:59.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.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml) 01:25:59.168 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:25:59.168 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:25:59.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.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml) 01:25:59.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.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml) 01:25:59.169 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:25:59.169 [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:59.172 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7919efb2] 01:25:59.172 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5b6a2ad1] Delaying for:0 01:25:59.179 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 01:25:59.180 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 01:25:59.181 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 01:25:59.182 [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:59.182 [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:59.184 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 01:25:59.185 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@300d5a64] 01:25:59.188 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:25:58 UTC 2024]; root of context hierarchy] 01:25:59.191 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.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:59.192 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, 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.192 [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:59.193 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:25:59.194 [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:59.194 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:25:59.195 [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:59.195 [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:59.195 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:59.195 [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:59.196 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=18] 01:25:59.197 [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:59.198 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:25:59.204 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:25:59.213 [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:59.257 [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:59.258 [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:59.258 [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:59.259 [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:59.263 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@73d0e8c2] 01:25:59.263 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@27b859af] 01:25:59.264 [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:59.265 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 01:25:59.265 [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@270303a6 w/ reference null 01:25:59.265 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service with props=null 01:25:59.265 [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:59.266 [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@270303a6 w/ reference null 01:25:59.267 [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:59.267 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:25:59.268 [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:59.268 [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:59.269 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:25:59.269 [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:59.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@5f9811d2] 01:25:59.271 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:25:58 UTC 2024]; root of context hierarchy] 01:25:59.271 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.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:59.272 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:25:59.272 [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:59.273 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1 01:25:59.273 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:25:59.274 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:25:59.275 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:25:59.276 [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:59.276 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:25:59.277 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:25:59.277 [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:59.278 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:25:59.279 [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:59.280 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [slf4j.api] does not trigger a context creation. 01:25:59.281 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:25:59.281 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:25:59.281 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:25:59.284 [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:59.284 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:364 - Writing test name [test0to1Cardinality] to OSGi 01:25:59.298 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [test0to1Cardinality] for execution inside OSGi 01:25:59.299 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [test0to1Cardinality] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@294425a7 01:25:59.299 [main] INFO o.e.g.b.i.c.Cardinality0to1Test:190 - Loading context for locations: 01:25:59.301 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test, config=): startup date [Sat Apr 27 01:25:59 UTC 2024]; root of context hierarchy 01:25:59.301 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:25:59.301 [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@5876a9af: defining beans []; root of factory hierarchy 01:25:59.302 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:59.302 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:25:59.303 [main] TRACE o.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.303 [main] TRACE o.e.g.b.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.303 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@2a798d51] 01:25:59.304 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@6d763516] 01:25:59.304 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@52bf72b5] 01:25:59.304 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test, config=): startup date [Sat Apr 27 01:25:59 UTC 2024]; root of context hierarchy] 01:25:59.305 [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:59.357 [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.379 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:25:59.397 [main] TRACE o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:445 - Publishing event through publisher OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:25:58 UTC 2024]; root of context hierarchy 01:25:59.397 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml): org.eclipse.gemini.blueprint.service.importer.event.OsgiServiceDependencyWaitStartingEvent[source=org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean@2a3b5b47] 01:25:59.408 [main] TRACE o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:445 - Publishing event through publisher OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:25:58 UTC 2024]; root of context hierarchy 01:25:59.408 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml): org.eclipse.gemini.blueprint.service.importer.event.OsgiServiceDependencyWaitTimedOutEvent[source=org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean@2a3b5b47] Starting dependency 01:25:59.410 [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:59.410 [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:59.411 [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:59.411 [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:59.411 [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:59.412 [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:59.412 [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:59.412 [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:59.412 [BundleStart #21] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 01:25:59.413 [EclipseGeminiBlueprintExtenderThread-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:25:59.413 [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:59.413 [EclipseGeminiBlueprintExtenderThread-1] 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:59.413 [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:59.414 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:25:59 UTC 2024]; root of context hierarchy 01:25:59.414 [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:59.414 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:25:59.414 [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:59.415 [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:59.416 [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:59.416 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:59.416 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 01:25:59.419 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:59.420 [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:59.420 [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:59.457 [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:59.478 [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:59.481 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:59.481 [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:59.482 [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:59.482 [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:59.501 [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:59.502 [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:59.510 [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@54594c80: defining beans [simpleService,simpleServiceOsgi]; root of factory hierarchy 01:25:59.511 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:59.511 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:25:59.511 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.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.557 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.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.558 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:25:59.558 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@54594c80: defining beans [simpleService,simpleServiceOsgi]; root of factory hierarchy] 01:25:59.559 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:25:59.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@35f877aa 01:25:59.559 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:25:59.559 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:25:59.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.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:25:59.560 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:25:59.560 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:25:59.560 [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:59.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.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:25:59.560 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:25:59.560 [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:59.561 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@624a85b3] 01:25:59.561 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@64aa37d9] 01:25:59.569 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 01:25:59.569 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 01:25:59.569 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 01:25:59.570 [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:59.570 [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:59.571 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5d351b6d] bound to proxy 01:25:59.571 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5d351b6d] bound to proxy 01:25:59.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@270303a6 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5d351b6d 01:25:59.572 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@94a80e4 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;@7c510cd3, service.id=13} 01:25:59.572 [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:59.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@270303a6 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5d351b6d 01:25:59.572 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 01:25:59.573 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@2cabd632] 01:25:59.573 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:25:59 UTC 2024]; root of context hierarchy] 01:25:59.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.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:59.574 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, 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.575 [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:59.575 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 Dependency started 01:25:59.575 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=21] 01:25:59.576 [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:59.576 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:59.577 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:440 - Reading OSGi results for test [test0to1Cardinality] 01:25:59.578 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:447 - Test[test0to1Cardinality]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.071 sec - in org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test 01:25:59.582 [Thread-0] INFO o.e.g.b.i.c.Cardinality0to1Test:471 - Shutting down OSGi platform 01:25:59.583 [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:59.583 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:59.583 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test, config=): startup date [Sat Apr 27 01:25:59 UTC 2024]; root of context hierarchy 01:25:59.583 [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:59.583 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test, config=): startup date [Sat Apr 27 01:25:59 UTC 2024]; root of context hierarchy] 01:25:59.584 [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:59.585 [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:59.586 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:25:59.700 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:105 - Bundle org.eclipse.gemini.blueprint.iandt.simpleservice2 has registered services in use; postponing shutdown. The using bundles are [BundleImpl[id=19]] 01:25:59.701 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19], BundleImpl[id=18]] 01:25:59.702 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:25:59.703 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml) 01:25:59.703 [Gemini Blueprint context shutdown thread 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:25:59.703 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml) 01:25:59.703 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml) 01:25:59.704 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle cardinality_0__1 (org.eclipse.gemini.blueprint.iandt.cardinality.0to1) 01:25:59.704 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:25:58 UTC 2024]; root of context hierarchy 01:25:59.704 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:25:58 UTC 2024]; root of context hierarchy] 01:25:59.705 [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@270303a6 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5d351b6d 01:25:59.705 [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@94a80e4 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;@7bd39ea7, service.id=13} 01:25:59.705 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cardinality0to1.test.MyListener.serviceUnavailable(org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2,java.util.Dictionary) 01:25:59.705 [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@270303a6 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5d351b6d 01:25:59.705 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5d351b6d] was unregistered and unbound from the service proxy 01:25:59.706 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5d351b6d] was unregistered and unbound from the service proxy 01:25:59.706 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle cardinality_0__1 on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice2] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2,Bundle-Version=1.0.0,service.id=13} 01:25:59.706 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:25:59.707 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 01:25:59.708 [Gemini Blueprint context shutdown thread 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:25:59.708 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:25:59.708 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:25:59.708 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:25:59.708 [Gemini Blueprint context shutdown thread 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:25:59.708 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:25:59.709 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:25:59.709 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 01:25:59.709 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:25:58 UTC 2024]; root of context hierarchy 01:25:59.709 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:25:58 UTC 2024]; root of context hierarchy] 01:25:59.709 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 01:25:59.710 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@15947c85] 01:25:59.710 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:25:59.710 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:25:59.710 [Gemini Blueprint context shutdown thread 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:25:59.710 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:25:59.711 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.simpleservice2 has unused registered services; added for shutdown 01:25:59.711 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=21]] 01:25:59.711 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:25:59.711 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:25:59.711 [Gemini Blueprint context shutdown thread 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:25:59.711 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:25:59.711 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:25:59.712 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2) 01:25:59.712 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:25:59 UTC 2024]; root of context hierarchy 01:25:59.712 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:25:59 UTC 2024]; root of context hierarchy] 01:25:59.712 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 01:25:59.712 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@5d351b6d] 01:25:59.713 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:25:59.713 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:25:59.713 [Gemini Blueprint context shutdown thread 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:25:59.713 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:25:59.713 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:59.713 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:59.713 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:59.714 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:59.714 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:59.714 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:59.757 [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:25:59.757 [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.758 [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:25:59.758 [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:25:59.758 [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.759 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:25:59.759 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:26:00,572 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,726 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:00,729 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:00,778 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:00,816 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:00,819 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:00,857 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:00,868 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1f28c152 - No compression will be used 01:26:00,875 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:00,875 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:00,877 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:00,878 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:00,878 |-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,878 |-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,878 |-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,878 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:26:00,879 |-INFO 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,879 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:00,879 |-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,879 |-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,879 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:00,879 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:00,879 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:00,880 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:00,880 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:00,881 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:00,881 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:00,882 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@43814d18 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest 01:26:01.063 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:26:01.069 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:85 - Instantiating platform wrapper... 01:26:01.081 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi3717839299750617058kf 01:26:01.082 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:215 - About to start Knopflerfish OSGi Platform 01:26:01.266 [main] INFO o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:01.270 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:26:01.271 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:26:01.272 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:26:01.273 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:01.424 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:01.469 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:01.474 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:01.476 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:01.483 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:01.493 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:01.494 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:01.498 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:01.503 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:01.508 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:01.567 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:01.569 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:01.574 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:01.582 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:01.584 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:01.589 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:26:01.593 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:01.659 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:01.671 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:01.677 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:01.679 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:01.680 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:01.680 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:01.681 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:01.684 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:01.688 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:01.688 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:01.695 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:01.696 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:01.697 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:01.700 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:01.701 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:01.704 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:26:01,774 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:26:01,824 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:01,828 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:01,865 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:01,891 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:01,893 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:01,897 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:01,904 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@4855fb31 - No compression will be used 01:26:01,909 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:01,909 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:01,910 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:01,910 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:01,911 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:26:01,911 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:26:01,911 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:26:01,911 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:26:01,911 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:26:01,911 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:01,912 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:26:01,912 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:26:01,912 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:01,912 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:01,912 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:01,912 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:01,913 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:01,913 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:01,913 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:01,914 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3f796aa4 - Registering current configuration as safe fallback point 01:26:01.962 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:01.972 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:26:02.139 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:02.140 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:02.145 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:02.149 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:02.154 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:02.155 [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:02.156 [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:02.156 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:02.156 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:26:02.158 [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:02.159 [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:02.159 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:26:02.159 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:26:02.160 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:02.161 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 01:26:02.161 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:26:02.161 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:02.162 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:02.162 [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:02.162 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:02.162 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:02.163 [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:02.163 [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:02.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:26:02.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:26:02.165 [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:02.166 [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:02.166 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:26:02.166 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:02.166 [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:02.167 [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:02.167 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:02.167 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:02.168 [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:02.168 [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:02.168 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:02.168 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:26:02.169 [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:02.169 [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:02.169 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:26:02.169 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:02.170 [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:02.170 [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:02.171 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:26:02.171 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:26:02.172 [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:02.172 [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:02.172 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:26:02.172 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:02.173 [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:02.173 [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:02.173 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:02.173 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:02.175 [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:02.175 [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:02.175 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:02.175 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:02.175 [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:02.175 [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:02.176 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:26:02.176 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:02.176 [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:02.176 [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:02.177 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:02.177 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:26:02.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:26:02.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:26:02.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:26:02.188 [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:02.189 [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:02.191 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:02.192 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:02.196 [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:02.198 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:02.198 [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@4b90a6e5 w/ reference null 01:26:02.198 [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@4b90a6e5 w/ reference null 01:26:02.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:26:02.203 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:02.214 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:02.214 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:02.214 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:26:02.217 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:02.218 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:26:02.218 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:26:02.220 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:02.220 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:26:02.220 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:02.221 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:02.221 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:02.222 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:02.223 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:02.223 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:02.223 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:26:02.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:26:02.226 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:26:02.226 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:02.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:26:02.227 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:02.227 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:02.228 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:02.228 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:02.228 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:26:02.229 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:02.230 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:26:02.230 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:02.231 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:02.231 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:26:02.232 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:26:02.233 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:02.233 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:26:02.234 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:02.234 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:02.234 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:02.235 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:02.237 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:02.237 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:02.237 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:02.238 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:02.238 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:26:02.238 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:02.239 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:02.239 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:02.239 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:26:02.257 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:02.257 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:26:02.258 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:02.266 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:02.267 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:02.267 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 01:26:02.267 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:02.267 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:02.272 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:02.272 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:02.274 [main] INFO o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:199 - org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest-bundle.properties was not found; using defaults 01:26:02.275 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:511 - Post processing: creating test bundle 01:26:02.298 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.compliance.io] 01:26:02.298 [main] INFO o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:202 - Automatically creating Manifest for the test bundle 01:26:02.299 [main] INFO o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:366 - Using the test class for generating bundle imports 01:26:02.302 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest.class 01:26:02.302 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:460 - Package [org.eclipse.gemini.blueprint.iandt.compliance.io] is part of the test archive; parsing CallingResourceOnDifferentBundlesTest bytecode to determine imports... 01:26:02.306 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:491 - Visiting class CallingResourceOnDifferentBundlesTest 01:26:02.321 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:02.321 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:26:02.322 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:491 - Visiting class BaseIntegrationTest 01:26:02.326 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:02.326 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:26:02.326 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:02.329 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:02.329 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:26:02.329 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:02.331 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:26:02.331 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:26:02.331 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.compliance.io, org.eclipse.gemini.blueprint.iandt, java.lang, org.osgi.framework, org.apache.commons.logging, org.eclipse.gemini.blueprint.util, java.net, java.util, java.io, java.security, org.eclipse.gemini.blueprint.test, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io} 01:26:02.332 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.compliance.io, java.lang, java.net, java.util, java.io, java.security, java.util.jar, java.lang.reflect] 01:26:02.332 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:02.333 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:282 - Filtered imports are [org.osgi.framework, org.apache.commons.logging, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io] 01:26:02.333 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest, Bundle-Name=TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.apache.commons.logging,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0] 01:26:02.334 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest, Bundle-Name=TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.apache.commons.logging,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0]] 01:26:02.334 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:02.334 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:02.334 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:02.335 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:02.335 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:02.335 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:02.335 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:02.335 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:02.336 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:02.336 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:02.336 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/ 01:26:02.336 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/ 01:26:02.336 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/BundleClassPathTest.class 01:26:02.336 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest$1.class 01:26:02.337 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest.class 01:26:02.337 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/FragmentTest.class 01:26:02.337 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/IoTest.class 01:26:02.337 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/package.file 01:26:02.337 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/test.file 01:26:02.346 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:557 - Test bundle [TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest (TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest)] successfully installed 01:26:02.346 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:26:02.350 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest (TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest)] 01:26:02.350 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:02.350 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest (TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest) 01:26:02.350 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest (TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest)] 01:26:02.351 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest (TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest)] 01:26:02.351 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:02.352 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest (TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest)] 01:26:02.352 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:562 - Test bundle [TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest (TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest)] successfully started 01:26:02.352 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:02.354 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:02.355 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:02.356 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:02.357 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:02.357 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:02.358 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:02.359 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:02.359 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:02.360 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:02.360 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:02.361 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:02.362 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:02.363 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:02.363 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:02.364 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:02.364 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:02.364 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:02.366 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:02.366 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest] does not trigger a context creation. 01:26:02.367 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:364 - Writing test name [testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent] to OSGi 01:26:02.381 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent] for execution inside OSGi 01:26:02.381 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3e58a80e 01:26:02.382 [main] INFO o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:190 - Loading context for locations: 01:26:02.397 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest, config=): startup date [Sat Apr 27 01:26:02 UTC 2024]; root of context hierarchy 01:26:02.413 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:26:02.433 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@1f2586d6: defining beans []; root of factory hierarchy 01:26:02.443 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:02.444 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:26:02.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:26:02.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:26:02.449 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@158a8276] 01:26:02.449 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@3c3d9b6b] 01:26:02.452 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@5aebe890] 01:26:02.455 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest, config=): startup date [Sat Apr 27 01:26:02 UTC 2024]; root of context hierarchy] 01:26:02.457 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest, org.springframework.context.service.name=TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest, Bundle-SymbolicName=TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest, Bundle-Version=0.0.0} 01:26:02.459 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:26:02.494 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:02.494 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=9] for sending replayes events; last one was null 01:26:02.494 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:440 - Reading OSGi results for test [testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent] 01:26:02.495 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:447 - Test[testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent]'s result read 01:26:02.496 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform Platform name is org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:26:02.497 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:26:02.497 [main] WARN o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:183 - **** org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest.testCallGetResourcesOnADifferentBundle disabled in this environment: Total disabled tests=1 01:26:02.497 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform Platform name is org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:26:02.498 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:26:02.498 [main] WARN o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:183 - **** org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest.testCallGetResourceOnADifferentBundle disabled in this environment: Total disabled tests=2 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.44 sec - in org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest 01:26:02.501 [Thread-0] INFO o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:471 - Shutting down OSGi platform 01:26:02.502 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest (TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest) 01:26:02.502 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:02.502 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest, config=): startup date [Sat Apr 27 01:26:02 UTC 2024]; root of context hierarchy 01:26:02.503 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest, config=): startup date [Sat Apr 27 01:26:02 UTC 2024]; root of context hierarchy] 01:26:02.503 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:02.503 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:02.503 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:02.503 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:02.503 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:02.504 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:02.504 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:02.505 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:26:02.505 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=18] for sending replayes events; last one was null 01:26:02.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:26:02.506 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:02.507 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:26:03,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:03,391 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:03,395 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:03,417 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:03,469 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:03,472 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:03,477 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:03,489 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used 01:26:03,499 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:03,499 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:03,501 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:03,502 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:03,502 |-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,502 |-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,502 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:26:03,503 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:26:03,503 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:26:03,503 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:03,503 |-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,503 |-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,503 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:03,504 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:03,504 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:03,504 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:03,504 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:03,505 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:03,505 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:03,506 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@610694f1 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.compliance.io.IoTest 01:26:03.634 [main] TRACE o.e.g.b.i.compliance.io.IoTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:26:03.639 [main] TRACE o.e.g.b.i.compliance.io.IoTest:85 - Instantiating platform wrapper... 01:26:03.651 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi7539420376191032414kf 01:26:03.652 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:215 - About to start Knopflerfish OSGi Platform 01:26:03.757 [main] INFO o.e.g.b.i.compliance.io.IoTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:03.761 [main] TRACE o.e.g.b.i.compliance.io.IoTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:26:03.762 [main] TRACE o.e.g.b.i.compliance.io.IoTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:26:03.764 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:26:03.764 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:03.887 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:03.902 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:03.907 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:03.909 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:03.916 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:03.925 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:03.927 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:03.931 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:03.935 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:03.941 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:03.965 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:03.971 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:03.980 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:03.995 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:03.998 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:04.004 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:26:04.008 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:04.027 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:04.062 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:04.068 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:04.070 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:04.070 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:04.071 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:04.072 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:04.075 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:04.078 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:04.079 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:04.085 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:04.086 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:04.087 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:04.091 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:04.093 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:04.094 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:26:04,123 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:26:04,164 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:04,167 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:04,177 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:04,203 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:04,205 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:04,209 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:04,216 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1d9a3eea - No compression will be used 01:26:04,220 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:04,221 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:04,222 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:04,222 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:04,223 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:26:04,223 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:26:04,223 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:26:04,223 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:26:04,223 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:26:04,223 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:04,224 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:26:04,224 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:26:04,224 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:04,224 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:04,224 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:04,224 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:04,224 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:04,225 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:04,225 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:04,226 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ed8ae4f - Registering current configuration as safe fallback point 01:26:04.239 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:04.250 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:26:04.405 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:04.406 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:04.410 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:04.414 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:04.419 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:04.420 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:04.420 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 01:26:04.424 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:04.425 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:26:04.427 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:04.427 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 01:26:04.427 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:26:04.427 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:26:04.428 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:04.429 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 01:26:04.429 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:26:04.429 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:04.430 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:04.430 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 01:26:04.430 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:04.431 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:04.431 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:04.432 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 01:26:04.432 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:04.432 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:26:04.433 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:04.434 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 01:26:04.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:04.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:04.434 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:04.435 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 01:26:04.435 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:04.435 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:04.436 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:04.436 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 01:26:04.436 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:04.437 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:26:04.437 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:04.437 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 01:26:04.438 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:26:04.438 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:04.439 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:04.439 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 01:26:04.439 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:26:04.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:04.440 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:04.441 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 01:26:04.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:04.441 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:04.442 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:04.442 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 01:26:04.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:04.442 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:04.443 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:04.444 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 01:26:04.444 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:04.444 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:04.444 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:04.444 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 01:26:04.445 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:26:04.445 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:04.445 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:04.446 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 01:26:04.446 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:04.446 [BundleStart #16] 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.448 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:04.448 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 01:26:04.448 [BundleStart #16] DEBUG o.e.g.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.460 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:26:04.460 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:26:04.463 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:04.463 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:04.466 [BundleStart #16] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:26:04.468 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:04.469 [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:26:04.469 [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:26:04.470 [BundleStart #16] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 01:26:04.474 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:04.483 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:04.484 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:04.484 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:26:04.487 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:04.488 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:26:04.488 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:26:04.490 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:04.490 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:26:04.490 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:04.491 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:04.491 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:04.492 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:04.493 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:04.493 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:04.494 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:26:04.496 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:04.496 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:26:04.496 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:04.497 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:04.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:26:04.497 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:04.498 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:04.499 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:04.499 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:26:04.500 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:04.500 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:26:04.500 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:04.502 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:04.502 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:26:04.502 [BundleStart #16] 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.504 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:04.504 [BundleStart #16] DEBUG o.e.g.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.504 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:04.505 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:04.505 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:04.505 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:04.507 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:04.508 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:04.508 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:04.509 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:04.509 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:26:04.509 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:04.510 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:04.510 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:04.510 [BundleStart #16] 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.513 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:04.514 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:26:04.515 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:04.521 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:04.522 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:04.522 [BundleStart #17] DEBUG 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.523 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:04.523 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:04.523 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 01:26:04.524 [BundleStart #17] DEBUG 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.525 [main] INFO o.e.g.b.i.compliance.io.IoTest:199 - org/eclipse/gemini/blueprint/iandt/compliance/io/IoTest-bundle.properties was not found; using defaults 01:26:04.526 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:511 - Post processing: creating test bundle 01:26:04.526 [main] INFO o.e.g.b.i.compliance.io.IoTest:177 - Using Manifest from specified location=[org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF] 01:26:04.540 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.compliance.io, org.eclipse.gemini.blueprint.iandt.io] 01:26:04.540 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, Bundle-Name=Functional testing of IO Blueprint dependencies, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Bundle-Vendor=Spring Framework, Import-Package=junit.framework,org.osgi.framework,org.springframework.core.io,org.springframework.core.io.support,org.eclipse.gemini.blueprint.io,org.springframework.util,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.platform,org.eclipse.gemini.blueprint.test.provisioning, org.apache.commons.logging, Manifest-Version=1.0]] 01:26:04.541 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:04.541 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:04.541 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:04.541 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:04.542 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:04.542 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:04.542 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:04.542 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:04.543 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:04.543 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:04.543 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/ 01:26:04.543 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/ 01:26:04.543 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/BundleClassPathTest.class 01:26:04.544 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest$1.class 01:26:04.544 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest.class 01:26:04.544 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/FragmentTest.class 01:26:04.544 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/IoTest.class 01:26:04.545 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/package.file 01:26:04.545 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/test.file 01:26:04.545 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 01:26:04.545 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 01:26:04.563 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:557 - Test bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] successfully installed 01:26:04.564 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:26:04.567 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] 01:26:04.567 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:04.567 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] 01:26:04.568 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] 01:26:04.568 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:04.568 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments) 01:26:04.568 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] 01:26:04.569 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:562 - Test bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] successfully started 01:26:04.569 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:04.571 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:04.571 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:04.573 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:04.573 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.eclipse.gemini.blueprint.iandt.io.functional.fragments] does not trigger a context creation. 01:26:04.574 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:04.574 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:04.574 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:04.575 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:04.576 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:04.576 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:04.577 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:04.577 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:04.578 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:04.578 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:04.579 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:04.579 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:04.580 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:04.580 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:04.581 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:04.582 [main] TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testGetResourceOnMetaInf] to OSGi 01:26:04.596 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceOnMetaInf] for execution inside OSGi 01:26:04.596 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourceOnMetaInf] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4d9e68d0 01:26:04.597 [main] INFO o.e.g.b.i.compliance.io.IoTest:190 - Loading context for locations: 01:26:04.610 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Sat Apr 27 01:26:04 UTC 2024]; root of context hierarchy 01:26:04.616 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:26:04.644 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@7c7a06ec: defining beans []; root of factory hierarchy 01:26:04.654 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:04.654 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:26:04.655 [main] TRACE o.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.656 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:26:04.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@5e5d171f] 01:26:04.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@24313fcc] 01:26:04.663 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@23348b5d] 01:26:04.666 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Sat Apr 27 01:26:04 UTC 2024]; root of context hierarchy] 01:26:04.668 [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.670 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} bundle://18/META-INF/ 01:26:04.705 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:04.706 [main] TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testGetResourceOnMetaInf] 01:26:04.707 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testGetResourceOnMetaInf]'s result read 01:26:04.708 [main] TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testGetFolderEntry] to OSGi 01:26:04.709 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetFolderEntry] for execution inside OSGi 01:26:04.709 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetFolderEntry] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@fd07cbb 01:26:04.710 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:04.710 [main] TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testGetFolderEntry] 01:26:04.710 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testGetFolderEntry]'s result read 01:26:04.711 [main] TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testURLFolderReturnsProperPathForFolders] to OSGi 01:26:04.711 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testURLFolderReturnsProperPathForFolders] for execution inside OSGi 01:26:04.711 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testURLFolderReturnsProperPathForFolders] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@484970b0 01:26:04.712 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:04.712 [main] TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testURLFolderReturnsProperPathForFolders] 01:26:04.713 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testURLFolderReturnsProperPathForFolders]'s result read 01:26:04.713 [main] TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testGetFolderEntries] to OSGi 01:26:04.714 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetFolderEntries] for execution inside OSGi 01:26:04.714 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetFolderEntries] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4470f8a6 01:26:04.715 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:04.715 [main] TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testGetFolderEntries] 01:26:04.715 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testGetFolderEntries]'s result read 01:26:04.716 [main] TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testGetEntriesShouldReturnFoldersOnRoot] to OSGi 01:26:04.716 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetEntriesShouldReturnFoldersOnRoot] for execution inside OSGi 01:26:04.716 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetEntriesShouldReturnFoldersOnRoot] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7c83dc97 01:26:04.717 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:04.717 [main] TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testGetEntriesShouldReturnFoldersOnRoot] 01:26:04.717 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testGetEntriesShouldReturnFoldersOnRoot]'s result read 01:26:04.718 [main] TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testFindEntriesOnSubFolders] to OSGi 01:26:04.718 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFindEntriesOnSubFolders] for execution inside OSGi 01:26:04.718 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFindEntriesOnSubFolders] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7748410a 01:26:04.719 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:04.719 [main] TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testFindEntriesOnSubFolders] 01:26:04.719 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testFindEntriesOnSubFolders]'s result read 01:26:04.720 [main] TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testGetResourceSOnRoot] to OSGi 01:26:04.720 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceSOnRoot] for execution inside OSGi 01:26:04.720 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourceSOnRoot] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@740773a3 getResources('/') = {bundle://18/} 01:26:04.721 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:04.721 [main] TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testGetResourceSOnRoot] 01:26:04.721 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testGetResourceSOnRoot]'s result read 01:26:04.722 [main] TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testGetEntryOnRoot] to OSGi 01:26:04.722 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetEntryOnRoot] for execution inside OSGi 01:26:04.722 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetEntryOnRoot] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@37f1104d 01:26:04.723 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:04.723 [main] TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testGetEntryOnRoot] 01:26:04.723 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testGetEntryOnRoot]'s result read 01:26:04.724 [main] TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testGetResourceOnRoot] to OSGi 01:26:04.724 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceOnRoot] for execution inside OSGi 01:26:04.724 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourceOnRoot] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@55740540 getResource('/') = bundle://18/ 01:26:04.725 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:04.725 [main] TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testGetResourceOnRoot] 01:26:04.725 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testGetResourceOnRoot]'s result read 01:26:04.726 [main] TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testFindEntriesOnFolders] to OSGi 01:26:04.726 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFindEntriesOnFolders] for execution inside OSGi 01:26:04.726 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFindEntriesOnFolders] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@60015ef5 01:26:04.727 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:04.727 [main] TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testFindEntriesOnFolders] 01:26:04.727 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testFindEntriesOnFolders]'s result read Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.099 sec - in org.eclipse.gemini.blueprint.iandt.compliance.io.IoTest 01:26:04.731 [Thread-0] INFO o.e.g.b.i.compliance.io.IoTest:471 - Shutting down OSGi platform 01:26:04.732 [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.732 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:04.732 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Sat Apr 27 01:26:04 UTC 2024]; root of context hierarchy 01:26:04.732 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Sat Apr 27 01:26:04 UTC 2024]; root of context hierarchy] 01:26:04.732 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:04.733 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:04.733 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:04.733 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:04.733 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:04.734 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:04.734 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:04.735 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:26:04.735 [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.735 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=17] for sending replayes events; last one was null 01:26:04.736 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:04.737 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:26:05,432 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,575 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:05,578 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:05,601 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:05,639 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:05,642 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:05,658 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:05,668 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:26:05,675 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:05,675 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:05,677 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:05,677 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:05,678 |-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,678 |-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,678 |-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,678 |-INFO 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,678 |-INFO 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,678 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:05,679 |-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,679 |-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,679 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:05,679 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:05,679 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:05,679 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:05,680 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:05,680 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:05,681 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:05,682 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest 01:26:05.812 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:26:05.817 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:85 - Instantiating platform wrapper... 01:26:05.830 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi5447138101846729424kf 01:26:05.830 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:215 - About to start Knopflerfish OSGi Platform 01:26:05.935 [main] INFO o.e.g.b.i.c.i.BundleClassPathTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:05.938 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:26:05.939 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:26:05.941 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:26:05.942 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:06.068 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:06.083 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:06.089 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:06.091 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:06.100 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:06.111 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:06.113 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:06.117 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:06.123 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:06.129 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:06.160 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:06.163 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:06.167 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:06.175 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:06.177 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:06.181 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:26:06.185 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:06.202 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:06.209 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:06.214 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:06.219 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:06.221 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:06.222 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:06.223 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:06.226 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:06.230 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:06.231 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:06.238 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:06.238 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:06.257 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:06.260 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:06.261 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:06.264 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:26:06,293 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,333 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:06,335 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:06,346 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:06,371 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:06,373 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:06,377 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:06,384 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1b8485e3 - No compression will be used 01:26:06,389 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:06,389 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:06,390 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:06,391 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:06,391 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:26:06,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:06,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:06,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:06,392 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:26:06,392 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:06,392 |-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,392 |-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,392 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:06,392 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:06,393 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:06,393 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:06,393 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:06,394 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:06,394 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:06,395 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@2c2f26a4 - Registering current configuration as safe fallback point 01:26:06.408 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:06.419 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:26:06.569 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:06.570 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:06.575 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:06.578 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:06.583 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:06.584 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:06.585 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 01:26:06.585 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:06.585 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:26:06.587 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:06.588 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 01:26:06.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:26:06.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:26:06.590 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:06.591 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 01:26:06.591 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:26:06.591 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:06.592 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:06.592 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 01:26:06.592 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:06.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:06.594 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:06.594 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 01:26:06.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:06.595 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:26:06.596 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:06.596 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 01:26:06.597 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:26:06.597 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:06.598 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:06.598 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 01:26:06.598 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:06.598 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:06.599 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:06.600 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 01:26:06.600 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:06.600 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:26:06.601 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:06.601 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 01:26:06.601 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:26:06.602 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:06.603 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:06.603 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 01:26:06.603 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:26:06.604 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:26:06.605 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:06.605 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 01:26:06.605 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:26:06.605 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:06.606 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:06.606 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 01:26:06.606 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:06.607 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:06.608 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:06.608 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 01:26:06.608 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:06.609 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:06.609 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:06.609 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 01:26:06.610 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:26:06.610 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:06.611 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:06.611 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 01:26:06.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:06.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:06.616 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:06.616 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 01:26:06.616 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:26:06.630 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:26:06.630 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:26:06.633 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:06.633 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:06.637 [BundleStart #16] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:26:06.639 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:06.639 [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:06.639 [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:06.640 [BundleStart #16] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 01:26:06.644 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:06.654 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:06.655 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:06.655 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:26:06.658 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:06.658 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:26:06.659 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:26:06.660 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:06.661 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:26:06.661 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:06.662 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:06.662 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:06.662 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:06.664 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:06.664 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:06.664 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:26:06.666 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:06.667 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:26:06.667 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:06.668 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:06.668 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:06.668 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:06.669 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:06.670 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:06.670 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:26:06.671 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:06.672 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:26:06.672 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:06.673 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:06.674 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:26:06.674 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:26:06.675 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:06.676 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:26:06.676 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:06.677 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:06.677 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:06.677 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:06.679 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:06.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:26:06.680 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:06.681 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:06.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:26:06.681 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:06.682 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:06.683 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:06.683 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:26:06.686 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:06.686 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:26:06.687 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:06.694 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:06.695 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:06.696 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:06.696 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:06.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:26:06.701 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 01:26:06.701 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:06.703 [main] INFO o.e.g.b.i.c.i.BundleClassPathTest:199 - org/eclipse/gemini/blueprint/iandt/compliance/io/BundleClassPathTest-bundle.properties was not found; using defaults 01:26:06.704 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:511 - Post processing: creating test bundle 01:26:06.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.compliance.io] 01:26:06.720 [main] INFO o.e.g.b.i.c.i.BundleClassPathTest:202 - Automatically creating Manifest for the test bundle 01:26:06.721 [main] INFO o.e.g.b.i.c.i.BundleClassPathTest:366 - Using the test class for generating bundle imports 01:26:06.724 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/compliance/io/BundleClassPathTest.class 01:26:06.724 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:460 - Package [org.eclipse.gemini.blueprint.iandt.compliance.io] is part of the test archive; parsing BundleClassPathTest bytecode to determine imports... 01:26:06.728 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:491 - Visiting class BundleClassPathTest 01:26:06.743 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:06.744 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:26:06.744 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:491 - Visiting class BaseIntegrationTest 01:26:06.747 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:06.747 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:26:06.747 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:06.749 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:06.749 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:26:06.749 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:06.751 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:26:06.751 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:26:06.751 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.compliance.io, org.eclipse.gemini.blueprint.iandt, org.osgi.framework, java.lang, java.util.jar, java.net, java.io, java.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io} 01:26:06.752 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.compliance.io, java.lang, java.util.jar, java.net, java.io, java.util, java.security, java.lang.reflect] 01:26:06.756 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:06.757 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:282 - Filtered imports are [org.osgi.framework, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 01:26:06.757 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest, Bundle-Name=TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 01:26:06.757 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest, Bundle-Name=TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest, Bundle-ClassPath=.,bundleclasspath/folder,bundleclasspath/simple.jar, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 01:26:06.758 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:06.758 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:06.758 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/ 01:26:06.758 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/ 01:26:06.758 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/ 01:26:06.759 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/ 01:26:06.759 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/ 01:26:06.759 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/ 01:26:06.759 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/ 01:26:06.759 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/ 01:26:06.759 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/ 01:26:06.760 [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.760 [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.760 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/simple.jar 01:26:06.760 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:06.760 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:06.760 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:06.761 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:06.761 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:06.761 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:06.761 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/ 01:26:06.761 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/ 01:26:06.761 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/BundleClassPathTest.class 01:26:06.762 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest$1.class 01:26:06.762 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest.class 01:26:06.762 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/FragmentTest.class 01:26:06.762 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/IoTest.class 01:26:06.762 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/package.file 01:26:06.763 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/test.file 01:26:06.775 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:557 - Test bundle [TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest (TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest)] successfully installed 01:26:06.775 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:26:06.779 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest (TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest)] 01:26:06.780 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:06.780 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest (TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest)] 01:26:06.781 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest (TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest)] 01:26:06.781 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:06.781 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest (TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest) 01:26:06.781 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest (TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest)] 01:26:06.782 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:562 - Test bundle [TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest (TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest)] successfully started 01:26:06.782 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:06.785 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:06.786 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:06.788 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:06.790 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:06.790 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:06.791 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:06.792 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:06.794 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:06.794 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:06.795 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:06.796 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:06.797 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:06.798 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:06.798 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest] does not trigger a context creation. 01:26:06.799 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:06.801 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:06.801 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:06.801 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:06.804 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:06.805 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testGetResourceOnFileJustInsideFolderOnClassPath] to OSGi 01:26:06.819 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceOnFileJustInsideFolderOnClassPath] for execution inside OSGi 01:26:06.820 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourceOnFileJustInsideFolderOnClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@359f7cdf 01:26:06.820 [main] INFO o.e.g.b.i.c.i.BundleClassPathTest:190 - Loading context for locations: 01:26:06.834 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest, config=): startup date [Sat Apr 27 01:26:06 UTC 2024]; root of context hierarchy 01:26:06.841 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:26:06.860 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@6150c3ec: defining beans []; root of factory hierarchy 01:26:06.871 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:06.871 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:26:06.873 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:26:06.874 [main] TRACE o.e.g.b.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.879 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@66d18979] 01:26:06.880 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@bccb269] 01:26:06.883 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4e50c791] 01:26:06.887 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest, config=): startup date [Sat Apr 27 01:26:06 UTC 2024]; root of context hierarchy] 01:26:06.890 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest, org.springframework.context.service.name=TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest, Bundle-SymbolicName=TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest, Bundle-Version=0.0.0} 01:26:06.892 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:26:06.935 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:06.935 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testGetResourceOnFileJustInsideFolderOnClassPath] 01:26:06.936 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testGetResourceOnFileJustInsideFolderOnClassPath]'s result read 01:26:06.937 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testGetResourceOnFileJustInsideBundle] to OSGi 01:26:06.938 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceOnFileJustInsideBundle] for execution inside OSGi 01:26:06.938 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourceOnFileJustInsideBundle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@343570b7 01:26:06.939 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:06.939 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testGetResourceOnFileJustInsideBundle] 01:26:06.939 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testGetResourceOnFileJustInsideBundle]'s result read 01:26:06.940 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testFindEntriesOnFileJustInsideJarOnClassPath] to OSGi 01:26:06.940 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFindEntriesOnFileJustInsideJarOnClassPath] for execution inside OSGi 01:26:06.941 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFindEntriesOnFileJustInsideJarOnClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@157853da running testtestFindEntriesOnFileJustInsideJarOnClassPath 01:26:06.942 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:06.942 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testFindEntriesOnFileJustInsideJarOnClassPath] 01:26:06.942 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testFindEntriesOnFileJustInsideJarOnClassPath]'s result read 01:26:06.943 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testGetResourceOnFileOnBundleClassPathAndBundleJar] to OSGi 01:26:06.943 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceOnFileOnBundleClassPathAndBundleJar] for execution inside OSGi 01:26:06.943 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourceOnFileOnBundleClassPathAndBundleJar] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@71c3b41 01:26:06.944 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:06.944 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testGetResourceOnFileOnBundleClassPathAndBundleJar] 01:26:06.944 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testGetResourceOnFileOnBundleClassPathAndBundleJar]'s result read 01:26:06.945 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testGetResourceOnClassInsideBundle] to OSGi 01:26:06.945 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceOnClassInsideBundle] for execution inside OSGi 01:26:06.946 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourceOnClassInsideBundle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@236e3f4e 01:26:06.946 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:06.946 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testGetResourceOnClassInsideBundle] 01:26:06.946 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testGetResourceOnClassInsideBundle]'s result read 01:26:06.947 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testFindEntriesOnFileJustInsideFolderOnClassPath] to OSGi 01:26:06.947 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFindEntriesOnFileJustInsideFolderOnClassPath] for execution inside OSGi 01:26:06.948 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFindEntriesOnFileJustInsideFolderOnClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3cc1435c running testtestFindEntriesOnFileJustInsideFolderOnClassPath 01:26:06.948 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:06.949 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testFindEntriesOnFileJustInsideFolderOnClassPath] 01:26:06.949 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testFindEntriesOnFileJustInsideFolderOnClassPath]'s result read 01:26:06.949 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testGetEntryOnFileJustInsideFolderOnClassPath] to OSGi 01:26:06.950 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetEntryOnFileJustInsideFolderOnClassPath] for execution inside OSGi 01:26:06.950 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetEntryOnFileJustInsideFolderOnClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6bf0219d running testtestGetEntryOnFileJustInsideFolderOnClassPath 01:26:06.950 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:06.951 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testGetEntryOnFileJustInsideFolderOnClassPath] 01:26:06.951 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testGetEntryOnFileJustInsideFolderOnClassPath]'s result read 01:26:06.951 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testGetEntryOnFileJustInsideJarOnClassPath] to OSGi 01:26:06.952 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetEntryOnFileJustInsideJarOnClassPath] for execution inside OSGi 01:26:06.952 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetEntryOnFileJustInsideJarOnClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@dd0c991 running testtestGetEntryOnFileJustInsideJarOnClassPath 01:26:06.952 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:06.952 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testGetEntryOnFileJustInsideJarOnClassPath] 01:26:06.953 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testGetEntryOnFileJustInsideJarOnClassPath]'s result read 01:26:06.953 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testGetResourcesOnFilePresentMultipleTimesOnTheClassPathAndInsideTheBundle] to OSGi 01:26:06.953 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourcesOnFilePresentMultipleTimesOnTheClassPathAndInsideTheBundle] for execution inside OSGi 01:26:06.954 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourcesOnFilePresentMultipleTimesOnTheClassPathAndInsideTheBundle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5f16132a running test testGetResourcesOnFilePresentMultipleTimesOnTheClassPathAndInsideTheBundle found res bundle://18/org/eclipse/gemini/blueprint/iandt/compliance/io/test.file found res bundle://18:1/org/eclipse/gemini/blueprint/iandt/compliance/io/test.file found res bundle://18:2/org/eclipse/gemini/blueprint/iandt/compliance/io/test.file 01:26:06.954 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:06.955 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testGetResourcesOnFilePresentMultipleTimesOnTheClassPathAndInsideTheBundle] 01:26:06.955 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testGetResourcesOnFilePresentMultipleTimesOnTheClassPathAndInsideTheBundle]'s result read 01:26:06.955 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testGetResourceOnFileJustInsideJarOnClassPath] to OSGi 01:26:06.956 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceOnFileJustInsideJarOnClassPath] for execution inside OSGi 01:26:06.956 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourceOnFileJustInsideJarOnClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@69fb6037 01:26:06.956 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:06.956 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testGetResourceOnFileJustInsideJarOnClassPath] 01:26:06.957 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testGetResourceOnFileJustInsideJarOnClassPath]'s result read Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.15 sec - in org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest 01:26:06.960 [Thread-0] INFO o.e.g.b.i.c.i.BundleClassPathTest:471 - Shutting down OSGi platform 01:26:06.961 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest (TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest) 01:26:06.961 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest, config=): startup date [Sat Apr 27 01:26:06 UTC 2024]; root of context hierarchy 01:26:06.961 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:06.962 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest, config=): startup date [Sat Apr 27 01:26:06 UTC 2024]; root of context hierarchy] 01:26:06.962 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:06.962 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:06.962 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:06.963 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:06.963 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:06.963 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:06.963 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:06.964 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:26:06.965 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=18] for sending replayes events; last one was null 01:26:06.965 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=17] for sending replayes events; last one was null 01:26:06.966 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:06.967 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:26:07,640 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,775 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:07,778 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:07,802 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:07,841 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:07,843 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:07,857 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:07,867 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3b0143d3 - No compression will be used 01:26:07,875 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:07,875 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:07,877 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:07,877 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:07,877 |-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,877 |-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,877 |-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,878 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:26:07,878 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:26:07,878 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:07,878 |-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,878 |-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,878 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:07,879 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:07,879 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:07,879 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:07,879 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:07,880 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:07,880 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:07,881 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@47ef968d - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.compliance.io.FragmentTest 01:26:08.007 [main] TRACE o.e.g.b.i.c.io.FragmentTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:26:08.012 [main] TRACE o.e.g.b.i.c.io.FragmentTest:85 - Instantiating platform wrapper... 01:26:08.024 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi1604707919948226793kf 01:26:08.024 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:215 - About to start Knopflerfish OSGi Platform 01:26:08.134 [main] INFO o.e.g.b.i.c.io.FragmentTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:08.138 [main] TRACE o.e.g.b.i.c.io.FragmentTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:26:08.139 [main] TRACE o.e.g.b.i.c.io.FragmentTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:26:08.140 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:26:08.141 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:08.275 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:08.290 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:08.296 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:08.298 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:08.307 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:08.319 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:08.321 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:08.325 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:08.329 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:08.335 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:08.368 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:08.370 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:08.375 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:08.382 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:08.384 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:08.388 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:26:08.392 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:08.395 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/io.fragment.1.bundle/target/io.fragment.1.bundle-3.0.1.BUILD-SNAPSHOT.jar] 01:26:08.398 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/io.fragment.2.bundle/target/io.fragment.2.bundle-3.0.1.BUILD-SNAPSHOT.jar] 01:26:08.419 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:08.428 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:08.433 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:08.435 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:08.436 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:08.437 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:08.438 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:08.440 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:08.459 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:08.460 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:08.467 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:08.468 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:08.468 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:08.472 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:08.474 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:08.476 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:26:08,505 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,545 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:08,548 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:08,558 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:08,583 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:08,585 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:08,589 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:08,596 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@2bcdb5cf - No compression will be used 01:26:08,601 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:08,601 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:08,603 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:08,603 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:08,603 |-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,603 |-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,604 |-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,604 |-INFO 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,604 |-INFO 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,604 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:08,604 |-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,604 |-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,605 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:08,605 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:08,605 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:08,605 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:08,605 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:08,606 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:08,606 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:08,607 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@118a6df9 - Registering current configuration as safe fallback point 01:26:08.620 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:08.630 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:26:08.777 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:08.782 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:08.786 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:08.790 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:08.795 [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.796 [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.797 [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.797 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:08.797 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:26:08.799 [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.799 [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.799 [BundleStart #16] DEBUG o.e.g.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.800 [BundleStart #16] 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.801 [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.801 [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.801 [BundleStart #16] DEBUG o.e.g.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.802 [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.802 [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.802 [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.802 [BundleStart #16] DEBUG 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.803 [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.803 [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.804 [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.804 [BundleStart #16] DEBUG o.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.804 [BundleStart #16] 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.805 [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.805 [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.806 [BundleStart #16] DEBUG o.e.g.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.806 [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.806 [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.807 [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.807 [BundleStart #16] DEBUG o.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.807 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:08.808 [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.808 [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.808 [BundleStart #16] 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.808 [BundleStart #16] 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.809 [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.809 [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.809 [BundleStart #16] DEBUG o.e.g.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.810 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:08.810 [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.811 [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.811 [BundleStart #16] 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.811 [BundleStart #16] 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.812 [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.812 [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.812 [BundleStart #16] DEBUG o.e.g.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.812 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:08.813 [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.813 [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.813 [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.813 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:08.815 [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.815 [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.815 [BundleStart #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.815 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:08.815 [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.815 [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.816 [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.816 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:08.816 [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.816 [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.817 [BundleStart #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.817 [BundleStart #16] 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.818 [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.819 [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.819 [BundleStart #16] DEBUG o.e.g.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.828 [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.828 [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.831 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:08.831 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:08.858 [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.860 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:08.861 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@3bc17c06 w/ reference null 01:26:08.861 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@3bc17c06 w/ reference null 01:26:08.862 [BundleStart #16] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 01:26:08.877 [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.887 [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.888 [BundleStart #16] DEBUG 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.888 [BundleStart #16] 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.891 [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.891 [BundleStart #16] DEBUG o.e.g.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.892 [BundleStart #16] 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.893 [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.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:26:08.894 [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.895 [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.895 [BundleStart #16] DEBUG 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.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:26:08.897 [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.897 [BundleStart #16] DEBUG o.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.897 [BundleStart #16] 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.899 [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.900 [BundleStart #16] DEBUG o.e.g.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.900 [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.900 [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.901 [BundleStart #16] DEBUG o.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.901 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:08.902 [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.902 [BundleStart #16] 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.902 [BundleStart #16] 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.903 [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.904 [BundleStart #16] DEBUG o.e.g.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.904 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:08.905 [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.905 [BundleStart #16] 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.905 [BundleStart #16] 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.907 [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.907 [BundleStart #16] DEBUG o.e.g.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.907 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:08.908 [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.908 [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.908 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:08.910 [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.910 [BundleStart #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.911 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:08.911 [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.911 [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.912 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:08.912 [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.913 [BundleStart #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.913 [BundleStart #16] 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.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:26:08.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:26:08.917 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:08.923 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:08.925 [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.925 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:08.925 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:08.926 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:08.926 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 01:26:08.926 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:08.927 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:331 - [io-fragment-1 (org.eclipse.gemini.blueprint.iandt.io.fragment.1)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/io.fragment.1.bundle/target/io.fragment.1.bundle-3.0.1.BUILD-SNAPSHOT.jar] is a fragment; start not invoked 01:26:08.927 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:331 - [io-fragment-2 (org.eclipse.gemini.blueprint.iandt.io.fragment.2)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/io.fragment.2.bundle/target/io.fragment.2.bundle-3.0.1.BUILD-SNAPSHOT.jar] is a fragment; start not invoked 01:26:08.929 [main] INFO o.e.g.b.i.c.io.FragmentTest:199 - org/eclipse/gemini/blueprint/iandt/compliance/io/FragmentTest-bundle.properties was not found; using defaults 01:26:08.929 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:511 - Post processing: creating test bundle 01:26:08.929 [main] INFO o.e.g.b.i.c.io.FragmentTest:177 - Using Manifest from specified location=[org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF] 01:26:08.987 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.bundleScope, org.eclipse.gemini.blueprint.iandt.cardinality0to1, org.eclipse.gemini.blueprint.iandt.compliance.io, org.eclipse.gemini.blueprint.iandt.compliance.service, org.eclipse.gemini.blueprint.iandt.configopt, org.eclipse.gemini.blueprint.iandt.context, org.eclipse.gemini.blueprint.iandt.cycles, org.eclipse.gemini.blueprint.iandt.deadlocks, org.eclipse.gemini.blueprint.iandt.dependency, org.eclipse.gemini.blueprint.iandt.dependencyWithDelay, org.eclipse.gemini.blueprint.iandt.duplicateClass, org.eclipse.gemini.blueprint.iandt.errors, org.eclipse.gemini.blueprint.iandt.event, org.eclipse.gemini.blueprint.iandt.exportimport, org.eclipse.gemini.blueprint.iandt.extender, org.eclipse.gemini.blueprint.iandt.extender.configuration, org.eclipse.gemini.blueprint.iandt.importer, org.eclipse.gemini.blueprint.iandt.io, org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods, org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning, org.eclipse.gemini.blueprint.iandt.jdk5.io, org.eclipse.gemini.blueprint.iandt.lifecycle, org.eclipse.gemini.blueprint.iandt.mavenArtifact, org.eclipse.gemini.blueprint.iandt.namespace, org.eclipse.gemini.blueprint.iandt.nonosgicl, org.eclipse.gemini.blueprint.iandt.ns, org.eclipse.gemini.blueprint.iandt.postprocessors, org.eclipse.gemini.blueprint.iandt.propertyplaceholder, org.eclipse.gemini.blueprint.iandt.proxied.listener, org.eclipse.gemini.blueprint.iandt.proxycreator, org.eclipse.gemini.blueprint.iandt.recursive, org.eclipse.gemini.blueprint.iandt.referenceProxy, org.eclipse.gemini.blueprint.iandt.serviceListener, org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean, org.eclipse.gemini.blueprint.iandt.servicedependency, org.eclipse.gemini.blueprint.iandt.serviceproxy, org.eclipse.gemini.blueprint.iandt.syntheticEvents, org.eclipse.gemini.blueprint.iandt.tcclManagement, org.eclipse.gemini.blueprint.iandt.testingFramework] 01:26:08.988 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, Bundle-Name=Functional testing of IO Blueprint dependencies, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Bundle-Vendor=Spring Framework, Import-Package=junit.framework,org.osgi.framework,org.springframework.core.io,org.springframework.core.io.support,org.eclipse.gemini.blueprint.io,org.springframework.util,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.platform,org.eclipse.gemini.blueprint.test.provisioning, org.apache.commons.logging, Manifest-Version=1.0]] 01:26:08.988 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:08.988 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:08.988 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/ 01:26:08.988 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/ 01:26:08.989 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/ 01:26:08.989 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/ 01:26:08.989 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/ 01:26:08.989 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/ 01:26:08.990 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/ 01:26:08.990 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/ 01:26:08.990 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/ 01:26:08.990 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/folder-test.file 01:26:08.990 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/test.file 01:26:08.991 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/simple.jar 01:26:08.991 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /expanded-bundle.jar/ 01:26:08.991 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /expanded-bundle.jar/META-INF/ 01:26:08.991 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /expanded-bundle.jar/META-INF/MANIFEST.MF 01:26:08.991 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /expanded-bundle.jar/resource.res 01:26:08.992 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /logback-test.xml 01:26:08.992 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /logback.xml 01:26:08.992 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /namespace/ 01:26:08.992 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /namespace/ns.jar 01:26:08.992 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /norootcpbundle.jar 01:26:08.992 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:08.993 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:08.993 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:08.993 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:08.993 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:08.993 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:08.994 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:08.994 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:08.994 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/bundleScope/ 01:26:08.994 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/bundleScope/ScopingTest.MF 01:26:08.994 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/bundleScope/ScopingTest.class 01:26:08.994 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/bundleScope/scope-context.xml 01:26:08.995 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cardinality0to1/ 01:26:08.995 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cardinality0to1/Cardinality0to1Test.MF 01:26:08.995 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cardinality0to1/Cardinality0to1Test.class 01:26:08.995 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/ 01:26:08.995 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/ 01:26:08.996 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/BundleClassPathTest.class 01:26:08.996 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest$1.class 01:26:08.996 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest.class 01:26:08.996 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/FragmentTest.class 01:26:08.996 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/IoTest.class 01:26:08.996 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/package.file 01:26:08.997 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/test.file 01:26:08.997 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/service/ 01:26:08.997 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/service/ServiceAvailableDuringUnregistrationTest$1.class 01:26:08.997 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/service/ServiceAvailableDuringUnregistrationTest.class 01:26:08.997 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 01:26:08.998 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 01:26:08.998 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 01:26:08.998 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 01:26:08.998 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 01:26:08.998 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 01:26:08.999 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 01:26:08.999 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 01:26:08.999 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 01:26:08.999 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 01:26:08.999 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/ 01:26:08.999 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest$BundleContextAwareHolder$AnotherInnerClass.class 01:26:09.000 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest$BundleContextAwareHolder.class 01:26:09.000 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest.class 01:26:09.000 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/OsgiAppContextTest.class 01:26:09.000 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/PublishedInterfacesTest.class 01:26:09.000 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/bundleContextAwareTest.xml 01:26:09.001 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/no-op-context.xml 01:26:09.001 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ 01:26:09.001 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/BaseImporterCycleTest.class 01:26:09.001 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/CollectionCycleTest.class 01:26:09.002 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ExporterCycleTest.class 01:26:09.002 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/Listener.class 01:26:09.002 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ListenerA.class 01:26:09.002 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ListenerB.class 01:26:09.003 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ReferenceCycleTest.class 01:26:09.003 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-collection-importer.xml 01:26:09.003 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-exporter.xml 01:26:09.003 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-reference-importer.xml 01:26:09.004 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/deadlocks/ 01:26:09.004 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/deadlocks/DeadlockHandlingTest.class 01:26:09.004 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependency/ 01:26:09.004 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependency/DependencyTest$1.class 01:26:09.004 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependency/DependencyTest.MF 01:26:09.005 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependency/DependencyTest.class 01:26:09.005 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/ 01:26:09.005 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/DependencyTest$1.class 01:26:09.005 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/DependencyTest.class 01:26:09.005 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/FactoryDependencyTest$1.class 01:26:09.006 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/FactoryDependencyTest.class 01:26:09.006 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/duplicateClass/ 01:26:09.006 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/duplicateClass/DuplicateClassTest.MF 01:26:09.006 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/duplicateClass/DuplicateClassTest.class 01:26:09.007 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/errors/ 01:26:09.007 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/errors/ErrorHandlingTest.class 01:26:09.007 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/ 01:26:09.007 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/AbstractEventTest$1.class 01:26:09.007 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/AbstractEventTest.class 01:26:09.007 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/DepedencyEventTest$1.class 01:26:09.008 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/DepedencyEventTest.class 01:26:09.008 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/OsgiLifecycleNotificationTest$1.class 01:26:09.008 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/OsgiLifecycleNotificationTest$2.class 01:26:09.008 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/OsgiLifecycleNotificationTest.class 01:26:09.008 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/exportimport/ 01:26:09.009 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/exportimport/ExportImportTest.class 01:26:09.009 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/exportimport/Listener.class 01:26:09.009 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/exportimport/export-import.xml 01:26:09.009 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ 01:26:09.009 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ExtenderTest.class 01:26:09.010 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ExtenderVersionTest.class 01:26:09.010 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/ 01:26:09.010 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/ExtenderConfigurationTest.class 01:26:09.010 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/config.xml 01:26:09.010 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ 01:26:09.011 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/CollectionTest.class 01:26:09.011 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/Listener.class 01:26:09.011 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$MyClass.class 01:26:09.011 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$MyInterface.class 01:26:09.011 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$TestBean.class 01:26:09.012 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest.class 01:26:09.012 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/collection.xml 01:26:09.012 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml 01:26:09.012 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 01:26:09.012 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 01:26:09.013 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest.class 01:26:09.013 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 01:26:09.013 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest.class 01:26:09.013 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest.class 01:26:09.013 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceWildcardTest.class 01:26:09.014 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/EquinoxFileTests.class 01:26:09.014 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests-bundle.properties 01:26:09.014 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF 01:26:09.014 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.class 01:26:09.015 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 01:26:09.015 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests-bundle.properties 01:26:09.015 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests.class 01:26:09.015 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 01:26:09.015 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 01:26:09.015 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/another-resource.res 01:26:09.016 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/duplicate.file 01:26:09.016 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/some-resource.res 01:26:09.016 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/ 01:26:09.016 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/ 01:26:09.017 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/BridgeMethodTest.class 01:26:09.017 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/GenerifiedListenerInterface.class 01:26:09.017 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/Listener.class 01:26:09.017 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/config.xml 01:26:09.056 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/ 01:26:09.057 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/ComponentBean.class 01:26:09.057 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/OrderedComponentScanningTest.class 01:26:09.057 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/context.xml 01:26:09.057 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/io/ 01:26:09.057 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/io/ComponentScanTest.class 01:26:09.058 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/io/component-scan.xml 01:26:09.058 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/lifecycle/ 01:26:09.058 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/lifecycle/LifecycleTest.class 01:26:09.058 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/lifecycle/MANIFEST.MF 01:26:09.058 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/mavenArtifact/ 01:26:09.059 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/mavenArtifact/MavenArtifactLookupTest.MF 01:26:09.059 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/mavenArtifact/MavenArtifactLookupTest.class 01:26:09.059 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/namespace/ 01:26:09.059 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/namespace/EmbeddedNamespaceLibraryTest.class 01:26:09.060 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/namespace/context.xml 01:26:09.060 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/ 01:26:09.060 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/NonOSGiLoaderProxyTest$1.class 01:26:09.060 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/NonOSGiLoaderProxyTest$Service.class 01:26:09.060 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/NonOSGiLoaderProxyTest.class 01:26:09.061 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/context.xml 01:26:09.061 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ns/ 01:26:09.061 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ns/NamespaceProviderAndConsumerTest.class 01:26:09.061 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ns/context.xml 01:26:09.061 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/ 01:26:09.062 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessor$CustomPostProcessor.class 01:26:09.062 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessor.class 01:26:09.062 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithOrder2$CustomPostProcessor.class 01:26:09.062 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithOrder2.class 01:26:09.062 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithPriorityOrder2$CustomPostProcessor.class 01:26:09.063 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithPriorityOrder2.class 01:26:09.063 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$RegularPostProcessor.class 01:26:09.063 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$RegularPostProcessorWithOrder2.class 01:26:09.063 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$RegularPostProcessorWithPriorityOrder2.class 01:26:09.063 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest.class 01:26:09.064 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/postprocessors.xml 01:26:09.064 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/propertyplaceholder/ 01:26:09.064 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/propertyplaceholder/PropertyPlaceholderTest-bundle.properties 01:26:09.064 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/propertyplaceholder/PropertyPlaceholderTest.class 01:26:09.064 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml 01:26:09.064 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxied/ 01:26:09.065 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxied/listener/ 01:26:09.065 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxied/listener/ProxiedListenerTest.class 01:26:09.065 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxied/listener/service-import.xml 01:26:09.065 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ 01:26:09.065 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ClassDependenciesVisibilityTest$1.class 01:26:09.066 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ClassDependenciesVisibilityTest.class 01:26:09.066 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/JdkProxyTest.class 01:26:09.066 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ProxyCreatorTest.class 01:26:09.066 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/SomeInterface.class 01:26:09.066 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/SomeInterfaceImplementation.class 01:26:09.067 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/recursive/ 01:26:09.067 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/recursive/RecursiveTypesTest.class 01:26:09.067 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ 01:26:09.067 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest$1.class 01:26:09.067 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest.class 01:26:09.068 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest$1.class 01:26:09.068 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest.class 01:26:09.068 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.MF 01:26:09.069 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.class 01:26:09.069 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceListener/ 01:26:09.069 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceListener/ServiceListenerTest.MF 01:26:09.069 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceListener/ServiceListenerTest.class 01:26:09.069 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ 01:26:09.070 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/MultiServiceProxyFactoryBeanTest.class 01:26:09.070 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceBaseTest.class 01:26:09.070 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceProxyFactoryBeanTest.class 01:26:09.070 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithMultiServiceTest.class 01:26:09.070 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithSingleServiceTest.class 01:26:09.071 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ 01:26:09.071 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/CollectionImporterTest.class 01:26:09.071 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ExporterWithOptionalAndMandatoryImportersTest.class 01:26:09.071 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/MultipleExportersDependingOnOneImporterTest.class 01:26:09.071 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SimpleBean.class 01:26:09.072 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SingleExportDependingOnMultipleImportTest.class 01:26:09.072 [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:09.072 [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:09.072 [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:09.072 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceproxy/ 01:26:09.073 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceproxy/ServiceCollectionTest.MF 01:26:09.073 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceproxy/ServiceCollectionTest.class 01:26:09.073 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceproxy/ServiceListTst.class 01:26:09.073 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceproxy/ServiceProxyTest.MF 01:26:09.073 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceproxy/ServiceProxyTst.class 01:26:09.074 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/syntheticEvents/ 01:26:09.074 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/syntheticEvents/ServiceListenerSyntheticEvents$CollectionListener.class 01:26:09.074 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/syntheticEvents/ServiceListenerSyntheticEvents$ReferenceListener.class 01:26:09.074 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/syntheticEvents/ServiceListenerSyntheticEvents.class 01:26:09.074 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/syntheticEvents/importers.xml 01:26:09.075 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ 01:26:09.075 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ClientOnlyTcclTest.class 01:26:09.075 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ServiceTcclTest.class 01:26:09.075 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml 01:26:09.075 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-resource.properties 01:26:09.075 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/service-context.xml 01:26:09.076 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/ 01:26:09.076 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.MF 01:26:09.076 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.class 01:26:09.076 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.xml 01:26:09.076 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/BundleCreationTst.class 01:26:09.077 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/OsgiPlatformTest.class 01:26:09.077 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/RunBundleCreationTest.MF 01:26:09.077 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/RunBundleCreationTest.class 01:26:09.077 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/SkipTestRunner.class 01:26:09.077 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/SkipTestsTst.class 01:26:09.078 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/logback.xml 01:26:09.078 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /osgi-723.jar 01:26:09.078 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /osgi-799-exp.jar 01:26:09.078 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /osgi-799-imp.jar 01:26:09.123 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:557 - Test bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] successfully installed 01:26:09.124 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:26:09.131 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] 01:26:09.132 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:09.133 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] 01:26:09.133 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] 01:26:09.134 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:09.134 [BundleStart #20] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments) 01:26:09.134 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] 01:26:09.134 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:562 - Test bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] successfully started 01:26:09.135 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:09.157 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:09.158 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:09.160 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:09.161 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:09.161 [main] TRACE o.e.g.b.i.c.io.FragmentTest:227 - Bundle [org.eclipse.gemini.blueprint.iandt.io.fragment.2] is not active (probably a fragment); ignoring 01:26:09.162 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:09.162 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:09.163 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:09.164 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:09.165 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:09.165 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:09.166 [main] TRACE o.e.g.b.i.c.io.FragmentTest:227 - Bundle [org.eclipse.gemini.blueprint.iandt.io.fragment.1] is not active (probably a fragment); ignoring 01:26:09.166 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:09.167 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:09.168 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:09.168 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:09.169 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:09.170 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.eclipse.gemini.blueprint.iandt.io.functional.fragments] does not trigger a context creation. 01:26:09.170 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:09.171 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:09.173 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:09.173 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testNestedFolderOnlyInFragmentsRecursively] to OSGi 01:26:09.188 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNestedFolderOnlyInFragmentsRecursively] for execution inside OSGi 01:26:09.188 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNestedFolderOnlyInFragmentsRecursively] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@62150f9e 01:26:09.189 [main] INFO o.e.g.b.i.c.io.FragmentTest:190 - Loading context for locations: 01:26:09.202 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Sat Apr 27 01:26:09 UTC 2024]; root of context hierarchy 01:26:09.209 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:26:09.228 [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:09.238 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:09.238 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:26:09.239 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:26:09.240 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:26:09.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@6c40365c] 01:26:09.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@7bedc48a] 01:26:09.247 [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:09.250 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Sat Apr 27 01:26:09 UTC 2024]; root of context hierarchy] 01:26:09.252 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, Bundle-Version=0.0.0} 01:26:09.254 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} {bundle://18/fragment.folder/nested.folder/, bundle://19/fragment.folder/nested.folder/} 01:26:09.313 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:09.314 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testNestedFolderOnlyInFragmentsRecursively] 01:26:09.314 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testNestedFolderOnlyInFragmentsRecursively]'s result read 01:26:09.316 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testRootFoldersInFragmentsAndOwner] to OSGi 01:26:09.316 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFoldersInFragmentsAndOwner] for execution inside OSGi 01:26:09.317 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testRootFoldersInFragmentsAndOwner] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7c83dc97 {bundle://20/META-INF/, bundle://18/META-INF/, bundle://19/META-INF/} 01:26:09.318 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:09.318 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testRootFoldersInFragmentsAndOwner] 01:26:09.318 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testRootFoldersInFragmentsAndOwner]'s result read 01:26:09.319 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testNestedFileOnlyInFragment1] to OSGi 01:26:09.319 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNestedFileOnlyInFragment1] for execution inside OSGi 01:26:09.320 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNestedFileOnlyInFragment1] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7748410a {bundle://18/fragment1.folder/nested.folder.1/nested.file.1.1} 01:26:09.321 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:09.321 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testNestedFileOnlyInFragment1] 01:26:09.321 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testNestedFileOnlyInFragment1]'s result read 01:26:09.322 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testNestedFileOnlyInFragment2] to OSGi 01:26:09.322 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNestedFileOnlyInFragment2] for execution inside OSGi 01:26:09.322 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNestedFileOnlyInFragment2] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@740773a3 {bundle://19/fragment2.folder/nested.folder.2/nested.file.2.2} 01:26:09.323 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:09.323 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testNestedFileOnlyInFragment2] 01:26:09.324 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testNestedFileOnlyInFragment2]'s result read 01:26:09.324 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testNestedFileOnlyInFragments] to OSGi 01:26:09.325 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNestedFileOnlyInFragments] for execution inside OSGi 01:26:09.325 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNestedFileOnlyInFragments] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@37f1104d {bundle://18/fragment.folder/nested.folder/nested.file, bundle://19/fragment.folder/nested.folder/nested.file} 01:26:09.326 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:09.326 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testNestedFileOnlyInFragments] 01:26:09.326 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testNestedFileOnlyInFragments]'s result read 01:26:09.327 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testGetResourceOnRootDir] to OSGi 01:26:09.327 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceOnRootDir] for execution inside OSGi 01:26:09.327 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourceOnRootDir] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@55740540 bundle://20/ 01:26:09.328 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:09.328 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testGetResourceOnRootDir] 01:26:09.329 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testGetResourceOnRootDir]'s result read 01:26:09.329 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testRootFileOnlyInFragment1] to OSGi 01:26:09.329 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFileOnlyInFragment1] for execution inside OSGi 01:26:09.330 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testRootFileOnlyInFragment1] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@60015ef5 {bundle://18/fragment1.file} 01:26:09.331 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:09.331 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testRootFileOnlyInFragment1] 01:26:09.331 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testRootFileOnlyInFragment1]'s result read 01:26:09.332 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testRootFileOnlyInFragment2] to OSGi 01:26:09.332 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFileOnlyInFragment2] for execution inside OSGi 01:26:09.332 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testRootFileOnlyInFragment2] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2f54a33d {bundle://19/fragment2.file} 01:26:09.333 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:09.334 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testRootFileOnlyInFragment2] 01:26:09.334 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testRootFileOnlyInFragment2]'s result read 01:26:09.334 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testNestedFolderOnlyInFragment1] to OSGi 01:26:09.335 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNestedFolderOnlyInFragment1] for execution inside OSGi 01:26:09.335 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNestedFolderOnlyInFragment1] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1018bde2 {bundle://18/fragment1.folder/nested.folder.1/} 01:26:09.336 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:09.336 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testNestedFolderOnlyInFragment1] 01:26:09.336 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testNestedFolderOnlyInFragment1]'s result read 01:26:09.337 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testNestedFolderOnlyInFragment2] to OSGi 01:26:09.337 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNestedFolderOnlyInFragment2] for execution inside OSGi 01:26:09.337 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNestedFolderOnlyInFragment2] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@65b3f4a4 {bundle://19/fragment2.folder/nested.folder.2/} 01:26:09.338 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:09.339 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testNestedFolderOnlyInFragment2] 01:26:09.339 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testNestedFolderOnlyInFragment2]'s result read 01:26:09.339 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testNestedFolderOnlyInFragments] to OSGi 01:26:09.340 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNestedFolderOnlyInFragments] for execution inside OSGi 01:26:09.340 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNestedFolderOnlyInFragments] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@f2ff811 {bundle://18/fragment.folder/nested.folder/, bundle://19/fragment.folder/nested.folder/} 01:26:09.341 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:09.341 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testNestedFolderOnlyInFragments] 01:26:09.341 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testNestedFolderOnlyInFragments]'s result read 01:26:09.342 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testRootFolderOnlyInFragment1] to OSGi 01:26:09.342 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFolderOnlyInFragment1] for execution inside OSGi 01:26:09.343 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testRootFolderOnlyInFragment1] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@568ff82 {bundle://18/fragment1.folder/} 01:26:09.344 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:09.344 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testRootFolderOnlyInFragment1] 01:26:09.344 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testRootFolderOnlyInFragment1]'s result read 01:26:09.345 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testRootFolderOnlyInFragment2] to OSGi 01:26:09.345 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFolderOnlyInFragment2] for execution inside OSGi 01:26:09.345 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testRootFolderOnlyInFragment2] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@50caa560 {bundle://19/fragment2.folder/} 01:26:09.346 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:09.347 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testRootFolderOnlyInFragment2] 01:26:09.347 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testRootFolderOnlyInFragment2]'s result read 01:26:09.347 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testFolderOnlyInHost] to OSGi 01:26:09.348 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFolderOnlyInHost] for execution inside OSGi 01:26:09.348 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFolderOnlyInHost] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2a266d09 {bundle://20/org/eclipse/gemini/blueprint/iandt/bundleScope/} 01:26:09.349 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:09.349 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testFolderOnlyInHost] 01:26:09.349 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testFolderOnlyInHost]'s result read 01:26:09.350 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testCommonFolderOnlyInFragmentsButNotInHost] to OSGi 01:26:09.350 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testCommonFolderOnlyInFragmentsButNotInHost] for execution inside OSGi 01:26:09.350 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testCommonFolderOnlyInFragmentsButNotInHost] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5ab9e72c {bundle://18/fragment.folder/nested.folder/, bundle://19/fragment.folder/nested.folder/} 01:26:09.351 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:09.352 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testCommonFolderOnlyInFragmentsButNotInHost] 01:26:09.352 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testCommonFolderOnlyInFragmentsButNotInHost]'s result read 01:26:09.352 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testGetResourceSOnRootDir] to OSGi 01:26:09.354 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceSOnRootDir] for execution inside OSGi 01:26:09.355 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourceSOnRootDir] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@36b4fe2a {bundle://20/, bundle://18/, bundle://19/} 01:26:09.357 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:09.357 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testGetResourceSOnRootDir] 01:26:09.357 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testGetResourceSOnRootDir]'s result read 01:26:09.358 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testDuplicateFilesInHostAndFragments] to OSGi 01:26:09.358 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDuplicateFilesInHostAndFragments] for execution inside OSGi 01:26:09.358 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testDuplicateFilesInHostAndFragments] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@343570b7 {bundle://20/org/eclipse/gemini/blueprint/iandt/io/duplicate.file, bundle://18/org/eclipse/gemini/blueprint/iandt/io/duplicate.file, bundle://19/org/eclipse/gemini/blueprint/iandt/io/duplicate.file} 01:26:09.359 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:09.360 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testDuplicateFilesInHostAndFragments] 01:26:09.360 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testDuplicateFilesInHostAndFragments]'s result read 01:26:09.360 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testCommonFolderInFragmentsAndHost] to OSGi 01:26:09.361 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testCommonFolderInFragmentsAndHost] for execution inside OSGi 01:26:09.361 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testCommonFolderInFragmentsAndHost] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@157853da {bundle://20/org/eclipse/gemini/, bundle://18/org/eclipse/gemini/, bundle://19/org/eclipse/gemini/} 01:26:09.362 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:09.362 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testCommonFolderInFragmentsAndHost] 01:26:09.362 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testCommonFolderInFragmentsAndHost]'s result read 01:26:09.363 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testRootFileOnlyInHostBundle] to OSGi 01:26:09.363 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFileOnlyInHostBundle] for execution inside OSGi 01:26:09.363 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testRootFileOnlyInHostBundle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@71c3b41 {bundle://20/logback.xml} 01:26:09.364 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:09.365 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testRootFileOnlyInHostBundle] 01:26:09.365 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testRootFileOnlyInHostBundle]'s result read 01:26:09.365 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testRootFileInBothFragmentsButNotInHost] to OSGi 01:26:09.366 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFileInBothFragmentsButNotInHost] for execution inside OSGi 01:26:09.366 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testRootFileInBothFragmentsButNotInHost] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@236e3f4e {bundle://18/fragment.file, bundle://19/fragment.file} 01:26:09.367 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:09.367 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testRootFileInBothFragmentsButNotInHost] 01:26:09.368 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testRootFileInBothFragmentsButNotInHost]'s result read 01:26:09.368 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testRootFolderCommonInFragmentsAlone] to OSGi 01:26:09.368 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFolderCommonInFragmentsAlone] for execution inside OSGi 01:26:09.369 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testRootFolderCommonInFragmentsAlone] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3cc1435c {bundle://18/fragment.folder/, bundle://19/fragment.folder/} 01:26:09.370 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:09.370 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testRootFolderCommonInFragmentsAlone] 01:26:09.370 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testRootFolderCommonInFragmentsAlone]'s result read Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.369 sec - in org.eclipse.gemini.blueprint.iandt.compliance.io.FragmentTest 01:26:09.383 [Thread-0] INFO o.e.g.b.i.c.io.FragmentTest:471 - Shutting down OSGi platform 01:26:09.384 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments) 01:26:09.384 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:09.384 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Sat Apr 27 01:26:09 UTC 2024]; root of context hierarchy 01:26:09.385 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Sat Apr 27 01:26:09 UTC 2024]; root of context hierarchy] 01:26:09.385 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:09.385 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:09.386 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:09.386 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:09.386 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:09.386 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:09.386 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:09.387 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:26:09.388 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=20] for sending replayes events; last one was null 01:26:09.388 [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.389 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:09.390 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:26:10,073 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,193 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:10,196 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:10,218 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:10,256 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:10,259 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:10,265 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:10,275 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7791a895 - No compression will be used 01:26:10,282 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:10,283 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:10,285 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:10,285 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:10,285 |-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,285 |-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,286 |-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,286 |-INFO 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,286 |-INFO 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,287 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:10,287 |-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,287 |-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,287 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:10,287 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:10,288 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:10,288 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:10,288 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:10,289 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:10,289 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:10,290 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3701eaf6 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest 01:26:10.409 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:26:10.414 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:85 - Instantiating platform wrapper... 01:26:10.426 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi6250898415470653304kf 01:26:10.426 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:215 - About to start Knopflerfish OSGi Platform 01:26:10.536 [main] INFO o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:10.540 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:26:10.541 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:26:10.543 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:26:10.557 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:10.682 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:10.697 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:10.702 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:10.705 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:10.713 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:10.724 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:10.726 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:10.730 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:10.735 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:10.741 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:10.763 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:10.766 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:10.770 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:10.777 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:10.780 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:10.784 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:26:10.787 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:10.803 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:10.811 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:10.816 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:10.821 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:10.823 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:10.823 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:10.824 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:10.827 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:10.831 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:10.832 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:10.858 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:10.859 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:10.860 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:10.864 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:10.866 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:10.868 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:26:10,899 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,938 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:10,941 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:10,951 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:10,978 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:10,980 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:10,984 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:10,991 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1814d0d9 - No compression will be used 01:26:10,996 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:10,996 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:10,998 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:10,998 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:10,998 |-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,998 |-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,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:26:10,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:26:10,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:26:10,999 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:10,999 |-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,000 |-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,000 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:11,000 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:11,000 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:11,000 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:11,000 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:11,001 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:11,001 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:11,002 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ee66fb0 - Registering current configuration as safe fallback point 01:26:11.014 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:11.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-202404270125] 01:26:11.178 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:11.179 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:11.183 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:11.187 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:11.191 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:11.193 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:11.193 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 01:26:11.197 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:11.198 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:26:11.199 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:11.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:11.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:11.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:11.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:11.202 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 01:26:11.202 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:26:11.202 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:11.203 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:11.203 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 01:26:11.203 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:11.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:26:11.204 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:11.204 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 01:26:11.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:26:11.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:26:11.206 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:11.206 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 01:26:11.207 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:26:11.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:26:11.207 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:11.208 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 01:26:11.208 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:11.208 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:11.209 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:11.209 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 01:26:11.209 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:11.209 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:26:11.210 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:11.210 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 01:26:11.210 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:26:11.211 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:11.211 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:11.212 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 01:26:11.212 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:26:11.212 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:26:11.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:11.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:11.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:11.214 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:11.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:11.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:11.215 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:11.215 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:11.216 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:11.216 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 01:26:11.216 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:11.217 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:11.217 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:11.217 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 01:26:11.217 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:26:11.217 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:11.218 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:11.218 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 01:26:11.218 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:11.218 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:26:11.220 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:11.220 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 01:26:11.221 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:26:11.229 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:26:11.230 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:26:11.232 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:11.233 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:11.236 [BundleStart #16] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:26:11.238 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:11.239 [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:26:11.239 [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:26:11.240 [BundleStart #16] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 01:26:11.244 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:11.254 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:11.257 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:11.257 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:26:11.260 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:11.260 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:26:11.260 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:26:11.262 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:11.263 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:26:11.263 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:11.264 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:11.264 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:11.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:26:11.266 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:11.267 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:11.267 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:26:11.269 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:11.269 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:26:11.269 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:11.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:26:11.270 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:11.271 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:11.272 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:11.272 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:11.272 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:26:11.274 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:11.274 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:26:11.274 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:11.275 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:11.276 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:26:11.276 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:26:11.278 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:11.278 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:26:11.278 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:11.279 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:11.279 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:11.280 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:11.282 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:11.282 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:11.282 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:11.283 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:11.284 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:26:11.284 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:11.285 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:11.285 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:11.285 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:26:11.289 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:11.289 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:26:11.290 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:11.297 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:11.298 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:11.298 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 01:26:11.298 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:11.299 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:11.300 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:11.300 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:11.302 [main] INFO o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:199 - org/eclipse/gemini/blueprint/iandt/compliance/service/ServiceAvailableDuringUnregistrationTest-bundle.properties was not found; using defaults 01:26:11.302 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:511 - Post processing: creating test bundle 01:26:11.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.compliance.service] 01:26:11.315 [main] INFO o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:202 - Automatically creating Manifest for the test bundle 01:26:11.316 [main] INFO o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:366 - Using the test class for generating bundle imports 01:26:11.318 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/compliance/service/ServiceAvailableDuringUnregistrationTest.class 01:26:11.318 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:460 - Package [org.eclipse.gemini.blueprint.iandt.compliance.service] is part of the test archive; parsing ServiceAvailableDuringUnregistrationTest bytecode to determine imports... 01:26:11.322 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:491 - Visiting class ServiceAvailableDuringUnregistrationTest 01:26:11.334 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:11.334 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:26:11.334 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:491 - Visiting class BaseIntegrationTest 01:26:11.357 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:11.358 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:26:11.358 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:11.360 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:11.360 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:26:11.361 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:11.362 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:26:11.362 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:26:11.362 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.compliance.service, org.eclipse.gemini.blueprint.iandt, java.awt, java.lang, org.osgi.framework, java.util, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io, java.net} 01:26:11.362 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.compliance.service, java.awt, java.lang, java.util, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 01:26:11.363 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:11.363 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:282 - Filtered imports are [org.osgi.framework, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io] 01:26:11.363 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest, Bundle-Name=TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0] 01:26:11.364 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest, Bundle-Name=TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0]] 01:26:11.364 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:11.364 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:11.364 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:11.365 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:11.365 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:11.365 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:11.365 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:11.365 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:11.366 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:11.366 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:11.366 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/ 01:26:11.366 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/service/ 01:26:11.366 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/service/ServiceAvailableDuringUnregistrationTest$1.class 01:26:11.367 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/service/ServiceAvailableDuringUnregistrationTest.class 01:26:11.375 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:557 - Test bundle [TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest (TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest)] successfully installed 01:26:11.375 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:26:11.379 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest (TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest)] 01:26:11.379 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:11.379 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest (TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest) 01:26:11.379 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest (TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest)] 01:26:11.380 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest (TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest)] 01:26:11.380 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:11.381 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest (TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest)] 01:26:11.381 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:562 - Test bundle [TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest (TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest)] successfully started 01:26:11.381 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:11.384 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:11.385 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest] does not trigger a context creation. 01:26:11.385 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:11.387 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:11.387 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:11.388 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:11.388 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:11.389 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:11.389 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:11.390 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:11.390 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:11.390 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:11.391 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:11.392 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:11.392 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:11.393 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:11.393 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:11.393 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:11.394 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:11.395 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:364 - Writing test name [testServiceAliveDuringUnregistration] to OSGi 01:26:11.409 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceAliveDuringUnregistration] for execution inside OSGi 01:26:11.409 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceAliveDuringUnregistration] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@a514af7 01:26:11.410 [main] INFO o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:190 - Loading context for locations: 01:26:11.423 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest, config=): startup date [Sat Apr 27 01:26:11 UTC 2024]; root of context hierarchy 01:26:11.430 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:26:11.462 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@6a78afa0: defining beans []; root of factory hierarchy 01:26:11.472 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:11.472 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:26:11.473 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:26:11.474 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:26:11.478 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7d8704ef] 01:26:11.478 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@13b6aecc] 01:26:11.481 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@394df057] 01:26:11.484 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest, config=): startup date [Sat Apr 27 01:26:11 UTC 2024]; root of context hierarchy] 01:26:11.487 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest, org.springframework.context.service.name=TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest, Bundle-SymbolicName=TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest, Bundle-Version=0.0.0} 01:26:11.488 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:26:11.526 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:11.526 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:440 - Reading OSGi results for test [testServiceAliveDuringUnregistration] 01:26:11.527 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:447 - Test[testServiceAliveDuringUnregistration]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.152 sec - in org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest 01:26:11.560 [Thread-0] INFO o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:471 - Shutting down OSGi platform 01:26:11.561 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest (TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest) 01:26:11.561 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest, config=): startup date [Sat Apr 27 01:26:11 UTC 2024]; root of context hierarchy 01:26:11.561 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:11.562 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest, config=): startup date [Sat Apr 27 01:26:11 UTC 2024]; root of context hierarchy] 01:26:11.562 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:11.562 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:11.562 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:11.563 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:11.563 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:11.563 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:11.563 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:11.564 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:26:11.564 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=18] for sending replayes events; last one was null 01:26:11.565 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=17] for sending replayes events; last one was null 01:26:11.565 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:11.566 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:26:12,262 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:26:12,382 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:12,385 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:12,408 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:12,447 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:12,449 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:12,460 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:12,471 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7791a895 - No compression will be used 01:26:12,478 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:12,479 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:12,480 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:12,481 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:12,481 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:26:12,481 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:26:12,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:26:12,482 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:26:12,482 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:26:12,482 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:12,482 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:26:12,482 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:26:12,483 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:12,483 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:12,483 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:12,483 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:12,484 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:12,484 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:12,484 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:12,486 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3701eaf6 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest 01:26:12.605 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:26:12.610 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:85 - Instantiating platform wrapper... 01:26:12.622 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi6331859827589867851kf 01:26:12.623 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:215 - About to start Knopflerfish OSGi Platform 01:26:12.743 [main] INFO o.e.g.b.i.c.OsgiAppContextTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:12.756 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:26:12.757 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:26:12.759 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:26:12.760 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:12.905 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:12.922 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:12.928 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:12.930 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:12.943 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:12.959 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:12.962 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:12.968 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:12.976 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:12.982 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:13.008 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:13.011 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:13.016 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:13.025 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:13.027 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:13.031 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:26:13.035 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:13.073 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:13.081 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:13.086 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:13.088 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:13.089 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:13.090 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:13.091 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:13.093 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:13.097 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:13.098 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:13.104 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:13.105 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:13.105 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:13.109 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:13.111 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:13.112 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:26:13,142 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,195 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:13,198 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:13,208 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:13,234 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:13,236 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:13,240 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:13,247 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5af0357e - No compression will be used 01:26:13,252 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:13,252 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:13,253 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:13,254 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:13,254 |-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,254 |-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,254 |-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,254 |-INFO 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,255 |-INFO 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,255 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:13,255 |-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,255 |-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,255 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:13,255 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:13,256 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:13,256 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:13,256 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:13,257 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:13,257 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:13,258 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5f51b4ae - Registering current configuration as safe fallback point 01:26:13.270 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:13.280 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:26:13.423 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:13.424 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:13.428 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:13.432 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:13.437 [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.439 [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.439 [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.439 [BundleStart #16] DEBUG 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.439 [BundleStart #16] 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.441 [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.441 [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.441 [BundleStart #16] DEBUG o.e.g.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.442 [BundleStart #16] 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.443 [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.443 [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.443 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:26:13.443 [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.444 [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.444 [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.444 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:13.444 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:13.445 [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.445 [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.445 [BundleStart #16] DEBUG o.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.446 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:26:13.447 [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.447 [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.447 [BundleStart #16] DEBUG o.e.g.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.447 [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.448 [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.448 [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.448 [BundleStart #16] DEBUG o.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.448 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:13.449 [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.449 [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.449 [BundleStart #16] 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.449 [BundleStart #16] 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.450 [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.450 [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.450 [BundleStart #16] DEBUG o.e.g.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.451 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:13.451 [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.451 [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.452 [BundleStart #16] 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.452 [BundleStart #16] 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.453 [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.453 [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.453 [BundleStart #16] DEBUG o.e.g.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.453 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:13.454 [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.454 [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.454 [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.454 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:13.455 [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.455 [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.456 [BundleStart #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.456 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:13.456 [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.456 [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.456 [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.457 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:13.457 [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.457 [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.457 [BundleStart #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.458 [BundleStart #16] 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.459 [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.460 [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.460 [BundleStart #16] DEBUG o.e.g.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.469 [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.469 [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.472 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:13.472 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:13.476 [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.478 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:13.478 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@28e56a87 w/ reference null 01:26:13.478 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@28e56a87 w/ reference null 01:26:13.479 [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.483 [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.493 [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.494 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:13.494 [BundleStart #16] 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.497 [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.497 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:26:13.497 [BundleStart #16] 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.499 [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.499 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:26:13.499 [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.500 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:13.500 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:13.500 [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.501 [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.502 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:13.502 [BundleStart #16] 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.504 [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.504 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:26:13.504 [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.505 [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.505 [BundleStart #16] DEBUG o.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.505 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:13.506 [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.506 [BundleStart #16] 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.506 [BundleStart #16] 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.507 [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.508 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:26:13.508 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:13.509 [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.509 [BundleStart #16] 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.510 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:26:13.511 [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.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:26:13.512 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:13.512 [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.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:13.513 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:13.515 [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.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:26:13.515 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:13.516 [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.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:26:13.517 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:13.517 [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.517 [BundleStart #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.518 [BundleStart #16] 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.521 [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.521 [BundleStart #16] DEBUG o.e.g.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.522 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:13.528 [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.530 [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.530 [BundleStart #17] DEBUG 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.530 [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.531 [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.535 [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.535 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:13.537 [main] INFO o.e.g.b.i.c.OsgiAppContextTest:199 - org/eclipse/gemini/blueprint/iandt/context/OsgiAppContextTest-bundle.properties was not found; using defaults 01:26:13.537 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:511 - Post processing: creating test bundle 01:26:13.552 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.context] 01:26:13.552 [main] INFO o.e.g.b.i.c.OsgiAppContextTest:202 - Automatically creating Manifest for the test bundle 01:26:13.553 [main] INFO o.e.g.b.i.c.OsgiAppContextTest:366 - Using the test class for generating bundle imports 01:26:13.555 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/context/OsgiAppContextTest.class 01:26:13.555 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:460 - Package [org.eclipse.gemini.blueprint.iandt.context] is part of the test archive; parsing OsgiAppContextTest bytecode to determine imports... 01:26:13.560 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:491 - Visiting class OsgiAppContextTest 01:26:13.571 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:13.571 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:26:13.571 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:491 - Visiting class BaseIntegrationTest 01:26:13.575 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:13.575 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:26:13.576 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:13.577 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:13.578 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:26:13.578 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:13.579 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:26:13.579 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:26:13.579 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.context, org.eclipse.gemini.blueprint.iandt, org.osgi.framework, org.springframework.context, java.lang, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io, java.net} 01:26:13.579 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.context, java.lang, java.util, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 01:26:13.580 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:13.580 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:282 - Filtered imports are [org.osgi.framework, org.springframework.context, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 01:26:13.580 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest, Bundle-Name=TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.springframework.context,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 01:26:13.581 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest, Bundle-Name=TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.springframework.context,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 01:26:13.581 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:13.581 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:13.581 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:13.581 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:13.582 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:13.582 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:13.582 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:13.582 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:13.582 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:13.582 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:13.583 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/ 01:26:13.583 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest$BundleContextAwareHolder$AnotherInnerClass.class 01:26:13.583 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest$BundleContextAwareHolder.class 01:26:13.583 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest.class 01:26:13.583 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/OsgiAppContextTest.class 01:26:13.584 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/PublishedInterfacesTest.class 01:26:13.584 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/bundleContextAwareTest.xml 01:26:13.584 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/no-op-context.xml 01:26:13.591 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:557 - Test bundle [TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest (TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest)] successfully installed 01:26:13.591 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:26:13.594 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest (TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest)] 01:26:13.594 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:13.595 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest (TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest)] 01:26:13.595 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest (TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest)] 01:26:13.595 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:13.595 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest (TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest) 01:26:13.595 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest (TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest)] 01:26:13.596 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:562 - Test bundle [TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest (TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest)] successfully started 01:26:13.596 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:13.598 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:13.598 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:13.600 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:13.600 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:13.601 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:13.601 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest] does not trigger a context creation. 01:26:13.601 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:13.602 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:13.603 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:13.603 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:13.603 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:13.604 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:13.604 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:13.605 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:13.605 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:13.606 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:13.606 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:13.606 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:13.607 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:13.608 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:364 - Writing test name [testBundleContextIsTheSame] to OSGi 01:26:13.622 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBundleContextIsTheSame] for execution inside OSGi 01:26:13.622 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBundleContextIsTheSame] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@a514af7 01:26:13.623 [main] INFO o.e.g.b.i.c.OsgiAppContextTest:190 - Loading context for locations: 01:26:13.636 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest, config=): startup date [Sat Apr 27 01:26:13 UTC 2024]; root of context hierarchy 01:26:13.642 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:26:13.662 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@6a78afa0: defining beans []; root of factory hierarchy 01:26:13.671 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:13.672 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:26:13.673 [main] TRACE o.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.673 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:26:13.677 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7d8704ef] 01:26:13.677 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@13b6aecc] 01:26:13.680 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@394df057] 01:26:13.683 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest, config=): startup date [Sat Apr 27 01:26:13 UTC 2024]; root of context hierarchy] 01:26:13.685 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest, org.springframework.context.service.name=TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest, Bundle-SymbolicName=TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest, Bundle-Version=0.0.0} 01:26:13.686 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:26:13.736 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:13.737 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:440 - Reading OSGi results for test [testBundleContextIsTheSame] 01:26:13.737 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:447 - Test[testBundleContextIsTheSame]'s result read 01:26:13.739 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:364 - Writing test name [testBundleContextInjected] to OSGi 01:26:13.739 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBundleContextInjected] for execution inside OSGi 01:26:13.740 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBundleContextInjected] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3541cb24 01:26:13.740 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:13.740 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:440 - Reading OSGi results for test [testBundleContextInjected] 01:26:13.741 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:447 - Test[testBundleContextInjected]'s result read 01:26:13.741 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:364 - Writing test name [testBundleContextAvailableAsBean] to OSGi 01:26:13.742 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBundleContextAvailableAsBean] for execution inside OSGi 01:26:13.742 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBundleContextAvailableAsBean] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2177849e 01:26:13.742 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:13.743 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:440 - Reading OSGi results for test [testBundleContextAvailableAsBean] 01:26:13.743 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:447 - Test[testBundleContextAvailableAsBean]'s result read Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.144 sec - in org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest 01:26:13.747 [Thread-0] INFO o.e.g.b.i.c.OsgiAppContextTest:471 - Shutting down OSGi platform 01:26:13.747 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest (TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest) 01:26:13.747 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest, config=): startup date [Sat Apr 27 01:26:13 UTC 2024]; root of context hierarchy 01:26:13.747 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:13.748 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest, config=): startup date [Sat Apr 27 01:26:13 UTC 2024]; root of context hierarchy] 01:26:13.748 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:13.748 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:13.748 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:13.749 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:13.749 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:13.749 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:13.749 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:13.749 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:26:13.750 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=18] for sending replayes events; last one was null 01:26:13.751 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=17] for sending replayes events; last one was null 01:26:13.752 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:13.752 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:26:14,433 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,569 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:14,572 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:14,594 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:14,632 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:14,635 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:14,640 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:14,661 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:26:14,669 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:14,669 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:14,671 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:14,671 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:14,671 |-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,672 |-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,672 |-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,672 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:26:14,672 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:26:14,673 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:14,673 |-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,673 |-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,673 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:14,673 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:14,673 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:14,674 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:14,674 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:14,675 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:14,675 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:14,676 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest 01:26:14.792 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:26:14.797 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:85 - Instantiating platform wrapper... 01:26:14.809 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi8233634800547804674kf 01:26:14.810 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:215 - About to start Knopflerfish OSGi Platform 01:26:14.916 [main] INFO o.e.g.b.i.c.PublishedInterfacesTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:14.920 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:26:14.921 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:26:14.922 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:26:14.923 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:15.048 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:15.064 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:15.069 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:15.071 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:15.080 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:15.091 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:15.093 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:15.097 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:15.102 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:15.108 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:15.125 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:15.128 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:15.132 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:15.161 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:15.163 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:15.168 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:26:15.171 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:15.187 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:15.194 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:15.202 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:15.205 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:15.206 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:15.206 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:15.207 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:15.210 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:15.214 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:15.215 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:15.221 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:15.222 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:15.223 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:15.226 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:15.228 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:15.230 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:26:15,279 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,321 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:15,324 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:15,336 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:15,364 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:15,366 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:15,371 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:15,378 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@48a2d583 - No compression will be used 01:26:15,383 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:15,383 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:15,384 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:15,385 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:15,385 |-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,385 |-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,386 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:26:15,386 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:26:15,386 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:26:15,386 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:15,387 |-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,387 |-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,387 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:15,387 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:15,387 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:15,388 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:15,388 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:15,389 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:15,389 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:15,390 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@523167a - Registering current configuration as safe fallback point 01:26:15.404 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:15.414 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:26:15.572 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:15.573 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:15.577 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:15.581 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:15.585 [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.587 [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.587 [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.591 [BundleStart #16] DEBUG 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.592 [BundleStart #16] 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.594 [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.594 [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.594 [BundleStart #16] DEBUG o.e.g.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.595 [BundleStart #16] 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.596 [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.596 [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.596 [BundleStart #16] DEBUG o.e.g.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.597 [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.597 [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.598 [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.598 [BundleStart #16] DEBUG 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.598 [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.599 [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.599 [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.599 [BundleStart #16] DEBUG o.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.600 [BundleStart #16] 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.601 [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.601 [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.601 [BundleStart #16] DEBUG o.e.g.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.601 [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.602 [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.602 [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.602 [BundleStart #16] DEBUG o.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.603 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:15.603 [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.603 [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.603 [BundleStart #16] 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.604 [BundleStart #16] 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.604 [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.605 [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.605 [BundleStart #16] DEBUG o.e.g.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.605 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:15.606 [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.606 [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.606 [BundleStart #16] 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.607 [BundleStart #16] 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.607 [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.608 [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.608 [BundleStart #16] DEBUG o.e.g.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.608 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:15.608 [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.609 [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.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:15.609 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:15.610 [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.611 [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.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:15.611 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:15.611 [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.611 [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.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:15.612 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:15.612 [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.612 [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.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:15.613 [BundleStart #16] 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.615 [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.615 [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.615 [BundleStart #16] DEBUG o.e.g.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.624 [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.624 [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.627 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:15.627 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:15.630 [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.632 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:15.633 [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:15.633 [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:15.634 [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.637 [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.647 [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.648 [BundleStart #16] DEBUG 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.648 [BundleStart #16] 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.651 [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.651 [BundleStart #16] DEBUG o.e.g.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.652 [BundleStart #16] 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.654 [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.654 [BundleStart #16] DEBUG o.e.g.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.654 [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.655 [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.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:15.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:15.657 [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.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:15.658 [BundleStart #16] 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.660 [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.660 [BundleStart #16] DEBUG o.e.g.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.660 [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.661 [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.661 [BundleStart #16] DEBUG o.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.661 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:15.662 [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.663 [BundleStart #16] 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.663 [BundleStart #16] 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.664 [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.664 [BundleStart #16] DEBUG o.e.g.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.664 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:15.666 [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.666 [BundleStart #16] 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.666 [BundleStart #16] 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.668 [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.668 [BundleStart #16] DEBUG o.e.g.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.668 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:15.669 [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.669 [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.669 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:15.671 [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.672 [BundleStart #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.672 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:15.672 [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.673 [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.673 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:15.673 [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.674 [BundleStart #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.674 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:26:15.677 [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.677 [BundleStart #16] DEBUG o.e.g.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.678 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:15.684 [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.685 [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.686 [BundleStart #17] DEBUG 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.686 [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.686 [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.687 [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.687 [BundleStart #17] DEBUG 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.689 [main] INFO o.e.g.b.i.c.PublishedInterfacesTest:199 - org/eclipse/gemini/blueprint/iandt/context/PublishedInterfacesTest-bundle.properties was not found; using defaults 01:26:15.689 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:511 - Post processing: creating test bundle 01:26:15.701 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.context] 01:26:15.702 [main] INFO o.e.g.b.i.c.PublishedInterfacesTest:202 - Automatically creating Manifest for the test bundle 01:26:15.703 [main] INFO o.e.g.b.i.c.PublishedInterfacesTest:366 - Using the test class for generating bundle imports 01:26:15.705 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/context/PublishedInterfacesTest.class 01:26:15.705 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:460 - Package [org.eclipse.gemini.blueprint.iandt.context] is part of the test archive; parsing PublishedInterfacesTest bytecode to determine imports... 01:26:15.709 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:491 - Visiting class PublishedInterfacesTest 01:26:15.720 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:15.721 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:26:15.721 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:491 - Visiting class BaseIntegrationTest 01:26:15.725 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:15.725 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:26:15.725 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:15.727 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:15.727 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:26:15.727 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:15.728 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:26:15.729 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:26:15.729 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.context, org.eclipse.gemini.blueprint.iandt, java.lang, org.eclipse.gemini.blueprint.context.support, org.osgi.framework, org.eclipse.gemini.blueprint.context, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io, java.net} 01:26:15.729 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.context, java.lang, java.util, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 01:26:15.730 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:15.730 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:282 - Filtered imports are [org.eclipse.gemini.blueprint.context.support, org.osgi.framework, org.eclipse.gemini.blueprint.context, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 01:26:15.730 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, Bundle-Name=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.context.support,org.osgi.framework,org.eclipse.gemini.blueprint.context,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 01:26:15.731 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, Bundle-Name=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.context.support,org.osgi.framework,org.eclipse.gemini.blueprint.context,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 01:26:15.731 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:15.731 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:15.731 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:15.732 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:15.732 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:15.732 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:15.732 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:15.733 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:15.733 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:15.733 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:15.733 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/ 01:26:15.733 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest$BundleContextAwareHolder$AnotherInnerClass.class 01:26:15.734 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest$BundleContextAwareHolder.class 01:26:15.734 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest.class 01:26:15.734 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/OsgiAppContextTest.class 01:26:15.734 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/PublishedInterfacesTest.class 01:26:15.735 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/bundleContextAwareTest.xml 01:26:15.735 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/no-op-context.xml 01:26:15.742 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:557 - Test bundle [TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest (TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest)] successfully installed 01:26:15.742 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:26:15.745 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest (TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest)] 01:26:15.745 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:15.746 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest (TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest)] 01:26:15.746 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest (TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest)] 01:26:15.746 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:15.746 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest (TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest) 01:26:15.747 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest (TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest)] 01:26:15.747 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:562 - Test bundle [TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest (TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest)] successfully started 01:26:15.747 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:15.749 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:15.750 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:15.751 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:15.752 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:15.752 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:15.753 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:15.753 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:15.754 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:15.754 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:15.755 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:15.755 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:15.756 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:15.757 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:15.757 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest] does not trigger a context creation. 01:26:15.757 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:15.758 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:15.759 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:15.759 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:15.760 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:15.761 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:364 - Writing test name [testXmlOsgiContext] to OSGi 01:26:15.774 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testXmlOsgiContext] for execution inside OSGi 01:26:15.774 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testXmlOsgiContext] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@a514af7 01:26:15.775 [main] INFO o.e.g.b.i.c.PublishedInterfacesTest:190 - Loading context for locations: 01:26:15.787 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, config=): startup date [Sat Apr 27 01:26:15 UTC 2024]; root of context hierarchy 01:26:15.794 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:26:15.812 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@6a78afa0: defining beans []; root of factory hierarchy 01:26:15.822 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:15.823 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:26:15.824 [main] TRACE o.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.825 [main] TRACE o.e.g.b.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.828 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7d8704ef] 01:26:15.829 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@13b6aecc] 01:26:15.831 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@394df057] 01:26:15.835 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, config=): startup date [Sat Apr 27 01:26:15 UTC 2024]; root of context hierarchy] 01:26:15.837 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, org.springframework.context.service.name=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, Bundle-SymbolicName=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, Bundle-Version=0.0.0} 01:26:15.838 [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.876 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, config=/org/eclipse/gemini/blueprint/iandt/context/no-op-context.xml): startup date [Sat Apr 27 01:26:15 UTC 2024]; root of context hierarchy 01:26:15.876 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:15.887 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/org/eclipse/gemini/blueprint/iandt/context/no-op-context.xml] 01:26:15.918 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:15.918 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:26:15.920 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:15.920 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:16.007 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, config=/org/eclipse/gemini/blueprint/iandt/context/no-op-context.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@1ba9117e: defining beans [bean]; root of factory hierarchy 01:26:16.008 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:16.008 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:16.009 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:26:16.009 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:26:16.017 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@932bc4a] 01:26:16.017 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@d29f28] 01:26:16.021 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4de4b452] 01:26:16.022 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, config=/org/eclipse/gemini/blueprint/iandt/context/no-op-context.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, config=/org/eclipse/gemini/blueprint/iandt/context/no-op-context.xml): startup date [Sat Apr 27 01:26:15 UTC 2024]; root of context hierarchy] 01:26:16.022 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, org.springframework.context.service.name=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, Bundle-SymbolicName=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, Bundle-Version=0.0.0} 01:26:16.023 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:26:16.025 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest (TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest) 01:26:16.025 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, config=/org/eclipse/gemini/blueprint/iandt/context/no-op-context.xml): startup date [Sat Apr 27 01:26:15 UTC 2024]; root of context hierarchy 01:26:16.025 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, config=/org/eclipse/gemini/blueprint/iandt/context/no-op-context.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, config=/org/eclipse/gemini/blueprint/iandt/context/no-op-context.xml): startup date [Sat Apr 27 01:26:15 UTC 2024]; root of context hierarchy] 01:26:16.027 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:16.028 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:16.029 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:440 - Reading OSGi results for test [testXmlOsgiContext] 01:26:16.029 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:447 - Test[testXmlOsgiContext]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.243 sec - in org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest 01:26:16.034 [Thread-0] INFO o.e.g.b.i.c.PublishedInterfacesTest:471 - Shutting down OSGi platform 01:26:16.034 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest (TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest) 01:26:16.035 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, config=): startup date [Sat Apr 27 01:26:15 UTC 2024]; root of context hierarchy 01:26:16.035 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, config=): startup date [Sat Apr 27 01:26:15 UTC 2024]; root of context hierarchy] 01:26:16.035 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:16.035 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:26:16.035 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:16.036 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:16.036 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:16.036 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:16.036 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:16.036 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:16.036 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:16.038 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=18] for sending replayes events; last one was null 01:26:16.038 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=17] for sending replayes events; last one was null 01:26:16.039 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:16.039 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:26:16,730 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:26:16,875 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:16,879 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:16,902 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:16,941 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:16,943 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:16,959 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:16,968 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:26:16,977 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:16,977 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:16,979 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:16,979 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:16,979 |-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,979 |-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,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:26:16,980 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:26:16,980 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:26:16,980 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:16,980 |-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,980 |-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,981 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:16,981 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:16,981 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:16,981 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:16,981 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:16,982 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:16,982 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:16,983 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest 01:26:17.123 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:26:17.128 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:85 - Instantiating platform wrapper... 01:26:17.140 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi3509577207593119120kf 01:26:17.141 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:215 - About to start Knopflerfish OSGi Platform 01:26:17.273 [main] INFO o.e.g.b.i.c.BundleContextAwareTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:17.277 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:26:17.278 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:26:17.279 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:26:17.280 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:17.412 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:17.431 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:17.438 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:17.442 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:17.455 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:17.469 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:17.471 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:17.475 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:17.480 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:17.485 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:17.504 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:17.506 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:17.511 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:17.519 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:17.527 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:17.533 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:26:17.558 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:17.578 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:17.587 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:17.592 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:17.594 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:17.595 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:17.596 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:17.597 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:17.599 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:17.603 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:17.604 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:17.610 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:17.611 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:17.612 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:17.615 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:17.617 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:17.618 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:26:17,679 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,721 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:17,723 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:17,735 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:17,763 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:17,765 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:17,771 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:17,778 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3ba09f4b - No compression will be used 01:26:17,783 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:17,783 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:17,785 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:17,785 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:17,785 |-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,785 |-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,785 |-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,786 |-INFO 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,786 |-INFO 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,786 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:17,786 |-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,786 |-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,786 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:17,787 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:17,787 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:17,787 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:17,787 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:17,788 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:17,788 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:17,789 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@16044d10 - Registering current configuration as safe fallback point 01:26:17.802 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:17.813 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:26:17.965 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:17.966 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:17.970 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:17.974 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:17.979 [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.980 [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.981 [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.981 [BundleStart #16] DEBUG 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.981 [BundleStart #16] 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.983 [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.983 [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.983 [BundleStart #16] DEBUG o.e.g.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.984 [BundleStart #16] 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.985 [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.985 [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.985 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:26:17.986 [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.986 [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.986 [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.987 [BundleStart #16] DEBUG 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.987 [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.988 [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.988 [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.988 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:17.989 [BundleStart #16] 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.990 [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.990 [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.990 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:26:17.990 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:17.991 [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.991 [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.991 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:17.991 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:17.992 [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.992 [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.992 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:17.993 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:26:17.993 [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.993 [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.993 [BundleStart #16] DEBUG o.e.g.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.994 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:17.994 [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.995 [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.995 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:26:17.995 [BundleStart #16] 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.996 [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.996 [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.996 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:26:17.996 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:17.997 [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.997 [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.997 [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.997 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:17.999 [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.999 [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.999 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:17.999 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:17.999 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:17.999 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 01:26:18.000 [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.000 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:18.000 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:18.000 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 01:26:18.000 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:18.001 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:26:18.002 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:18.003 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 01:26:18.003 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:26:18.012 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:26:18.012 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:26:18.015 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:18.015 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:18.019 [BundleStart #16] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:26:18.021 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:18.021 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@1ce4dabc w/ reference null 01:26:18.021 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@1ce4dabc w/ reference null 01:26:18.022 [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.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:18.037 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:18.037 [BundleStart #16] DEBUG 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.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:18.040 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:18.041 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:26:18.041 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:26:18.043 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:18.043 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:26:18.043 [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.044 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:18.044 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:18.044 [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.045 [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.046 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:18.046 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:26:18.058 [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.059 [BundleStart #16] DEBUG o.e.g.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.059 [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.060 [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.060 [BundleStart #16] DEBUG o.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.060 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:18.061 [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.062 [BundleStart #16] 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.062 [BundleStart #16] 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.063 [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.064 [BundleStart #16] DEBUG o.e.g.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.064 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:18.065 [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.066 [BundleStart #16] 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.066 [BundleStart #16] 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.068 [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.068 [BundleStart #16] DEBUG o.e.g.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.068 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:18.069 [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.069 [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.069 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:18.071 [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.072 [BundleStart #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.072 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:18.073 [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.073 [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.073 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:18.074 [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.074 [BundleStart #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.074 [BundleStart #16] 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.080 [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.080 [BundleStart #16] DEBUG o.e.g.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.081 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:18.088 [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.089 [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.089 [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.090 [BundleStart #17] DEBUG 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.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:18.097 [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.098 [BundleStart #17] DEBUG 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.100 [main] INFO o.e.g.b.i.c.BundleContextAwareTest:199 - org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest-bundle.properties was not found; using defaults 01:26:18.101 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:511 - Post processing: creating test bundle 01:26:18.115 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.context] 01:26:18.115 [main] INFO o.e.g.b.i.c.BundleContextAwareTest:202 - Automatically creating Manifest for the test bundle 01:26:18.116 [main] INFO o.e.g.b.i.c.BundleContextAwareTest:366 - Using the test class for generating bundle imports 01:26:18.119 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest.class 01:26:18.119 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:460 - Package [org.eclipse.gemini.blueprint.iandt.context] is part of the test archive; parsing BundleContextAwareTest bytecode to determine imports... 01:26:18.123 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:491 - Visiting class BundleContextAwareTest 01:26:18.134 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest$BundleContextAwareHolder.class 01:26:18.134 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:460 - Package [org.eclipse.gemini.blueprint.iandt.context] is part of the test archive; parsing BundleContextAwareTest$BundleContextAwareHolder bytecode to determine imports... 01:26:18.134 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:491 - Visiting class BundleContextAwareTest$BundleContextAwareHolder 01:26:18.135 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:18.135 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:26:18.135 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:491 - Visiting class BaseIntegrationTest 01:26:18.139 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:18.140 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:26:18.140 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:18.142 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:18.142 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:26:18.143 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:18.143 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:26:18.144 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:26:18.144 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.context, org.eclipse.gemini.blueprint.iandt, java.lang, org.springframework.context, org.osgi.framework, org.eclipse.gemini.blueprint.context, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io, java.net} 01:26:18.144 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.context, java.lang, java.util, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 01:26:18.144 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:18.145 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:282 - Filtered imports are [org.springframework.context, org.osgi.framework, org.eclipse.gemini.blueprint.context, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 01:26:18.145 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest, Bundle-Name=TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.context,org.osgi.framework,org.eclipse.gemini.blueprint.context,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 01:26:18.145 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest, Bundle-Name=TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.context,org.osgi.framework,org.eclipse.gemini.blueprint.context,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 01:26:18.146 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:18.146 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:18.146 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:18.146 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:18.146 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:18.147 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:18.147 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:18.147 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:18.147 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:18.147 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:18.147 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/ 01:26:18.148 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest$BundleContextAwareHolder$AnotherInnerClass.class 01:26:18.148 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest$BundleContextAwareHolder.class 01:26:18.148 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest.class 01:26:18.148 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/OsgiAppContextTest.class 01:26:18.156 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/PublishedInterfacesTest.class 01:26:18.157 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/bundleContextAwareTest.xml 01:26:18.157 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/no-op-context.xml 01:26:18.164 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:557 - Test bundle [TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest (TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest)] successfully installed 01:26:18.165 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:26:18.168 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest (TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest)] 01:26:18.168 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:18.168 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest (TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest) 01:26:18.169 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest (TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest)] 01:26:18.169 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest (TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest)] 01:26:18.170 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:18.170 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest (TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest)] 01:26:18.170 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:562 - Test bundle [TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest (TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest)] successfully started 01:26:18.170 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:18.172 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:18.173 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:18.174 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:18.175 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:18.175 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:18.176 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:18.176 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:18.177 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:18.177 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:18.177 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:18.178 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:18.178 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:18.179 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:18.179 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:18.180 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:18.180 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest] does not trigger a context creation. 01:26:18.181 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:18.181 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:18.182 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:18.183 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:364 - Writing test name [testBundleContextAware] to OSGi 01:26:18.196 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBundleContextAware] for execution inside OSGi 01:26:18.196 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBundleContextAware] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4fb61f4a 01:26:18.197 [main] INFO o.e.g.b.i.c.BundleContextAwareTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/context/bundleContextAwareTest.xml 01:26:18.210 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest, config=/org/eclipse/gemini/blueprint/iandt/context/bundleContextAwareTest.xml): startup date [Sat Apr 27 01:26:18 UTC 2024]; root of context hierarchy 01:26:18.216 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:18.244 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/org/eclipse/gemini/blueprint/iandt/context/bundleContextAwareTest.xml] 01:26:18.276 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:18.277 [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.278 [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.278 [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.374 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest, config=/org/eclipse/gemini/blueprint/iandt/context/bundleContextAwareTest.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@58a9760d: defining beans [bean]; root of factory hierarchy 01:26:18.384 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:18.385 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:18.386 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:26:18.387 [main] TRACE o.e.g.b.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.398 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@524d6d96] 01:26:18.398 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@152aa092] 01:26:18.416 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@120f102b] 01:26:18.419 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest, config=/org/eclipse/gemini/blueprint/iandt/context/bundleContextAwareTest.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest, config=/org/eclipse/gemini/blueprint/iandt/context/bundleContextAwareTest.xml): startup date [Sat Apr 27 01:26:18 UTC 2024]; root of context hierarchy] 01:26:18.422 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest, org.springframework.context.service.name=TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest, Bundle-SymbolicName=TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest, Bundle-Version=0.0.0} 01:26:18.423 [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.445 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:18.446 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:440 - Reading OSGi results for test [testBundleContextAware] 01:26:18.447 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:447 - Test[testBundleContextAware]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.33 sec - in org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest 01:26:18.451 [Thread-0] INFO o.e.g.b.i.c.BundleContextAwareTest:471 - Shutting down OSGi platform 01:26:18.451 [Thread-3] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest (TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest) 01:26:18.452 [Thread-3] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest, config=/org/eclipse/gemini/blueprint/iandt/context/bundleContextAwareTest.xml): startup date [Sat Apr 27 01:26:18 UTC 2024]; root of context hierarchy 01:26:18.452 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:18.452 [Thread-3] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest, config=/org/eclipse/gemini/blueprint/iandt/context/bundleContextAwareTest.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest, config=/org/eclipse/gemini/blueprint/iandt/context/bundleContextAwareTest.xml): startup date [Sat Apr 27 01:26:18 UTC 2024]; root of context hierarchy] 01:26:18.452 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:18.453 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:18.453 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:18.453 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:18.453 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:18.453 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:18.453 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:18.455 [Thread-3] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:18.455 [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.455 [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.456 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:18.457 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:26:19,209 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,367 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:19,370 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:19,393 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:19,432 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:19,434 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:19,440 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:19,463 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used 01:26:19,471 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:19,471 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:19,473 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:19,473 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:19,473 |-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,473 |-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,473 |-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,474 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:26:19,474 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:26:19,474 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:19,474 |-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,474 |-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,474 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:19,474 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:19,475 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:19,475 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:19,475 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:19,476 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:19,476 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:19,477 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@610694f1 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest 01:26:19.596 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:26:19.601 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:85 - Instantiating platform wrapper... 01:26:19.613 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi5071047635183039949kf 01:26:19.613 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:215 - About to start Knopflerfish OSGi Platform 01:26:19.720 [main] INFO o.e.g.b.i.c.ReferenceCycleTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:19.723 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:26:19.724 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:26:19.726 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:26:19.727 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:19.849 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:19.866 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:19.871 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:19.873 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:19.881 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:19.890 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:19.892 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:19.896 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:19.901 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:19.906 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:19.923 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:19.926 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:19.959 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:19.970 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:19.973 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:19.978 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:26:19.982 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:20.001 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:20.010 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:20.015 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:20.017 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:20.017 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:20.018 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:20.019 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:20.022 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:20.026 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:20.026 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:20.058 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:20.059 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:20.060 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:20.064 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:20.065 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:20.068 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:26:20,098 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:26:20,143 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:20,146 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:20,159 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:20,190 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:20,192 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:20,197 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:20,204 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1d9a3eea - No compression will be used 01:26:20,209 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:20,209 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:20,211 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:20,211 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:20,212 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:26:20,212 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:26:20,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:26:20,213 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:26:20,213 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:26:20,213 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:20,213 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:26:20,213 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:26:20,214 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:20,214 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:20,214 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:20,214 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:20,214 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:20,215 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:20,215 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:20,216 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ed8ae4f - Registering current configuration as safe fallback point 01:26:20.230 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:20.241 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:26:20.397 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:20.398 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:20.403 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:20.406 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:20.411 [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.413 [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.413 [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.417 [BundleStart #16] DEBUG 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.417 [BundleStart #16] 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.419 [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.419 [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.419 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:26:20.420 [BundleStart #16] 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.421 [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.421 [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.421 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:26:20.422 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:20.422 [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.422 [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.422 [BundleStart #16] DEBUG 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.423 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:20.423 [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.424 [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.424 [BundleStart #16] DEBUG o.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.424 [BundleStart #16] 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.425 [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.425 [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.426 [BundleStart #16] DEBUG o.e.g.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.426 [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.426 [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.426 [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.427 [BundleStart #16] DEBUG o.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.427 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:20.428 [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.428 [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.428 [BundleStart #16] 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.428 [BundleStart #16] 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.429 [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.429 [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.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:26:20.430 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:20.430 [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.431 [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.431 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:26:20.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:26:20.432 [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.432 [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.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:26:20.433 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:20.433 [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.433 [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.433 [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.434 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:20.435 [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.435 [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.435 [BundleStart #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.436 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:20.436 [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.436 [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.436 [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.436 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:20.437 [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.437 [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.437 [BundleStart #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.437 [BundleStart #16] 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.439 [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.439 [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.439 [BundleStart #16] DEBUG o.e.g.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.448 [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.449 [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.457 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:20.457 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:20.460 [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.462 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:20.463 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@1a6cd908 w/ reference null 01:26:20.463 [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:26:20.464 [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.468 [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.478 [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.479 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:20.479 [BundleStart #16] 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.482 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:20.482 [BundleStart #16] DEBUG o.e.g.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.482 [BundleStart #16] 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.484 [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.484 [BundleStart #16] DEBUG o.e.g.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.485 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:20.485 [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.486 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:20.486 [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.487 [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.488 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:20.488 [BundleStart #16] 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.490 [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.490 [BundleStart #16] DEBUG o.e.g.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.491 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:20.491 [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.491 [BundleStart #16] DEBUG o.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.492 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:20.493 [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.493 [BundleStart #16] 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.493 [BundleStart #16] 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.494 [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.495 [BundleStart #16] DEBUG o.e.g.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.495 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:20.496 [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.497 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:26:20.497 [BundleStart #16] 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.498 [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.499 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:26:20.499 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:20.499 [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.500 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:20.500 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:20.502 [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.502 [BundleStart #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.502 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:20.503 [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.503 [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.504 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:20.504 [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.504 [BundleStart #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.505 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:26:20.508 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:20.509 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:26:20.510 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:20.517 [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.518 [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.518 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:20.518 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:20.519 [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.519 [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.519 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:20.522 [main] INFO o.e.g.b.i.c.ReferenceCycleTest:199 - org/eclipse/gemini/blueprint/iandt/cycles/ReferenceCycleTest-bundle.properties was not found; using defaults 01:26:20.522 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:511 - Post processing: creating test bundle 01:26:20.544 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.cycles] 01:26:20.545 [main] INFO o.e.g.b.i.c.ReferenceCycleTest:202 - Automatically creating Manifest for the test bundle 01:26:20.546 [main] INFO o.e.g.b.i.c.ReferenceCycleTest:366 - Using the test class for generating bundle imports 01:26:20.548 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/cycles/ReferenceCycleTest.class 01:26:20.548 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:460 - Package [org.eclipse.gemini.blueprint.iandt.cycles] is part of the test archive; parsing ReferenceCycleTest bytecode to determine imports... 01:26:20.560 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:491 - Visiting class ReferenceCycleTest 01:26:20.572 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/cycles/BaseImporterCycleTest.class 01:26:20.572 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:460 - Package [org.eclipse.gemini.blueprint.iandt.cycles] is part of the test archive; parsing BaseImporterCycleTest bytecode to determine imports... 01:26:20.572 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:491 - Visiting class BaseImporterCycleTest 01:26:20.573 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:20.573 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:26:20.573 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:491 - Visiting class BaseIntegrationTest 01:26:20.579 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:20.580 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:26:20.580 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:20.583 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:20.583 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:26:20.584 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:20.585 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:26:20.585 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:26:20.586 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.cycles, java.awt, java.lang, org.eclipse.gemini.blueprint.iandt, org.osgi.framework, java.util, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io, java.net} 01:26:20.586 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.cycles, java.awt, java.lang, java.util, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 01:26:20.587 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:20.587 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:282 - Filtered imports are [org.osgi.framework, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io] 01:26:20.588 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest, Bundle-Name=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0] 01:26:20.588 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest, Bundle-Name=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0]] 01:26:20.588 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:20.588 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:20.588 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:20.589 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:20.589 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:20.589 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:20.589 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:20.589 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:20.590 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:20.590 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:20.590 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ 01:26:20.590 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/BaseImporterCycleTest.class 01:26:20.590 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/CollectionCycleTest.class 01:26:20.590 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ExporterCycleTest.class 01:26:20.591 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/Listener.class 01:26:20.591 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ListenerA.class 01:26:20.591 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ListenerB.class 01:26:20.591 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ReferenceCycleTest.class 01:26:20.592 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-collection-importer.xml 01:26:20.592 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-exporter.xml 01:26:20.592 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-reference-importer.xml 01:26:20.601 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:557 - Test bundle [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] successfully installed 01:26:20.601 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:26:20.604 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] 01:26:20.604 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:20.605 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] 01:26:20.605 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] 01:26:20.605 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:20.606 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest) 01:26:20.606 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] 01:26:20.606 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:562 - Test bundle [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] successfully started 01:26:20.606 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:20.608 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:20.609 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:20.611 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:20.612 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:20.612 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:20.613 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:20.614 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:20.614 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:20.615 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:20.615 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:20.616 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:20.616 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:20.617 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:20.617 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest] does not trigger a context creation. 01:26:20.617 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:20.618 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:20.618 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:20.619 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:20.621 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:20.622 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:364 - Writing test name [testListenersBetweenThem] to OSGi 01:26:20.646 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenersBetweenThem] for execution inside OSGi 01:26:20.646 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testListenersBetweenThem] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@67d48005 01:26:20.647 [main] INFO o.e.g.b.i.c.ReferenceCycleTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/cycles/top-level-reference-importer.xml 01:26:20.660 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest, config=/org/eclipse/gemini/blueprint/iandt/cycles/top-level-reference-importer.xml): startup date [Sat Apr 27 01:26:20 UTC 2024]; root of context hierarchy 01:26:20.667 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:20.698 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/org/eclipse/gemini/blueprint/iandt/cycles/top-level-reference-importer.xml] 01:26:20.735 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:20.735 [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.736 [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.737 [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.823 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:26:20.824 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:26:20.883 [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@3e96bacf: defining beans [listenerA,listenerB,importer]; root of factory hierarchy 01:26:20.894 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:20.895 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:20.896 [main] TRACE o.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.897 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:26:20.909 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@b62d79] 01:26:20.909 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@6631f5ca] 01:26:20.938 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapterBeanInfo] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] scanning available bundles 01:26:20.939 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapterCustomizer] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] scanning available bundles 01:26:20.941 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.OsgiServiceLifecycleListenerCustomizer] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] scanning available bundles 01:26:20.941 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.InitializingBeanCustomizer] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] scanning available bundles 01:26:20.942 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.BeanFactoryAwareCustomizer] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] scanning available bundles 01:26:20.945 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map)] on class org.eclipse.gemini.blueprint.iandt.cycles.ListenerA 01:26:20.945 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:174 - Discovered bind methods=[[public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map)]], bind ServiceReference=null unbind methods=[], unbind ServiceReference=null 01:26:20.947 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map)] on class org.eclipse.gemini.blueprint.iandt.cycles.ListenerB 01:26:20.947 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:174 - Discovered bind methods=[[public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map)]], bind ServiceReference=null unbind methods=[], unbind ServiceReference=null 01:26:20.948 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[] in=[(objectClass=java.awt.Shape)] 01:26:20.949 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.awt.Shape)] in=[(objectClass=java.awt.Shape)] 01:26:20.949 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:26:20.955 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:26:20.965 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] scanning available bundles 01:26:20.965 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] scanning available bundles 01:26:20.966 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] scanning available bundles 01:26:20.966 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] scanning available bundles 01:26:20.967 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] scanning available bundles 01:26:20.974 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 01:26:20.974 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 01:26:20.975 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@7b36aa0c w/ reference null 01:26:20.976 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service with props=null 01:26:20.976 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@7b36aa0c w/ reference null 01:26:20.976 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@5824a83d w/ reference null 01:26:20.977 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:26:20.978 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:26:20.979 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 01:26:20.979 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 01:26:20.980 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@7b36aa0c w/ reference null 01:26:20.980 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service with props=null 01:26:20.981 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@7b36aa0c w/ reference null 01:26:20.981 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@5824a83d w/ reference null 01:26:20.982 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service with props=null 01:26:20.982 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@5824a83d w/ reference null 01:26:20.983 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.cycles.ListenerBBeanInfo] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] scanning available bundles 01:26:20.984 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.cycles.ListenerBeanInfo] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] scanning available bundles 01:26:20.985 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.cycles.ListenerCustomizer] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] scanning available bundles 01:26:20.987 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.cycles.ListenerBCustomizer] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] scanning available bundles 01:26:20.989 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service with props=null 01:26:20.989 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@5824a83d w/ reference null 01:26:20.990 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.cycles.ListenerABeanInfo] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] scanning available bundles 01:26:20.991 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.cycles.ListenerACustomizer] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] scanning available bundles 01:26:20.994 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@229c6181] 01:26:20.997 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest, config=/org/eclipse/gemini/blueprint/iandt/cycles/top-level-reference-importer.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest, config=/org/eclipse/gemini/blueprint/iandt/cycles/top-level-reference-importer.xml): startup date [Sat Apr 27 01:26:20 UTC 2024]; root of context hierarchy] 01:26:20.999 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest, org.springframework.context.service.name=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest, Bundle-SymbolicName=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest, Bundle-Version=0.0.0} 01:26:21.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:21.028 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6e9175d8] bound to proxy 01:26:21.028 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6e9175d8] bound to proxy 01:26:21.028 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@7b36aa0c w/ reference org.knopflerfish.framework.ServiceReferenceImpl@6e9175d8 01:26:21.029 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@4b741d6d with props={objectClass=[Ljava.lang.String;@2eae8e6e, service.id=10} 01:26:21.029 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map) 01:26:21.030 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@7b36aa0c w/ reference org.knopflerfish.framework.ServiceReferenceImpl@6e9175d8 01:26:21.030 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@5824a83d w/ reference org.knopflerfish.framework.ServiceReferenceImpl@6e9175d8 01:26:21.030 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@4b741d6d with props={objectClass=[Ljava.lang.String;@2eae8e6e, service.id=10} 01:26:21.030 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map) 01:26:21.031 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@5824a83d w/ reference org.knopflerfish.framework.ServiceReferenceImpl@6e9175d8 01:26:21.031 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6e9175d8] bound to proxy 01:26:21.031 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6e9175d8] bound to proxy 01:26:21.031 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@7b36aa0c w/ reference org.knopflerfish.framework.ServiceReferenceImpl@6e9175d8 01:26:21.032 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@69e153c5 with props={objectClass=[Ljava.lang.String;@173ed316, service.id=10} 01:26:21.032 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map) 01:26:21.032 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@7b36aa0c w/ reference org.knopflerfish.framework.ServiceReferenceImpl@6e9175d8 01:26:21.032 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@5824a83d w/ reference org.knopflerfish.framework.ServiceReferenceImpl@6e9175d8 01:26:21.032 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@69e153c5 with props={objectClass=[Ljava.lang.String;@173ed316, service.id=10} 01:26:21.033 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map) 01:26:21.033 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@5824a83d w/ reference org.knopflerfish.framework.ServiceReferenceImpl@6e9175d8 01:26:21.034 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@7b36aa0c w/ reference org.knopflerfish.framework.ServiceReferenceImpl@6e9175d8 01:26:21.034 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@4b741d6d with props={objectClass=[Ljava.lang.String;@17f62e33, service.id=10} 01:26:21.034 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@7b36aa0c w/ reference org.knopflerfish.framework.ServiceReferenceImpl@6e9175d8 01:26:21.034 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@5824a83d w/ reference org.knopflerfish.framework.ServiceReferenceImpl@6e9175d8 01:26:21.034 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@4b741d6d with props={objectClass=[Ljava.lang.String;@17f62e33, service.id=10} 01:26:21.035 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@5824a83d w/ reference org.knopflerfish.framework.ServiceReferenceImpl@6e9175d8 01:26:21.035 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6e9175d8] was unregistered and unbound from the service proxy 01:26:21.035 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6e9175d8] was unregistered and unbound from the service proxy 01:26:21.035 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@7b36aa0c w/ reference org.knopflerfish.framework.ServiceReferenceImpl@6e9175d8 01:26:21.036 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@69e153c5 with props={objectClass=[Ljava.lang.String;@76b1e9b8, service.id=10} 01:26:21.036 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@7b36aa0c w/ reference org.knopflerfish.framework.ServiceReferenceImpl@6e9175d8 01:26:21.036 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@5824a83d w/ reference org.knopflerfish.framework.ServiceReferenceImpl@6e9175d8 01:26:21.036 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@69e153c5 with props={objectClass=[Ljava.lang.String;@76b1e9b8, service.id=10} 01:26:21.036 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@5824a83d w/ reference org.knopflerfish.framework.ServiceReferenceImpl@6e9175d8 01:26:21.037 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6e9175d8] was unregistered and unbound from the service proxy 01:26:21.037 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6e9175d8] was unregistered and unbound from the service proxy 01:26:21.037 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:21.038 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:440 - Reading OSGi results for test [testListenersBetweenThem] 01:26:21.038 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:447 - Test[testListenersBetweenThem]'s result read 01:26:21.039 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:364 - Writing test name [testListenerA] to OSGi 01:26:21.040 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenerA] for execution inside OSGi 01:26:21.040 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testListenerA] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@563f38c4 01:26:21.041 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@543295b0] bound to proxy 01:26:21.042 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@543295b0] bound to proxy 01:26:21.042 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@7b36aa0c w/ reference org.knopflerfish.framework.ServiceReferenceImpl@543295b0 01:26:21.042 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@4b741d6d with props={objectClass=[Ljava.lang.String;@54422e18, service.id=11} 01:26:21.042 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map) 01:26:21.042 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@7b36aa0c w/ reference org.knopflerfish.framework.ServiceReferenceImpl@543295b0 01:26:21.043 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@5824a83d w/ reference org.knopflerfish.framework.ServiceReferenceImpl@543295b0 01:26:21.043 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@4b741d6d with props={objectClass=[Ljava.lang.String;@54422e18, service.id=11} 01:26:21.043 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map) 01:26:21.043 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@5824a83d w/ reference org.knopflerfish.framework.ServiceReferenceImpl@543295b0 01:26:21.044 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@543295b0] bound to proxy 01:26:21.044 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@543295b0] bound to proxy 01:26:21.044 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@7b36aa0c w/ reference org.knopflerfish.framework.ServiceReferenceImpl@543295b0 01:26:21.044 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@69e153c5 with props={objectClass=[Ljava.lang.String;@117159c0, service.id=11} 01:26:21.045 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map) 01:26:21.045 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@7b36aa0c w/ reference org.knopflerfish.framework.ServiceReferenceImpl@543295b0 01:26:21.045 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@5824a83d w/ reference org.knopflerfish.framework.ServiceReferenceImpl@543295b0 01:26:21.045 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@69e153c5 with props={objectClass=[Ljava.lang.String;@117159c0, service.id=11} 01:26:21.045 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map) 01:26:21.046 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@5824a83d w/ reference org.knopflerfish.framework.ServiceReferenceImpl@543295b0 01:26:21.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@7b36aa0c w/ reference org.knopflerfish.framework.ServiceReferenceImpl@543295b0 01:26:21.057 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@4b741d6d with props={objectClass=[Ljava.lang.String;@72cc7e6f, service.id=11} 01:26:21.057 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@7b36aa0c w/ reference org.knopflerfish.framework.ServiceReferenceImpl@543295b0 01:26:21.057 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@5824a83d w/ reference org.knopflerfish.framework.ServiceReferenceImpl@543295b0 01:26:21.057 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@4b741d6d with props={objectClass=[Ljava.lang.String;@72cc7e6f, service.id=11} 01:26:21.057 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@5824a83d w/ reference org.knopflerfish.framework.ServiceReferenceImpl@543295b0 01:26:21.058 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@543295b0] was unregistered and unbound from the service proxy 01:26:21.058 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@543295b0] was unregistered and unbound from the service proxy 01:26:21.058 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@7b36aa0c w/ reference org.knopflerfish.framework.ServiceReferenceImpl@543295b0 01:26:21.058 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@69e153c5 with props={objectClass=[Ljava.lang.String;@5afa3c9, service.id=11} 01:26:21.058 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@7b36aa0c w/ reference org.knopflerfish.framework.ServiceReferenceImpl@543295b0 01:26:21.059 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@5824a83d w/ reference org.knopflerfish.framework.ServiceReferenceImpl@543295b0 01:26:21.059 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@69e153c5 with props={objectClass=[Ljava.lang.String;@5afa3c9, service.id=11} 01:26:21.059 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@5824a83d w/ reference org.knopflerfish.framework.ServiceReferenceImpl@543295b0 01:26:21.059 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@543295b0] was unregistered and unbound from the service proxy 01:26:21.059 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@543295b0] was unregistered and unbound from the service proxy 01:26:21.060 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:21.060 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:440 - Reading OSGi results for test [testListenerA] 01:26:21.060 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:447 - Test[testListenerA]'s result read 01:26:21.061 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:364 - Writing test name [testListenerB] to OSGi 01:26:21.061 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenerB] for execution inside OSGi 01:26:21.061 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testListenerB] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@72035809 01:26:21.062 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@909217e] bound to proxy 01:26:21.062 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@909217e] bound to proxy 01:26:21.063 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@7b36aa0c w/ reference org.knopflerfish.framework.ServiceReferenceImpl@909217e 01:26:21.063 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@4b741d6d with props={objectClass=[Ljava.lang.String;@18271936, service.id=12} 01:26:21.063 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map) 01:26:21.063 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@7b36aa0c w/ reference org.knopflerfish.framework.ServiceReferenceImpl@909217e 01:26:21.064 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@5824a83d w/ reference org.knopflerfish.framework.ServiceReferenceImpl@909217e 01:26:21.064 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@4b741d6d with props={objectClass=[Ljava.lang.String;@18271936, service.id=12} 01:26:21.064 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map) 01:26:21.064 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@5824a83d w/ reference org.knopflerfish.framework.ServiceReferenceImpl@909217e 01:26:21.064 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@909217e] bound to proxy 01:26:21.065 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@909217e] bound to proxy 01:26:21.065 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@7b36aa0c w/ reference org.knopflerfish.framework.ServiceReferenceImpl@909217e 01:26:21.065 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@69e153c5 with props={objectClass=[Ljava.lang.String;@606e4010, service.id=12} 01:26:21.065 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map) 01:26:21.065 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@7b36aa0c w/ reference org.knopflerfish.framework.ServiceReferenceImpl@909217e 01:26:21.066 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@5824a83d w/ reference org.knopflerfish.framework.ServiceReferenceImpl@909217e 01:26:21.066 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@69e153c5 with props={objectClass=[Ljava.lang.String;@606e4010, service.id=12} 01:26:21.066 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map) 01:26:21.066 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@5824a83d w/ reference org.knopflerfish.framework.ServiceReferenceImpl@909217e 01:26:21.067 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@7b36aa0c w/ reference org.knopflerfish.framework.ServiceReferenceImpl@909217e 01:26:21.067 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@4b741d6d with props={objectClass=[Ljava.lang.String;@48075da3, service.id=12} 01:26:21.067 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@7b36aa0c w/ reference org.knopflerfish.framework.ServiceReferenceImpl@909217e 01:26:21.067 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@5824a83d w/ reference org.knopflerfish.framework.ServiceReferenceImpl@909217e 01:26:21.067 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@4b741d6d with props={objectClass=[Ljava.lang.String;@48075da3, service.id=12} 01:26:21.068 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@5824a83d w/ reference org.knopflerfish.framework.ServiceReferenceImpl@909217e 01:26:21.068 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@909217e] was unregistered and unbound from the service proxy 01:26:21.068 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@909217e] was unregistered and unbound from the service proxy 01:26:21.068 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@7b36aa0c w/ reference org.knopflerfish.framework.ServiceReferenceImpl@909217e 01:26:21.068 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@69e153c5 with props={objectClass=[Ljava.lang.String;@68c9133c, service.id=12} 01:26:21.069 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@7b36aa0c w/ reference org.knopflerfish.framework.ServiceReferenceImpl@909217e 01:26:21.069 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@5824a83d w/ reference org.knopflerfish.framework.ServiceReferenceImpl@909217e 01:26:21.069 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@69e153c5 with props={objectClass=[Ljava.lang.String;@68c9133c, service.id=12} 01:26:21.069 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@5824a83d w/ reference org.knopflerfish.framework.ServiceReferenceImpl@909217e 01:26:21.069 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@909217e] was unregistered and unbound from the service proxy 01:26:21.070 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@909217e] was unregistered and unbound from the service proxy 01:26:21.070 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:21.070 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:440 - Reading OSGi results for test [testListenerB] 01:26:21.070 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:447 - Test[testListenerB]'s result read Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.479 sec - in org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest 01:26:21.074 [Thread-0] INFO o.e.g.b.i.c.ReferenceCycleTest:471 - Shutting down OSGi platform 01:26:21.074 [Thread-3] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest) 01:26:21.075 [Thread-3] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest, config=/org/eclipse/gemini/blueprint/iandt/cycles/top-level-reference-importer.xml): startup date [Sat Apr 27 01:26:20 UTC 2024]; root of context hierarchy 01:26:21.075 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:21.075 [Thread-3] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest, config=/org/eclipse/gemini/blueprint/iandt/cycles/top-level-reference-importer.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest, config=/org/eclipse/gemini/blueprint/iandt/cycles/top-level-reference-importer.xml): startup date [Sat Apr 27 01:26:20 UTC 2024]; root of context hierarchy] 01:26:21.075 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:21.076 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:21.076 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:21.076 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:21.076 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:21.076 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:21.077 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:21.077 [Thread-3] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:21.078 [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:21.078 [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:21.079 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:21.080 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:26:21,773 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,888 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:21,891 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:21,914 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:21,960 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:21,962 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:21,969 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:21,978 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used 01:26:21,986 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:21,986 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:21,988 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:21,988 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:21,988 |-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,989 |-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,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:26:21,989 |-INFO 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,989 |-INFO 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,989 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:21,989 |-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,990 |-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,990 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:21,990 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:21,990 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:21,990 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:21,990 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:21,991 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:21,991 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:21,992 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@610694f1 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest 01:26:22.122 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:26:22.127 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:85 - Instantiating platform wrapper... 01:26:22.139 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi4538222797091291783kf 01:26:22.140 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:215 - About to start Knopflerfish OSGi Platform 01:26:22.249 [main] INFO o.e.g.b.i.c.CollectionCycleTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:22.259 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:26:22.260 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:26:22.261 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:26:22.262 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:22.388 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:22.404 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:22.409 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:22.411 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:22.420 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:22.431 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:22.433 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:22.437 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:22.441 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:22.447 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:22.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-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:22.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-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:22.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-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:22.488 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:22.491 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:22.495 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:26:22.499 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:22.520 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:22.530 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:22.536 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:22.537 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:22.538 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:22.539 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:22.540 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:22.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:26:22.561 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:22.562 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:22.572 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:22.573 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:22.574 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:22.579 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:22.581 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:22.583 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:26:22,615 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,658 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:22,660 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:22,672 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:22,700 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:22,702 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:22,706 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:22,714 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3a83f2f5 - No compression will be used 01:26:22,718 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:22,719 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:22,720 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:22,720 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:22,721 |-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,721 |-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,721 |-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,721 |-INFO 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,721 |-INFO 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,721 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:22,722 |-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,722 |-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,722 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:22,722 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:22,722 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:22,722 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:22,723 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:22,723 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:22,723 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:22,724 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@7659078e - Registering current configuration as safe fallback point 01:26:22.737 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:22.748 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:26:22.944 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:22.945 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:22.949 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:22.953 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:22.958 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:22.960 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:22.960 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 01:26:22.960 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:22.961 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:26:22.964 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:22.964 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 01:26:22.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:22.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:22.967 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:22.968 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 01:26:22.968 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:26:22.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:22.969 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:22.970 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 01:26:22.970 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:22.971 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:22.972 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:22.972 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 01:26:22.973 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:22.973 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:26:22.975 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:22.976 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 01:26:22.976 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:26:22.976 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:22.977 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:22.977 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 01:26:22.977 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:22.978 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:22.978 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:22.979 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 01:26:22.979 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:22.979 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:26:22.980 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:22.980 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 01:26:22.980 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:26:22.981 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:22.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:26:22.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:26:22.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:26:22.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:26:22.984 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:22.984 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 01:26:22.984 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:26:22.985 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:22.985 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:22.986 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 01:26:22.986 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:22.986 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:22.988 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:22.988 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 01:26:22.988 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:22.988 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:22.989 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:22.989 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 01:26:22.989 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:26:22.989 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:22.989 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:22.990 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 01:26:22.990 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:22.990 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:26:22.992 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:22.992 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 01:26:22.993 [BundleStart #16] DEBUG o.e.g.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.002 [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.002 [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.005 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:23.005 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:23.009 [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.011 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:23.011 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@13ef8e28 w/ reference null 01:26:23.011 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@13ef8e28 w/ reference null 01:26:23.013 [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.017 [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.028 [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.029 [BundleStart #16] DEBUG 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.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:26:23.033 [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.033 [BundleStart #16] DEBUG o.e.g.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.033 [BundleStart #16] 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.036 [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.037 [BundleStart #16] DEBUG o.e.g.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.037 [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.038 [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.038 [BundleStart #16] DEBUG 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.038 [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.039 [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.040 [BundleStart #16] DEBUG o.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.040 [BundleStart #16] 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.042 [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.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:23.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:23.044 [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.044 [BundleStart #16] DEBUG o.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.044 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:23.046 [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.046 [BundleStart #16] 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.047 [BundleStart #16] 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.048 [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.048 [BundleStart #16] DEBUG o.e.g.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.049 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:23.050 [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.051 [BundleStart #16] 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.051 [BundleStart #16] 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.058 [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.058 [BundleStart #16] DEBUG o.e.g.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.059 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:23.060 [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.060 [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.060 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:23.064 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:23.064 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:23.065 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:23.066 [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.066 [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.066 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:23.067 [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.068 [BundleStart #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.068 [BundleStart #16] 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.074 [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.075 [BundleStart #16] DEBUG o.e.g.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.076 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:23.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:23.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:23.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:23.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:23.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:23.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:23.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:23.094 [main] INFO o.e.g.b.i.c.CollectionCycleTest:199 - org/eclipse/gemini/blueprint/iandt/cycles/CollectionCycleTest-bundle.properties was not found; using defaults 01:26:23.094 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:511 - Post processing: creating test bundle 01:26:23.108 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.cycles] 01:26:23.109 [main] INFO o.e.g.b.i.c.CollectionCycleTest:202 - Automatically creating Manifest for the test bundle 01:26:23.110 [main] INFO o.e.g.b.i.c.CollectionCycleTest:366 - Using the test class for generating bundle imports 01:26:23.112 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/cycles/CollectionCycleTest.class 01:26:23.112 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:460 - Package [org.eclipse.gemini.blueprint.iandt.cycles] is part of the test archive; parsing CollectionCycleTest bytecode to determine imports... 01:26:23.116 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:491 - Visiting class CollectionCycleTest 01:26:23.128 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/cycles/BaseImporterCycleTest.class 01:26:23.129 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:460 - Package [org.eclipse.gemini.blueprint.iandt.cycles] is part of the test archive; parsing BaseImporterCycleTest bytecode to determine imports... 01:26:23.129 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:491 - Visiting class BaseImporterCycleTest 01:26:23.130 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:23.130 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:26:23.130 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:491 - Visiting class BaseIntegrationTest 01:26:23.135 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:23.135 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:26:23.135 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:23.137 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:23.137 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:26:23.137 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:23.138 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:26:23.139 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:26:23.139 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.cycles, java.util, java.lang, org.springframework.context, org.eclipse.gemini.blueprint.iandt, java.awt, org.osgi.framework, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io, java.net} 01:26:23.139 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.cycles, java.util, java.lang, java.awt, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 01:26:23.140 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:23.140 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:282 - Filtered imports are [org.springframework.context, org.osgi.framework, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io] 01:26:23.140 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest, Bundle-Name=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.context,org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0] 01:26:23.141 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest, Bundle-Name=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.context,org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0]] 01:26:23.141 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:23.141 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:23.142 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:23.142 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:23.142 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:23.142 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:23.143 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:23.143 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:23.143 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:23.143 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:23.144 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ 01:26:23.144 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/BaseImporterCycleTest.class 01:26:23.144 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/CollectionCycleTest.class 01:26:23.144 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ExporterCycleTest.class 01:26:23.144 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/Listener.class 01:26:23.145 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ListenerA.class 01:26:23.145 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ListenerB.class 01:26:23.145 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ReferenceCycleTest.class 01:26:23.145 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-collection-importer.xml 01:26:23.146 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-exporter.xml 01:26:23.146 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-reference-importer.xml 01:26:23.154 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:557 - Test bundle [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] successfully installed 01:26:23.154 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:26:23.157 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] 01:26:23.157 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:23.158 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] 01:26:23.158 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] 01:26:23.158 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:23.158 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest) 01:26:23.159 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] 01:26:23.159 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:562 - Test bundle [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] successfully started 01:26:23.159 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:23.161 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:23.162 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:23.163 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:23.164 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:23.165 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:23.165 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest] does not trigger a context creation. 01:26:23.166 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:23.166 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:23.167 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:23.167 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:23.168 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:23.168 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:23.169 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:23.170 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:23.170 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:23.171 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:23.171 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:23.171 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:23.173 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:23.174 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:364 - Writing test name [testListenersBetweenThem] to OSGi 01:26:23.190 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenersBetweenThem] for execution inside OSGi 01:26:23.191 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testListenersBetweenThem] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@67d48005 01:26:23.192 [main] INFO o.e.g.b.i.c.CollectionCycleTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/cycles/top-level-collection-importer.xml 01:26:23.209 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest, config=/org/eclipse/gemini/blueprint/iandt/cycles/top-level-collection-importer.xml): startup date [Sat Apr 27 01:26:23 UTC 2024]; root of context hierarchy 01:26:23.216 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:23.245 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/org/eclipse/gemini/blueprint/iandt/cycles/top-level-collection-importer.xml] 01:26:23.279 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:23.280 [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.281 [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.282 [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.366 [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.367 [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.413 [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@2b4bac49: defining beans [listenerA,listenerB,importer]; root of factory hierarchy 01:26:23.425 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:23.426 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:23.427 [main] TRACE o.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.428 [main] TRACE o.e.g.b.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.440 [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:26:23.441 [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:26:23.476 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapterBeanInfo] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] scanning available bundles 01:26:23.477 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapterCustomizer] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] scanning available bundles 01:26:23.479 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.OsgiServiceLifecycleListenerCustomizer] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] scanning available bundles 01:26:23.480 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.InitializingBeanCustomizer] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] scanning available bundles 01:26:23.481 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.BeanFactoryAwareCustomizer] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] scanning available bundles 01:26:23.484 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map)] on class org.eclipse.gemini.blueprint.iandt.cycles.ListenerA 01:26:23.485 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:174 - Discovered bind methods=[[public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map)]], bind ServiceReference=null unbind methods=[], unbind ServiceReference=null 01:26:23.487 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map)] on class org.eclipse.gemini.blueprint.iandt.cycles.ListenerB 01:26:23.487 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:174 - Discovered bind methods=[[public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map)]], bind ServiceReference=null unbind methods=[], unbind ServiceReference=null 01:26:23.488 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[] in=[(objectClass=java.awt.Shape)] 01:26:23.489 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.awt.Shape)] in=[(objectClass=java.awt.Shape)] 01:26:23.489 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:23.490 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:23.491 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=java.awt.Shape)] 01:26:23.491 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:23.491 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@6392827e w/ reference null 01:26:23.492 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service with props=null 01:26:23.492 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@6392827e w/ reference null 01:26:23.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@2ed2d9cb w/ reference null 01:26:23.493 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.cycles.ListenerBBeanInfo] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] scanning available bundles 01:26:23.494 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.cycles.ListenerBeanInfo] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] scanning available bundles 01:26:23.495 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.cycles.ListenerCustomizer] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] scanning available bundles 01:26:23.496 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.cycles.ListenerBCustomizer] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] scanning available bundles 01:26:23.497 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service with props=null 01:26:23.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@2ed2d9cb w/ reference null 01:26:23.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.CollectionCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] scanning available bundles 01:26:23.499 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.cycles.ListenerACustomizer] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] scanning available bundles 01:26:23.502 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@5d0a1059] 01:26:23.505 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest, config=/org/eclipse/gemini/blueprint/iandt/cycles/top-level-collection-importer.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest, config=/org/eclipse/gemini/blueprint/iandt/cycles/top-level-collection-importer.xml): startup date [Sat Apr 27 01:26:23 UTC 2024]; root of context hierarchy] 01:26:23.507 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest, org.springframework.context.service.name=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest, Bundle-SymbolicName=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest, Bundle-Version=0.0.0} 01:26:23.509 [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.540 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest] {java.awt.Shape}={service.id=10} 01:26:23.549 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] scanning available bundles 01:26:23.550 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] scanning available bundles 01:26:23.551 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] scanning available bundles 01:26:23.552 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] scanning available bundles 01:26:23.552 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] scanning available bundles 01:26:23.557 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@6392827e w/ reference org.knopflerfish.framework.ServiceReferenceImpl@1b11171f 01:26:23.558 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@2ddc9a9f with props={objectClass=[Ljava.lang.String;@298a5e20, service.id=10} 01:26:23.558 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map) 01:26:23.560 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@6392827e w/ reference org.knopflerfish.framework.ServiceReferenceImpl@1b11171f 01:26:23.560 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@2ed2d9cb w/ reference org.knopflerfish.framework.ServiceReferenceImpl@1b11171f 01:26:23.560 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@2ddc9a9f with props={objectClass=[Ljava.lang.String;@298a5e20, service.id=10} 01:26:23.561 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map) 01:26:23.561 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@2ed2d9cb w/ reference org.knopflerfish.framework.ServiceReferenceImpl@1b11171f 01:26:23.563 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@6392827e w/ reference org.knopflerfish.framework.ServiceReferenceImpl@1b11171f 01:26:23.564 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@2ddc9a9f with props={objectClass=[Ljava.lang.String;@644baf4a, service.id=10} 01:26:23.564 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@6392827e w/ reference org.knopflerfish.framework.ServiceReferenceImpl@1b11171f 01:26:23.564 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@2ed2d9cb w/ reference org.knopflerfish.framework.ServiceReferenceImpl@1b11171f 01:26:23.565 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@2ddc9a9f with props={objectClass=[Ljava.lang.String;@644baf4a, service.id=10} 01:26:23.565 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@2ed2d9cb w/ reference org.knopflerfish.framework.ServiceReferenceImpl@1b11171f 01:26:23.567 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:23.567 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:440 - Reading OSGi results for test [testListenersBetweenThem] 01:26:23.569 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:447 - Test[testListenersBetweenThem]'s result read 01:26:23.571 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:364 - Writing test name [testListenerA] to OSGi 01:26:23.572 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenerA] for execution inside OSGi 01:26:23.572 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testListenerA] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6892b3b6 01:26:23.574 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest] {java.awt.Shape}={service.id=11} 01:26:23.575 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@6392827e w/ reference org.knopflerfish.framework.ServiceReferenceImpl@6e6f2380 01:26:23.575 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@76a4ebf2 with props={objectClass=[Ljava.lang.String;@2e8c1c9b, service.id=11} 01:26:23.575 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map) 01:26:23.575 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@6392827e w/ reference org.knopflerfish.framework.ServiceReferenceImpl@6e6f2380 01:26:23.576 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@2ed2d9cb w/ reference org.knopflerfish.framework.ServiceReferenceImpl@6e6f2380 01:26:23.576 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@76a4ebf2 with props={objectClass=[Ljava.lang.String;@2e8c1c9b, service.id=11} 01:26:23.576 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map) 01:26:23.577 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@2ed2d9cb w/ reference org.knopflerfish.framework.ServiceReferenceImpl@6e6f2380 01:26:23.583 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@6392827e w/ reference org.knopflerfish.framework.ServiceReferenceImpl@6e6f2380 01:26:23.583 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@76a4ebf2 with props={objectClass=[Ljava.lang.String;@3a7442c7, service.id=11} 01:26:23.583 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@6392827e w/ reference org.knopflerfish.framework.ServiceReferenceImpl@6e6f2380 01:26:23.583 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@2ed2d9cb w/ reference org.knopflerfish.framework.ServiceReferenceImpl@6e6f2380 01:26:23.584 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@76a4ebf2 with props={objectClass=[Ljava.lang.String;@3a7442c7, service.id=11} 01:26:23.584 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@2ed2d9cb w/ reference org.knopflerfish.framework.ServiceReferenceImpl@6e6f2380 01:26:23.584 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:23.584 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:440 - Reading OSGi results for test [testListenerA] 01:26:23.585 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:447 - Test[testListenerA]'s result read 01:26:23.585 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:364 - Writing test name [testListenerB] to OSGi 01:26:23.586 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenerB] for execution inside OSGi 01:26:23.586 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testListenerB] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4be29ed9 01:26:23.587 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest] {java.awt.Shape}={service.id=12} 01:26:23.587 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@6392827e w/ reference org.knopflerfish.framework.ServiceReferenceImpl@548d708a 01:26:23.588 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@4b013c76 with props={objectClass=[Ljava.lang.String;@53fb3dab, service.id=12} 01:26:23.588 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map) 01:26:23.588 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@6392827e w/ reference org.knopflerfish.framework.ServiceReferenceImpl@548d708a 01:26:23.589 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@2ed2d9cb w/ reference org.knopflerfish.framework.ServiceReferenceImpl@548d708a 01:26:23.589 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@4b013c76 with props={objectClass=[Ljava.lang.String;@53fb3dab, service.id=12} 01:26:23.589 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map) 01:26:23.589 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@2ed2d9cb w/ reference org.knopflerfish.framework.ServiceReferenceImpl@548d708a 01:26:23.590 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@6392827e w/ reference org.knopflerfish.framework.ServiceReferenceImpl@548d708a 01:26:23.590 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@4b013c76 with props={objectClass=[Ljava.lang.String;@33065d67, service.id=12} 01:26:23.590 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@6392827e w/ reference org.knopflerfish.framework.ServiceReferenceImpl@548d708a 01:26:23.591 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@2ed2d9cb w/ reference org.knopflerfish.framework.ServiceReferenceImpl@548d708a 01:26:23.591 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@4b013c76 with props={objectClass=[Ljava.lang.String;@33065d67, service.id=12} 01:26:23.591 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@2ed2d9cb w/ reference org.knopflerfish.framework.ServiceReferenceImpl@548d708a 01:26:23.592 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:23.592 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:440 - Reading OSGi results for test [testListenerB] 01:26:23.592 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:447 - Test[testListenerB]'s result read Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.474 sec - in org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest 01:26:23.596 [Thread-0] INFO o.e.g.b.i.c.CollectionCycleTest:471 - Shutting down OSGi platform 01:26:23.596 [Thread-3] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest) 01:26:23.597 [Thread-3] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest, config=/org/eclipse/gemini/blueprint/iandt/cycles/top-level-collection-importer.xml): startup date [Sat Apr 27 01:26:23 UTC 2024]; root of context hierarchy 01:26:23.597 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:23.597 [Thread-3] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest, config=/org/eclipse/gemini/blueprint/iandt/cycles/top-level-collection-importer.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest, config=/org/eclipse/gemini/blueprint/iandt/cycles/top-level-collection-importer.xml): startup date [Sat Apr 27 01:26:23 UTC 2024]; root of context hierarchy] 01:26:23.597 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:23.597 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:23.597 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:23.598 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:23.598 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:23.598 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:23.598 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:23.600 [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.600 [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.600 [Thread-3] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:23.600 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:23.601 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:26:24,294 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,410 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:24,413 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:24,436 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:24,476 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:24,479 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:24,485 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:24,495 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1f28c152 - No compression will be used 01:26:24,502 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:24,502 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:24,504 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:24,504 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:24,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:24,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:24,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:24,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:24,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:24,506 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:24,506 |-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,506 |-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,506 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:24,506 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:24,507 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:24,507 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:24,507 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:24,508 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:24,508 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:24,509 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@43814d18 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest 01:26:24.626 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:26:24.631 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:85 - Instantiating platform wrapper... 01:26:24.645 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi2074190417536267877kf 01:26:24.646 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:215 - About to start Knopflerfish OSGi Platform 01:26:24.757 [main] INFO o.e.g.b.i.c.ExporterCycleTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:24.760 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:26:24.761 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:26:24.763 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:26:24.764 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:24.897 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:24.912 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:24.918 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:24.920 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:24.928 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:24.939 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:24.941 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:24.945 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:24.950 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:24.962 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:24.981 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:24.984 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:24.988 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:24.995 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:24.998 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:25.002 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:26:25.005 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:25.029 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:25.038 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:25.057 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:25.059 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:25.060 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:25.060 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:25.061 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:25.064 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:25.068 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:25.069 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:25.076 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:25.076 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:25.077 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:25.081 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:25.083 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:25.085 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:26:25,115 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,153 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:25,157 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:25,168 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:25,195 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:25,197 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:25,201 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:25,208 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@f0224ac - No compression will be used 01:26:25,213 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:25,213 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:25,214 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:25,215 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:25,215 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:26:25,215 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:26:25,215 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:26:25,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:25,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:25,216 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:25,216 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:26:25,216 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:26:25,216 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:25,216 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:25,216 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:25,217 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:25,217 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:25,217 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:25,217 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:25,218 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3ab84e71 - Registering current configuration as safe fallback point 01:26:25.231 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:25.242 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:26:25.412 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:25.413 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:25.418 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:25.421 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:25.426 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:25.427 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:25.428 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 01:26:25.428 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:25.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:25.430 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:25.430 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 01:26:25.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:25.431 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:26:25.432 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:25.432 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 01:26:25.432 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:26:25.432 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:25.433 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:25.433 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 01:26:25.433 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:25.434 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:25.434 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:25.435 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 01:26:25.435 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:25.435 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:26:25.436 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:25.436 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 01:26:25.436 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:26:25.437 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:25.437 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:25.437 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 01:26:25.438 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:25.438 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:25.438 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:25.438 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 01:26:25.439 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:25.439 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:26:25.439 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:25.440 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 01:26:25.440 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:26:25.440 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:25.441 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:25.441 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 01:26:25.441 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:26:25.441 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:26:25.442 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:25.442 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 01:26:25.443 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:26:25.443 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:25.443 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:25.443 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 01:26:25.443 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:25.444 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:25.445 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:25.445 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 01:26:25.445 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:25.445 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:25.445 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:25.446 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 01:26:25.446 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:26:25.446 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:25.446 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:25.446 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 01:26:25.447 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:25.447 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:26:25.448 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:25.449 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 01:26:25.449 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:26:25.465 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:26:25.465 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:26:25.468 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:25.468 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:25.472 [BundleStart #16] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:26:25.474 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:25.474 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@50cae753 w/ reference null 01:26:25.475 [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:26:25.476 [BundleStart #16] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 01:26:25.480 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:25.492 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:25.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:26:25.493 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:26:25.496 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:25.496 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:26:25.496 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:26:25.499 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:25.500 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:26:25.500 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:25.501 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:25.501 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:25.502 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:25.503 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:25.503 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:25.504 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:26:25.506 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:25.506 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:26:25.506 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:25.507 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:25.507 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:25.508 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:25.509 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:25.509 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:25.509 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:26:25.511 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:25.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:25.511 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:25.512 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:25.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:26:25.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:26:25.516 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:25.516 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:26:25.517 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:25.518 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:25.518 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:25.518 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:25.522 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:25.522 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:25.523 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:25.524 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:25.524 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:26:25.524 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:25.525 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:25.525 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:25.525 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:26:25.532 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:25.532 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:26:25.534 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:25.542 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:25.542 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:25.543 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 01:26:25.543 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:25.543 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:25.548 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:25.548 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:25.550 [main] INFO o.e.g.b.i.c.ExporterCycleTest:199 - org/eclipse/gemini/blueprint/iandt/cycles/ExporterCycleTest-bundle.properties was not found; using defaults 01:26:25.550 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:511 - Post processing: creating test bundle 01:26:25.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.cycles] 01:26:25.565 [main] INFO o.e.g.b.i.c.ExporterCycleTest:202 - Automatically creating Manifest for the test bundle 01:26:25.566 [main] INFO o.e.g.b.i.c.ExporterCycleTest:366 - Using the test class for generating bundle imports 01:26:25.568 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/cycles/ExporterCycleTest.class 01:26:25.569 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:460 - Package [org.eclipse.gemini.blueprint.iandt.cycles] is part of the test archive; parsing ExporterCycleTest bytecode to determine imports... 01:26:25.572 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:491 - Visiting class ExporterCycleTest 01:26:25.584 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:25.584 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:26:25.584 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:491 - Visiting class BaseIntegrationTest 01:26:25.589 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:25.589 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:26:25.589 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:25.591 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:25.591 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:26:25.591 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:25.592 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:26:25.593 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:26:25.593 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.cycles, org.eclipse.gemini.blueprint.iandt, org.osgi.framework, java.lang, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io, java.net} 01:26:25.593 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.cycles, java.lang, java.util, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 01:26:25.594 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:25.594 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:282 - Filtered imports are [org.osgi.framework, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 01:26:25.594 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest, Bundle-Name=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 01:26:25.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-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest, Bundle-Name=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 01:26:25.595 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:25.595 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:25.595 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:25.596 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:25.596 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:25.596 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:25.596 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:25.597 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:25.597 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:25.597 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:25.597 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ 01:26:25.597 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/BaseImporterCycleTest.class 01:26:25.598 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/CollectionCycleTest.class 01:26:25.598 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ExporterCycleTest.class 01:26:25.598 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/Listener.class 01:26:25.598 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ListenerA.class 01:26:25.599 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ListenerB.class 01:26:25.599 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ReferenceCycleTest.class 01:26:25.599 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-collection-importer.xml 01:26:25.599 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-exporter.xml 01:26:25.599 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-reference-importer.xml 01:26:25.607 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:557 - Test bundle [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest)] successfully installed 01:26:25.607 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:26:25.610 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest)] 01:26:25.610 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:25.611 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest) 01:26:25.611 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest)] 01:26:25.611 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest)] 01:26:25.611 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:25.612 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest)] 01:26:25.612 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:562 - Test bundle [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest)] successfully started 01:26:25.612 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:25.614 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:25.615 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:25.616 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:25.617 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:25.617 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:25.618 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:25.618 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:25.619 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:25.619 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:25.620 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:25.620 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:25.621 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:25.621 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest] does not trigger a context creation. 01:26:25.622 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:25.622 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:25.623 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:25.624 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:25.624 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:25.625 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:25.626 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:364 - Writing test name [testListenersBetweenThem] to OSGi 01:26:25.639 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenersBetweenThem] for execution inside OSGi 01:26:25.639 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testListenersBetweenThem] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7b9a4292 01:26:25.640 [main] INFO o.e.g.b.i.c.ExporterCycleTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/cycles/top-level-exporter.xml 01:26:25.653 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest, config=/org/eclipse/gemini/blueprint/iandt/cycles/top-level-exporter.xml): startup date [Sat Apr 27 01:26:25 UTC 2024]; root of context hierarchy 01:26:25.659 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:25.688 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/org/eclipse/gemini/blueprint/iandt/cycles/top-level-exporter.xml] 01:26:25.720 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:25.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:26:25.722 [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.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:26:25.797 [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.797 [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.841 [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@fa36558: defining beans [listenerA,listenerB,exporter]; root of factory hierarchy 01:26:25.852 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:25.853 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:25.854 [main] TRACE o.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.855 [main] TRACE o.e.g.b.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.867 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@120f102b] 01:26:25.867 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@625732] 01:26:25.900 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceRegistrationListenerAdapterBeanInfo] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest)] scanning available bundles 01:26:25.901 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceRegistrationListenerAdapterCustomizer] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest)] scanning available bundles 01:26:25.903 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.exporter.OsgiServiceRegistrationListenerCustomizer] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest)] scanning available bundles 01:26:25.904 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.InitializingBeanCustomizer] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest)] scanning available bundles 01:26:25.904 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.BeanFactoryAwareCustomizer] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest)] scanning available bundles 01:26:25.907 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map)] on class org.eclipse.gemini.blueprint.iandt.cycles.ListenerA 01:26:25.907 [main] TRACE o.e.g.b.c.i.a.OsgiServiceRegistrationListenerAdapter:117 - Discovered bind methods=[[public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map)]] unbind methods=[] 01:26:25.908 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map)] on class org.eclipse.gemini.blueprint.iandt.cycles.ListenerB 01:26:25.909 [main] TRACE o.e.g.b.c.i.a.OsgiServiceRegistrationListenerAdapter:117 - Discovered bind methods=[[public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map)]] unbind methods=[] 01:26:25.911 [main] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&exporter] is being tracked for dependencies 01:26:25.912 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [exporter] depends (transitively) on the following importers:{} 01:26:25.913 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [exporter] depends on importers:[] 01:26:25.915 [main] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class java.awt.Polygon] classes {class java.awt.Polygon, interface java.awt.Shape, interface java.io.Serializable} 01:26:25.915 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.awt.Polygon, java.awt.Shape, java.io.Serializable}] 01:26:25.917 [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;@3a44431a, service.id=9} 01:26:25.917 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map) 01:26:25.918 [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;@3a44431a, service.id=9} 01:26:25.919 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.cycles.ListenerBBeanInfo] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest)] scanning available bundles 01:26:25.920 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.cycles.ListenerBeanInfo] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest)] scanning available bundles 01:26:25.921 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.cycles.ListenerCustomizer] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest)] scanning available bundles 01:26:25.922 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.cycles.ListenerBCustomizer] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest)] scanning available bundles 01:26:25.923 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map) 01:26:25.923 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporter] started; all its dependencies are satisfied 01:26:25.924 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.cycles.ListenerABeanInfo] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest)] scanning available bundles 01:26:25.925 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.cycles.ListenerACustomizer] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest)] scanning available bundles 01:26:25.927 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6404f418] 01:26:25.930 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest, config=/org/eclipse/gemini/blueprint/iandt/cycles/top-level-exporter.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest, config=/org/eclipse/gemini/blueprint/iandt/cycles/top-level-exporter.xml): startup date [Sat Apr 27 01:26:25 UTC 2024]; root of context hierarchy] 01:26:25.932 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest, org.springframework.context.service.name=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest, Bundle-SymbolicName=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest, Bundle-Version=0.0.0} 01:26:25.933 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:26:25.960 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:25.960 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:440 - Reading OSGi results for test [testListenersBetweenThem] 01:26:25.961 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:447 - Test[testListenersBetweenThem]'s result read 01:26:25.962 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:364 - Writing test name [testListenerA] to OSGi 01:26:25.963 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenerA] for execution inside OSGi 01:26:25.963 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testListenerA] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@783a467b 01:26:25.964 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:25.965 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:440 - Reading OSGi results for test [testListenerA] 01:26:25.965 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:447 - Test[testListenerA]'s result read 01:26:25.965 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:364 - Writing test name [testListenerB] to OSGi 01:26:25.966 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenerB] for execution inside OSGi 01:26:25.966 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testListenerB] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@272113c4 01:26:25.967 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:25.967 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:440 - Reading OSGi results for test [testListenerB] 01:26:25.967 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:447 - Test[testListenerB]'s result read Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.346 sec - in org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest 01:26:25.971 [Thread-0] INFO o.e.g.b.i.c.ExporterCycleTest:471 - Shutting down OSGi platform 01:26:25.972 [Thread-3] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest) 01:26:25.972 [Thread-3] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest, config=/org/eclipse/gemini/blueprint/iandt/cycles/top-level-exporter.xml): startup date [Sat Apr 27 01:26:25 UTC 2024]; root of context hierarchy 01:26:25.972 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:25.972 [Thread-3] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest, config=/org/eclipse/gemini/blueprint/iandt/cycles/top-level-exporter.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest, config=/org/eclipse/gemini/blueprint/iandt/cycles/top-level-exporter.xml): startup date [Sat Apr 27 01:26:25 UTC 2024]; root of context hierarchy] 01:26:25.972 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:25.973 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:25.973 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:25.973 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:25.973 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:25.973 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:25.973 [Thread-3] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [exporter] 01:26:25.974 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:25.974 [Thread-3] TRACE o.e.g.b.c.i.a.OsgiServiceRegistrationListenerAdapter:178 - Invoking unregistered method with props={Bundle-SymbolicName=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest, Bundle-Version=0.0.0, objectClass=[Ljava.lang.String;@4babbc40, service.id=9} 01:26:25.974 [Thread-3] TRACE o.e.g.b.c.i.a.OsgiServiceRegistrationListenerAdapter:178 - Invoking unregistered method with props={Bundle-SymbolicName=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest, Bundle-Version=0.0.0, objectClass=[Ljava.lang.String;@4babbc40, service.id=9} 01:26:25.974 [Thread-3] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@2ea41516] 01:26:25.975 [Thread-3] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:25.975 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=18] for sending replayes events; last one was null 01:26:25.975 [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.976 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:25.977 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:26:26,670 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,791 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:26,794 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:26,816 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:26,854 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:26,857 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:26,864 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:26,874 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1f28c152 - No compression will be used 01:26:26,882 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:26,882 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:26,884 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:26,884 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:26,885 |-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,885 |-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,885 |-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,885 |-INFO 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,885 |-INFO 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,886 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:26,886 |-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,886 |-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,886 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:26,886 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:26,886 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:26,887 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:26,887 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:26,888 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:26,888 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:26,889 |-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:26:27.009 [main] TRACE o.e.g.b.i.d.DependencyTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:26:27.015 [main] TRACE o.e.g.b.i.d.DependencyTest:85 - Instantiating platform wrapper... 01:26:27.028 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi813457878241887855kf 01:26:27.029 [main] DEBUG o.e.g.b.i.d.DependencyTest:215 - About to start Knopflerfish OSGi Platform 01:26:27.140 [main] INFO o.e.g.b.i.d.DependencyTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:27.144 [main] TRACE o.e.g.b.i.d.DependencyTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:26:27.145 [main] TRACE o.e.g.b.i.d.DependencyTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:26:27.146 [main] DEBUG o.e.g.b.i.d.DependencyTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:26:27.147 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:27.273 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:27.289 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:27.294 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:27.296 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:27.305 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:27.316 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:27.318 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:27.322 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:27.327 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:27.335 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:27.368 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:27.371 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:27.375 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:27.383 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:27.385 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:27.390 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:26:27.393 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:27.416 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:27.424 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:27.430 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:27.431 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:27.432 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:27.433 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:27.434 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:27.437 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:27.440 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:27.441 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:27.457 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:27.458 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:27.458 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:27.463 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:27.465 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:27.467 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:26:27,497 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:26:27,538 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:27,541 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:27,551 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:27,578 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:27,580 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:27,585 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:27,592 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@2949a1b5 - No compression will be used 01:26:27,597 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:27,597 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:27,598 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:27,599 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:27,599 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:26:27,599 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:26:27,599 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:26:27,600 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:26:27,600 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:26:27,600 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:27,600 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:26:27,601 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:26:27,601 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:27,601 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:27,601 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:27,601 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:27,602 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:27,602 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:27,602 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:27,603 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@34a08be0 - Registering current configuration as safe fallback point 01:26:27.616 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:27.626 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:26:27.789 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:27.790 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:27.795 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:27.798 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:27.803 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:27.805 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:27.806 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 01:26:27.806 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:27.806 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:26:27.808 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:27.808 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 01:26:27.809 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:26:27.809 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:26:27.810 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:27.811 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 01:26:27.811 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:26:27.811 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:27.812 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:27.812 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 01:26:27.812 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:27.813 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:27.813 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:27.814 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 01:26:27.814 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:27.814 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:26:27.815 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:27.816 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 01:26:27.816 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:26:27.817 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:27.817 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:27.817 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 01:26:27.817 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:27.818 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:27.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:27.819 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 01:26:27.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:27.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:27.820 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:27.820 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 01:26:27.820 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:26:27.821 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:27.822 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:27.822 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 01:26:27.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:27.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:27.823 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:27.823 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 01:26:27.824 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:26:27.824 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:27.824 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:27.825 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 01:26:27.825 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:27.825 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:27.826 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:27.826 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 01:26:27.827 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:27.827 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:27.827 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:27.827 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 01:26:27.827 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:26:27.828 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:27.828 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:27.828 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 01:26:27.828 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:27.828 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:26:27.830 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:27.830 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 01:26:27.830 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:26:27.861 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:26:27.861 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:26:27.865 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:27.865 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:27.869 [BundleStart #16] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:26:27.871 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:27.871 [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:27.872 [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:27.873 [BundleStart #16] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 01:26:27.877 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:27.886 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:27.887 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:27.887 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:26:27.890 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:27.890 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:26:27.891 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:26:27.892 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:27.893 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:26:27.893 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:27.894 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:27.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:26:27.894 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:27.896 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:27.896 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:27.896 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:26:27.898 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:27.898 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:26:27.898 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:27.899 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:27.899 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:27.899 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:27.900 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:27.901 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:27.901 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:26:27.902 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:27.902 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:26:27.902 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:27.903 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:27.904 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:26:27.904 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:26:27.905 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:27.905 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:26:27.906 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:27.906 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:27.906 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:27.907 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:27.908 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:27.909 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:27.909 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:27.910 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:27.910 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:26:27.910 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:27.910 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:27.911 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:27.911 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:26:27.914 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:27.915 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:26:27.916 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:27.922 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:27.923 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:27.924 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:27.924 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:27.925 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:27.929 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 01:26:27.929 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:27.931 [main] INFO o.e.g.b.i.d.DependencyTest:199 - org/eclipse/gemini/blueprint/iandt/dependency/DependencyTest-bundle.properties was not found; using defaults 01:26:27.932 [main] DEBUG o.e.g.b.i.d.DependencyTest:511 - Post processing: creating test bundle 01:26:27.944 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.dependency] 01:26:27.944 [main] INFO o.e.g.b.i.d.DependencyTest:202 - Automatically creating Manifest for the test bundle 01:26:27.945 [main] INFO o.e.g.b.i.d.DependencyTest:366 - Using the test class for generating bundle imports 01:26:27.947 [main] TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/dependency/DependencyTest.class 01:26:27.947 [main] TRACE o.e.g.b.i.d.DependencyTest:460 - Package [org.eclipse.gemini.blueprint.iandt.dependency] is part of the test archive; parsing DependencyTest bytecode to determine imports... 01:26:27.957 [main] TRACE o.e.g.b.i.d.DependencyTest:491 - Visiting class DependencyTest 01:26:27.970 [main] TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:27.970 [main] TRACE o.e.g.b.i.d.DependencyTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:26:27.970 [main] TRACE o.e.g.b.i.d.DependencyTest:491 - Visiting class BaseIntegrationTest 01:26:27.973 [main] TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:27.974 [main] TRACE o.e.g.b.i.d.DependencyTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:26:27.974 [main] TRACE o.e.g.b.i.d.DependencyTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:27.975 [main] TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:27.976 [main] TRACE o.e.g.b.i.d.DependencyTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:26:27.976 [main] TRACE o.e.g.b.i.d.DependencyTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:27.977 [main] TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:26:27.977 [main] TRACE o.e.g.b.i.d.DependencyTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:26:27.977 [main] TRACE o.e.g.b.i.d.DependencyTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.dependency, org.eclipse.gemini.blueprint.iandt, java.lang, org.osgi.framework, org.eclipse.gemini.blueprint.test.provisioning, org.springframework.core.io, java.net, java.io, org.eclipse.gemini.blueprint.util, java.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util} 01:26:27.977 [main] TRACE o.e.g.b.i.d.DependencyTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.dependency, java.lang, java.net, java.io, java.util, java.util.jar, java.security, java.lang.reflect] 01:26:27.978 [main] TRACE o.e.g.b.i.d.DependencyTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:27.978 [main] TRACE o.e.g.b.i.d.DependencyTest:282 - Filtered imports are [org.osgi.framework, org.eclipse.gemini.blueprint.test.provisioning, org.springframework.core.io, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util] 01:26:27.978 [main] DEBUG o.e.g.b.i.d.DependencyTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest, Bundle-Name=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.test.provisioning,org.springframework.core.io,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util, Manifest-Version=1.0] 01:26:27.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.dependency.DependencyTest, Bundle-Name=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.test.provisioning,org.springframework.core.io,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util, Manifest-Version=1.0]] 01:26:27.979 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:27.979 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:27.979 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:27.979 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:27.980 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:27.980 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:27.980 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:27.980 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:27.980 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:27.981 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:27.981 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependency/ 01:26:27.981 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependency/DependencyTest$1.class 01:26:27.981 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependency/DependencyTest.MF 01:26:27.981 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependency/DependencyTest.class 01:26:27.988 [main] DEBUG o.e.g.b.i.d.DependencyTest:557 - Test bundle [TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest)] successfully installed 01:26:27.988 [main] DEBUG o.e.g.b.i.d.DependencyTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:26:27.990 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest)] 01:26:27.991 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:27.991 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest)] 01:26:27.992 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest)] 01:26:27.992 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:27.992 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest) 01:26:27.992 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest)] 01:26:27.992 [main] DEBUG o.e.g.b.i.d.DependencyTest:562 - Test bundle [TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest)] successfully started 01:26:27.993 [main] DEBUG o.e.g.b.i.d.DependencyTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:27.995 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:27.995 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:27.996 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:27.997 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:27.997 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:27.998 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest] does not trigger a context creation. 01:26:27.998 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:27.999 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:28.000 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:28.000 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:28.000 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:28.001 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:28.001 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:28.002 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:28.002 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:28.003 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:28.003 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:28.004 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:28.005 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:28.005 [main] TRACE o.e.g.b.i.d.DependencyTest:364 - Writing test name [testDependencies] to OSGi 01:26:28.019 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDependencies] for execution inside OSGi 01:26:28.020 [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:26:28.020 [main] INFO o.e.g.b.i.d.DependencyTest:190 - Loading context for locations: 01:26:28.034 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest, config=): startup date [Sat Apr 27 01:26:28 UTC 2024]; root of context hierarchy 01:26:28.040 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:26:28.060 [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:26:28.071 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:28.071 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:26:28.072 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:26:28.073 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:26:28.076 [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:28.077 [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:28.079 [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:28.082 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest, config=): startup date [Sat Apr 27 01:26:28 UTC 2024]; root of context hierarchy] 01:26:28.085 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest, org.springframework.context.service.name=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest, Bundle-SymbolicName=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest, Bundle-Version=0.0.0} 01:26:28.086 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:26:28.123 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] starting dependency test bundle 01:26:28.169 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] 01:26:28.169 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependencies]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:28.170 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] 01:26:28.170 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] 01:26:28.171 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependencies]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:28.171 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependencies]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies) 01:26:28.171 [BundleStart #19] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] 01:26:28.172 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-dependencies is type compatible with extender gemini-blueprint-extender; processing bundle... 01:26:28.173 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependencies]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:28.174 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] 01:26:28.177 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] 01:26:28.177 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 started dependency test bundle 01:26:28.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@15524f67 01:26:28.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.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:26:28.178 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:26:28.179 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:26:28 UTC 2024]; root of context hierarchy 01:26:28.179 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:28.190 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/dependencies.xml] 01:26:28.222 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:28.223 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:26:28.224 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:28.224 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:28.297 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:26:28.298 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:26:28.342 [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@65bbff85: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,simpleService3,simpleService2,nested,dependent]; root of factory hierarchy 01:26:28.343 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:28.343 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:28.344 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:26:28.344 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:26:28.363 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:28.367 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@65bbff85: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,simpleService3,simpleService2,nested,dependent]; root of factory hierarchy] 01:26:28.367 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:28.367 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@28f12715 01:26:28.368 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&simpleService3, &simpleService2, &nested] 01:26:28.368 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:28.386 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2} and filter=[(service=3)] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] 01:26:28.386 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] 01:26:28.388 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:114 - Eager importer &simpleService3 implies dependecy DependencyService[Name=&simpleService3][Filter=(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))][Mandatory=true] 01:26:28.389 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2} and filter=[(service=2)] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] 01:26:28.389 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] 01:26:28.390 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:114 - Eager importer &simpleService2 implies dependecy DependencyService[Name=&simpleService2][Filter=(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))][Mandatory=true] 01:26:28.391 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.simpleservice.MyService} and filter=[] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 01:26:28.391 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 01:26:28.391 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:114 - Eager importer &nested implies dependecy DependencyService[Name=&nested][Filter=(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)][Mandatory=true] 01:26:28.393 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:372 - Adding OSGi service dependency for importer [&simpleService3] matching OSGi filter [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] 01:26:28.393 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:372 - Adding OSGi service dependency for importer [&simpleService2] matching OSGi filter [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] 01:26:28.393 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:372 - Adding OSGi service dependency for importer [&nested] matching OSGi filter [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 01:26:28.393 [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:26:28.394 [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:26:28.394 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&simpleService3, &simpleService2, &nested] 01:26:28.394 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [&simpleService3, &nested, &simpleService2] 01:26:28.394 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:267 - Registering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:26:28.394 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:406 - OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) has registered service dependency dependencyDetector with filter: (|(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)) 01:26:28.399 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 6 for bundle BundleImpl[id=19] 01:26:28.400 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:28.400 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:517 - Asynch wait-for-dependencies started... 01:26:30.169 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 01:26:30.170 [BundleStart #21] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:30.170 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 01:26:30.170 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 01:26:30.171 [BundleStart #21] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:30.171 [BundleStart #21] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3) 01:26:30.172 [BundleStart #21] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 01:26:30.172 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-2 is type compatible with extender gemini-blueprint-extender; processing bundle... 01:26:30.173 [BundleStart #21] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:30.173 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 01:26:30.173 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 01:26:30.173 [BundleStart #21] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:26:30.174 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@15524f67 01:26:30.174 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 01:26:30.174 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 01:26:30.175 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:26:30 UTC 2024]; root of context hierarchy 01:26:30.175 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice3] incremented to 1 01:26:30.175 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:30.176 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:30.176 [main] DEBUG o.e.g.b.i.d.DependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3 01:26:30.177 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://21/META-INF/spring/simpleservice-osgi.xml] 01:26:30.182 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:30.183 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:26:30.184 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:30.184 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:30.220 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:26:30.220 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:26:30.231 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://21/META-INF/spring/simpleservice.xml] 01:26:30.234 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:30.234 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:26:30.235 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:30.235 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:30.274 [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@29c27629: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy 01:26:30.275 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:30.275 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:30.275 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:26:30.276 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:26:30.277 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:30.277 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@29c27629: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 01:26:30.277 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:30.277 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@28f12715 01:26:30.278 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:26:30.278 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:30.278 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 01:26:30.278 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:30.279 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:30.279 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 01:26:30.279 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 01:26:30.279 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:30.280 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 01:26:30.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@4adb4366] 01:26:30.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@3e06ae1b] 01:26:30.294 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 01:26:30.295 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 01:26:30.296 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 01:26:30.296 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice2.impl.MyService2Impl] classes {} 01:26:30.297 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}] 01:26:30.299 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:128 - Handling service event [REGISTERED:ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice3] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3,Bundle-Version=1.0.0,service.ranking=4,service.id=10}] for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:26:30.300 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:243 - Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] (from bean [&simpleService2]) does not match: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice3] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3,Bundle-Version=1.0.0,service.ranking=4,service.id=10} 01:26:30.301 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:183 - Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] (from bean [&simpleService3]) matched: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice3] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3,Bundle-Version=1.0.0,service.ranking=4,service.id=10} 01:26:30.301 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:198 - Registered dependency for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml); eliminating Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=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:26:30.302 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 6 for bundle BundleImpl[id=19] 01:26:30.303 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:243 - Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&nested]) does not match: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice3] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3,Bundle-Version=1.0.0,service.ranking=4,service.id=10} 01:26:30.303 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 01:26:30.304 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@74faa57d] 01:26:30.305 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:26:30 UTC 2024]; root of context hierarchy] 01:26:30.305 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice3, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice3, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3, Bundle-Version=1.0.0} 01:26:30.306 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:26:30.306 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice3] decremented to 0 01:26:30.307 [main] DEBUG o.e.g.b.i.d.DependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3 01:26:30.307 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=21] started bundle [org.eclipse.gemini.blueprint.iandt.simpleservice3] 01:26:30.310 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:26:30.310 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:30.311 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:26:30.311 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:26:30.311 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:30.312 [BundleStart #20] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2) 01:26:30.312 [BundleStart #20] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:26:30.312 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-2 is type compatible with extender gemini-blueprint-extender; processing bundle... 01:26:30.313 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:30.313 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:26:30.313 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:26:30.313 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 01:26:30.313 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice2] incremented to 1 01:26:30.313 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@15524f67 01:26:30.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.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:26:30.314 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:30.314 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:26:30.314 [main] DEBUG o.e.g.b.i.d.DependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 01:26:30.314 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:26:30 UTC 2024]; root of context hierarchy 01:26:30.315 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:30.316 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice.xml] 01:26:30.319 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:30.320 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:26:30.357 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:30.357 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:30.379 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice-osgi.xml] 01:26:30.382 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:30.383 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:26:30.383 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:30.384 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:30.404 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:26:30.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:30.413 [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@42a0c767: defining beans [simpleService,simpleServiceOsgi]; root of factory hierarchy 01:26:30.414 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:30.414 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:30.414 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:26:30.414 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:26:30.415 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:30.415 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@42a0c767: defining beans [simpleService,simpleServiceOsgi]; root of factory hierarchy] 01:26:30.416 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:30.416 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@28f12715 01:26:30.416 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:26:30.416 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:30.417 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:26:30.417 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:30.417 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:30.417 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:26:30.417 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:26:30.417 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:30.418 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:26:30.418 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@51a503eb] 01:26:30.418 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@4cf5a76b] 01:26:30.420 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 01:26:30.420 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 01:26:30.421 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 01:26:30.421 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice2.impl.MyService2Impl] classes {} 01:26:30.421 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}] 01:26:30.422 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:128 - Handling service event [REGISTERED:ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice2] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2,Bundle-Version=1.0.0,service.id=12}] for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:26:30.422 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:183 - Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] (from bean [&simpleService2]) matched: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice2] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2,Bundle-Version=1.0.0,service.id=12} 01:26:30.422 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:198 - Registered dependency for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml); eliminating Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] (from bean [&simpleService2]), remaining [{Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&nested])=&nested}] 01:26:30.423 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 6 for bundle BundleImpl[id=19] 01:26:30.423 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:243 - Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] (from bean [&simpleService3]) does not match: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice2] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2,Bundle-Version=1.0.0,service.id=12} 01:26:30.423 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:243 - Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&nested]) does not match: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice2] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2,Bundle-Version=1.0.0,service.id=12} 01:26:30.423 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 01:26:30.424 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6b31be73] 01:26:30.424 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:26:30 UTC 2024]; root of context hierarchy] 01:26:30.424 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice2, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0} 01:26:30.425 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:26:30.457 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice2] decremented to 0 01:26:30.457 [main] DEBUG o.e.g.b.i.d.DependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 01:26:30.457 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=20] started bundle [org.eclipse.gemini.blueprint.iandt.simpleservice2] 01:26:30.458 [BundleStart #22] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:26:30.459 [BundleStart #22] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:30.460 [BundleStart #22] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:26:30.460 [BundleStart #22] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:26:30.461 [BundleStart #22] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:30.461 [BundleStart #22] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 01:26:30.462 [BundleStart #22] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:26:30.462 [BundleStart #22] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 01:26:30.463 [BundleStart #22] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:30.463 [BundleStart #22] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:26:30.463 [BundleStart #22] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:26:30.464 [BundleStart #22] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 4 01:26:30.464 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@15524f67 01:26:30.464 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] incremented to 1 01:26:30.464 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:26:30.464 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:26:30.464 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:30.465 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:26:30 UTC 2024]; root of context hierarchy 01:26:30.465 [main] DEBUG o.e.g.b.i.d.DependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:26:30.465 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:30.466 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://22/META-INF/spring/simpleservice-osgi.xml] 01:26:30.469 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:30.470 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:26:30.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:30.471 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:30.489 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:26:30.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:30.497 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://22/META-INF/spring/simpleservice.xml] 01:26:30.500 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:30.500 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:26:30.501 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:30.501 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:30.518 [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@6f0e446f: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 01:26:30.562 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:30.562 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:30.563 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:26:30.563 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:26:30.565 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:30.566 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@6f0e446f: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 01:26:30.566 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:30.566 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@28f12715 01:26:30.567 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:26:30.567 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:30.567 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:26:30.568 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:30.568 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:30.568 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:26:30.568 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:26:30.568 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:30.569 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:26:30.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@67f37ac9] 01:26:30.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@53676d3b] Delaying for:0 01:26:30.573 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 01:26:30.574 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 01:26:30.574 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 01:26:30.574 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice.impl.MyServiceImpl] classes {} 01:26:30.575 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 01:26:30.575 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:128 - Handling service event [REGISTERED:ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=14}] for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:26:30.576 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:243 - Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] (from bean [&simpleService2]) does not match: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=14} 01:26:30.576 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:243 - Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] (from bean [&simpleService3]) does not match: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=14} 01:26:30.577 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:183 - Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&nested]) matched: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=14} 01:26:30.577 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:198 - Registered dependency for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml); eliminating Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&nested]), remaining [{}] 01:26:30.578 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.b.a.BlueprintContainerProcessor:254 - All dependencies satisfied, not sending Blueprint GRACE event with emtpy dependencies from org.eclipse.gemini.blueprint.extender.event.BootstrappingDependenciesEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:26:28 UTC 2024]; root of context hierarchy] 01:26:30.578 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:468 - Deregistering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:26:30.578 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:146 - No unsatisfied OSGi service dependencies; completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:26:30.579 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:26:30.579 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:30.579 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 01:26:30.580 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@680901fb] 01:26:30.580 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:26:30 UTC 2024]; root of context hierarchy] 01:26:30.581 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0} 01:26:30.582 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:26:30.583 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] decremented to 0 01:26:30.583 [main] DEBUG o.e.g.b.i.d.DependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:26:30.583 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=22] started bundle [org.eclipse.gemini.blueprint.iandt.simpleservice] 01:26:30.584 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.dependencies] incremented to 1 01:26:30.584 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:26:30.584 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:30.584 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:26:30.584 [main] DEBUG o.e.g.b.i.d.DependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.dependencies 01:26:30.591 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:26:30.659 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 01:26:30.660 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 01:26:30.661 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 01:26:30.661 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 01:26:30.661 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 01:26:30.664 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:26:30.665 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:26:30.665 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:26:30.666 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:26:30.669 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@fad1ea6] 01:26:30.669 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@7ce6fd8a] 01:26:30.671 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] 01:26:30.671 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@73dd717f} 01:26:30.672 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@73dd717f] bound to proxy 01:26:30.672 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@73dd717f] bound to proxy 01:26:30.673 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.dependencies.DependentImplBeanInfo] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 01:26:30.674 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:26:30.674 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] exports [org.eclipse.gemini.blueprint.iandt.dependencies] as version [0.0.0] but version [null] was required 01:26:30.675 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [java.lang.ObjectBeanInfo] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 01:26:30.675 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [java.lang.ObjectCustomizer] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 01:26:30.677 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.dependencies.DependentImplCustomizer] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 01:26:30.677 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:26:30.678 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] exports [org.eclipse.gemini.blueprint.iandt.dependencies] as version [0.0.0] but version [null] was required 01:26:30.679 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.dependencies.DependentCustomizer] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 01:26:30.679 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:26:30.680 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] exports [org.eclipse.gemini.blueprint.iandt.dependencies] as version [0.0.0] but version [null] was required 01:26:30.681 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] 01:26:30.681 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@5a977ce1} 01:26:30.682 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5a977ce1] bound to proxy 01:26:30.682 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5a977ce1] bound to proxy 01:26:30.682 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 01:26:30.683 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@efba68} 01:26:30.683 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@efba68] bound to proxy 01:26:30.683 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@efba68] bound to proxy 01:26:30.684 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 01:26:30.685 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{&simpleService2, &simpleService3, &nested} 01:26:30.685 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[&simpleService2, &simpleService3, &nested] 01:26:30.693 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ServiceReferenceProxy] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 01:26:30.694 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.dependencies.DependentImpl] classes {} 01:26:30.694 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.dependencies.Dependent}] 01:26:30.694 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 01:26:30.695 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@3d210182] 01:26:30.695 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:26:28 UTC 2024]; root of context hierarchy] 01:26:30.695 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.dependencies, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.dependencies, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependencies, Bundle-Version=1.0.0} 01:26:30.696 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:26:30.696 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.dependencies] decremented to 0 01:26:30.696 [main] DEBUG o.e.g.b.i.d.DependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.dependencies 01:26:30.696 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:26:30.697 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.dependencies] {org.eclipse.gemini.blueprint.iandt.dependencies.Dependent}={org.eclipse.gemini.blueprint.bean.name=dependent,org.springframework.osgi.bean.name=dependent,osgi.service.blueprint.compname=dependent,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependencies,Bundle-Version=1.0.0,service.id=16} 01:26:30.697 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:30.698 [main] TRACE o.e.g.b.i.d.DependencyTest:440 - Reading OSGi results for test [testDependencies] 01:26:30.699 [main] DEBUG o.e.g.b.i.d.DependencyTest:447 - Test[testDependencies]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.695 sec - in org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest 01:26:30.703 [Thread-0] INFO o.e.g.b.i.d.DependencyTest:471 - Shutting down OSGi platform 01:26:30.703 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest) 01:26:30.704 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest, config=): startup date [Sat Apr 27 01:26:28 UTC 2024]; root of context hierarchy 01:26:30.704 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest, config=): startup date [Sat Apr 27 01:26:28 UTC 2024]; root of context hierarchy] 01:26:30.704 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:30.704 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:30.705 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:30.705 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:30.705 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:30.705 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19], BundleImpl[id=20], BundleImpl[id=21], BundleImpl[id=22]] 01:26:30.707 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:26:30.715 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.dependencies has unused registered services; added for shutdown 01:26:30.716 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.simpleservice2 has unused registered services; added for shutdown 01:26:30.716 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.simpleservice3 has unused registered services; added for shutdown 01:26:30.716 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.simpleservice has unused registered services; added for shutdown 01:26:30.717 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=22], BundleImpl[id=21], BundleImpl[id=20], BundleImpl[id=19]] 01:26:30.718 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:26:30.718 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:26:30.718 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@15524f67 01:26:30.719 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:26:30.719 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:26:30.719 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 01:26:30.719 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:26:30 UTC 2024]; root of context hierarchy 01:26:30.720 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:26:30 UTC 2024]; root of context hierarchy] 01:26:30.720 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 01:26:30.721 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@efba68] was unregistered and unbound from the service proxy 01:26:30.721 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@efba68] was unregistered and unbound from the service proxy 01:26:30.721 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] stopped; transitive OSGi dependency [nested] is unsatifised 01:26:30.722 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.dependencies] {org.eclipse.gemini.blueprint.iandt.dependencies.Dependent}={org.eclipse.gemini.blueprint.bean.name=dependent,org.springframework.osgi.bean.name=dependent,osgi.service.blueprint.compname=dependent,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependencies,Bundle-Version=1.0.0,service.id=16} 01:26:30.722 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@a309f04] 01:26:30.722 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@efba68] 01:26:30.723 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:30.723 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 3 01:26:30.723 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@15524f67 01:26:30.723 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:26:30.723 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:26:30.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.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 01:26:30.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@15524f67 01:26:30.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.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 01:26:30.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.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 01:26:30.724 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3) 01:26:30.725 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:26:30 UTC 2024]; root of context hierarchy 01:26:30.725 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:26:30 UTC 2024]; root of context hierarchy] 01:26:30.725 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 01:26:30.726 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5a977ce1] was unregistered and unbound from the service proxy 01:26:30.726 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5a977ce1] was unregistered and unbound from the service proxy 01:26:30.726 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] stopped; transitive OSGi dependency [simpleService3] is unsatifised 01:26:30.726 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@5a977ce1] 01:26:30.726 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:30.727 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 01:26:30.727 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@15524f67 01:26:30.727 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:26:30.727 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:26:30.727 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:26:30.727 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@15524f67 01:26:30.727 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:26:30.727 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:26:30.757 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2) 01:26:30.757 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:26:30 UTC 2024]; root of context hierarchy 01:26:30.757 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:26:30 UTC 2024]; root of context hierarchy] 01:26:30.757 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 01:26:30.758 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@73dd717f] was unregistered and unbound from the service proxy 01:26:30.758 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@73dd717f] was unregistered and unbound from the service proxy 01:26:30.758 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] stopped; transitive OSGi dependency [simpleService2] is unsatifised 01:26:30.758 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@73dd717f] 01:26:30.759 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:30.759 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:26:30.759 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@15524f67 01:26:30.759 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:26:30.759 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:26:30.760 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:26:30.760 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@15524f67 01:26:30.760 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:26:30.760 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:26:30.760 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:468 - Deregistering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:26:30.761 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies) 01:26:30.761 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:26:28 UTC 2024]; root of context hierarchy 01:26:30.761 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:26:28 UTC 2024]; root of context hierarchy] 01:26:30.761 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 01:26:30.762 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:30.762 [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.762 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@15524f67 01:26:30.762 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:26:30.763 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:30.763 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:30.764 [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@6c2eca8e 01:26:30.764 [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@62e9297b 01:26:30.765 [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@66d6a1fe 01:26:30.765 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@23d42340 01:26:30.765 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=18] for sending replayes events; last one was null 01:26:30.766 [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.766 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:30.767 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:26:31,476 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,600 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:31,603 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:31,629 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:31,671 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:31,674 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:31,681 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:31,692 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5a8e6209 - No compression will be used 01:26:31,700 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:31,700 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:31,702 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:31,702 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:31,703 |-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,703 |-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,703 |-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,703 |-INFO 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,704 |-INFO 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,704 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:31,704 |-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,704 |-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,704 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:31,705 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:31,705 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:31,705 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:31,705 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:31,706 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:31,706 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:31,707 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@23e028a9 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.duplicateClass.DuplicateClassTest 01:26:31.847 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:26:31.852 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:85 - Instantiating platform wrapper... 01:26:31.865 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi3392146340968843910kf 01:26:31.866 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:215 - About to start Knopflerfish OSGi Platform 01:26:31.996 [main] INFO o.e.g.b.i.d.DuplicateClassTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:32.000 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:26:32.001 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:26:32.003 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:26:32.003 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:32.138 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:32.158 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:32.165 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:32.167 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:32.177 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:32.188 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:32.195 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:32.201 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:32.207 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:32.225 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:32.237 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:32.261 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:32.270 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:32.282 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:32.285 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:32.290 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:26:32.294 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:32.314 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:32.322 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:32.327 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:32.329 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:32.329 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:32.330 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:32.331 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:32.359 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:32.365 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:32.366 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:32.374 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:32.375 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:32.375 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:32.380 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:32.382 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:32.385 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:26:32,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:32,466 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:32,469 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:32,481 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:32,510 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:32,512 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:32,517 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:32,525 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1f9e2584 - No compression will be used 01:26:32,529 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:32,530 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:32,531 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:32,531 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:32,532 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:26:32,532 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:26:32,532 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:26:32,532 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:26:32,532 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:26:32,533 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:32,533 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:26:32,533 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:26:32,533 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:32,533 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:32,533 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:32,534 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:32,534 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:32,534 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:32,534 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:32,535 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@10e3aa72 - Registering current configuration as safe fallback point 01:26:32.549 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:32.560 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:26:32.753 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:32.754 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:32.759 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:32.763 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:32.769 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:32.771 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:32.771 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 01:26:32.776 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:32.776 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:26:32.778 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:32.778 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 01:26:32.778 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:26:32.779 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:26:32.780 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:32.781 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 01:26:32.781 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:26:32.782 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:32.782 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:32.783 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 01:26:32.783 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:32.783 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:32.785 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:32.785 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 01:26:32.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:26:32.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:32.786 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:32.787 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 01:26:32.787 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:26:32.787 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:32.788 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:32.788 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 01:26:32.788 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:32.789 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:32.790 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:32.790 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 01:26:32.790 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:32.791 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:26:32.792 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:32.792 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 01:26:32.792 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:26:32.793 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:32.794 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:32.794 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 01:26:32.795 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:26:32.795 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:26:32.796 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:32.797 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 01:26:32.797 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:26:32.798 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:32.798 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:32.798 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 01:26:32.798 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:32.799 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:32.800 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:32.800 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 01:26:32.800 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:32.801 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:32.801 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:32.801 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 01:26:32.801 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:26:32.802 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:32.802 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:32.802 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 01:26:32.802 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:32.803 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:26:32.804 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:32.805 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 01:26:32.805 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:26:32.814 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:26:32.814 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:26:32.817 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:32.817 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:32.821 [BundleStart #16] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:26:32.823 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:32.824 [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@566ee1b9 w/ reference null 01:26:32.824 [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@566ee1b9 w/ reference null 01:26:32.825 [BundleStart #16] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 01:26:32.830 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:32.840 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:32.841 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:32.841 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:26:32.844 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:32.845 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:26:32.845 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:26:32.847 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:32.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:32.848 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:32.848 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:32.849 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:32.849 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:32.850 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:32.851 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:32.851 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:26:32.853 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:32.854 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:26:32.854 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:32.854 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:32.855 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:32.855 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:32.856 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:32.856 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:32.856 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:26:32.858 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:32.858 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:26:32.858 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:32.859 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:32.860 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:26:32.860 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:26:32.862 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:32.862 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:26:32.862 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:32.863 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:32.863 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:32.864 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:32.866 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:32.866 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:32.866 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:32.867 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:32.867 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:26:32.867 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:32.868 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:32.868 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:32.869 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:26:32.872 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:32.873 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:26:32.874 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:32.881 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:32.882 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:32.882 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 01:26:32.882 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:32.883 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:32.884 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:32.884 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:32.886 [main] INFO o.e.g.b.i.d.DuplicateClassTest:199 - org/eclipse/gemini/blueprint/iandt/duplicateClass/DuplicateClassTest-bundle.properties was not found; using defaults 01:26:32.886 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:511 - Post processing: creating test bundle 01:26:32.887 [main] INFO o.e.g.b.i.d.DuplicateClassTest:177 - Using Manifest from specified location=[classpath:org/eclipse/gemini/blueprint/iandt/duplicateClass/DuplicateClassTest.MF] 01:26:32.899 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.duplicateClass] 01:26:32.900 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-SymbolicName=org.springframework.osgi.iandt.duplicateClass.functional, Bundle-Name=Functional testing of Spring dependencies, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Bundle-Vendor=Spring Framework, Import-Package=junit.framework,org.osgi.framework,org.springframework.core.io,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.platform,org.eclipse.gemini.blueprint.test.provisioning, org.apache.commons.logging, DynamicImport-Package=org.eclipse.gemini.blueprint.iandt.simpleservice,org.eclipse.gemini.blueprint.iandt.simpleservice.impl , Manifest-Version=1.0]] 01:26:32.900 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:32.900 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:32.901 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:32.901 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:32.901 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:32.901 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:32.901 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:32.902 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:32.902 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:32.902 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:32.902 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/duplicateClass/ 01:26:32.902 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/duplicateClass/DuplicateClassTest.MF 01:26:32.903 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/duplicateClass/DuplicateClassTest.class 01:26:32.909 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:557 - Test bundle [Functional testing of Spring dependencies (org.springframework.osgi.iandt.duplicateClass.functional)] successfully installed 01:26:32.910 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:26:32.913 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Functional testing of Spring dependencies (org.springframework.osgi.iandt.duplicateClass.functional)] 01:26:32.913 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.duplicateClass.functional]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:32.913 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.springframework.osgi.iandt.duplicateClass.functional]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Functional testing of Spring dependencies (org.springframework.osgi.iandt.duplicateClass.functional) 01:26:32.913 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Functional testing of Spring dependencies (org.springframework.osgi.iandt.duplicateClass.functional)] 01:26:32.913 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Functional testing of Spring dependencies (org.springframework.osgi.iandt.duplicateClass.functional)] 01:26:32.914 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.duplicateClass.functional]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:32.914 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Functional testing of Spring dependencies (org.springframework.osgi.iandt.duplicateClass.functional)] 01:26:32.915 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:562 - Test bundle [Functional testing of Spring dependencies (org.springframework.osgi.iandt.duplicateClass.functional)] successfully started 01:26:32.915 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:32.917 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:32.918 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:32.919 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:32.920 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:32.920 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:32.921 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:32.921 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:32.922 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:32.922 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:32.923 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:32.923 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:32.924 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:32.925 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:32.925 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:32.926 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:32.926 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:32.926 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:32.928 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:32.928 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.springframework.osgi.iandt.duplicateClass.functional] does not trigger a context creation. 01:26:32.929 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:364 - Writing test name [testDependencies] to OSGi 01:26:32.942 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDependencies] for execution inside OSGi 01:26:32.942 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testDependencies] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6e171cd7 01:26:32.943 [main] INFO o.e.g.b.i.d.DuplicateClassTest:190 - Loading context for locations: 01:26:32.956 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.springframework.osgi.iandt.duplicateClass.functional, config=): startup date [Sat Apr 27 01:26:32 UTC 2024]; root of context hierarchy 01:26:32.962 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:26:32.985 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.springframework.osgi.iandt.duplicateClass.functional, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@2b71e916: defining beans []; root of factory hierarchy 01:26:32.995 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:32.995 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:26:32.996 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:26:32.997 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:26:33.001 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@510f3d34] 01:26:33.001 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@7817fd62] 01:26:33.004 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@7770f470] 01:26:33.007 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.springframework.osgi.iandt.duplicateClass.functional, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.springframework.osgi.iandt.duplicateClass.functional, config=): startup date [Sat Apr 27 01:26:32 UTC 2024]; root of context hierarchy] 01:26:33.009 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.springframework.osgi.iandt.duplicateClass.functional, org.springframework.context.service.name=org.springframework.osgi.iandt.duplicateClass.functional, Bundle-SymbolicName=org.springframework.osgi.iandt.duplicateClass.functional, Bundle-Version=0.0.0} 01:26:33.011 [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:33.049 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:33.068 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:26:33.068 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:33.069 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 01:26:33.069 [BundleStart #19] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:26:33.070 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 01:26:33.071 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:33.072 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:26:33.075 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:26:33.075 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:26:33.076 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:26:33.076 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@5d34f48f 01:26:33.076 [EclipseGeminiBlueprintExtenderThread-1] 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:33.076 [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:33.076 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:33.077 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:26:33.077 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:26:33 UTC 2024]; root of context hierarchy 01:26:33.077 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:33.078 [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:33.078 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:33.079 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:26:33.090 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/simpleservice-osgi.xml] 01:26:33.126 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:33.127 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:26:33.127 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:33.128 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:33.216 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:26:33.217 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:26:33.282 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/simpleservice.xml] 01:26:33.286 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:33.286 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:26:33.287 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:33.287 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:33.320 [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@2421908e: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 01:26:33.320 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:33.321 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:33.321 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:26:33.321 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:26:33.331 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:33.359 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@2421908e: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 01:26:33.359 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:33.360 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@46559265 01:26:33.360 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:26:33.360 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:33.360 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:26:33.361 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:33.361 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:33.361 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:26:33.361 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:26:33.362 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:33.362 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:26:33.363 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@6949dfbf] 01:26:33.364 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@2818dc66] Delaying for:0 01:26:33.385 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 01:26:33.386 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 01:26:33.387 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 01:26:33.388 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice.impl.MyServiceImpl] classes {} 01:26:33.388 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 01:26:33.389 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 01:26:33.390 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@419edbdf] 01:26:33.390 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:26:33 UTC 2024]; root of context hierarchy] 01:26:33.391 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0} 01:26:33.392 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:26:33.392 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] decremented to 0 01:26:33.393 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice started bundle [org.eclipse.gemini.blueprint.iandt.simpleservice] 01:26:33.396 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:26:33.406 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice.identical)] 01:26:33.407 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:33.407 [BundleStart #20] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice.identical) 01:26:33.408 [BundleStart #20] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice.identical)] 01:26:33.408 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 01:26:33.409 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:33.409 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice.identical)] 01:26:33.409 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice.identical)] 01:26:33.409 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:26:33.409 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@5d34f48f 01:26:33.409 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice.identical)] 01:26:33.410 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 01:26:33.410 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 01:26:33.410 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:26:33 UTC 2024]; root of context hierarchy 01:26:33.410 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:33.410 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:33.411 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice.identical)] 01:26:33.411 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice.identical] incremented to 1 01:26:33.411 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:33.412 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical 01:26:33.412 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice-osgi.xml] 01:26:33.415 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:33.416 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:26:33.416 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:33.416 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:33.479 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:26:33.480 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:26:33.489 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice.xml] 01:26:33.492 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:33.492 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:26:33.493 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:33.493 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:33.516 [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@681789a8: defining beans [simpleServiceOsgiIdentical,simpleService]; root of factory hierarchy 01:26:33.516 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:33.517 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:33.517 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:26:33.517 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:26:33.519 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:33.519 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@681789a8: defining beans [simpleServiceOsgiIdentical,simpleService]; root of factory hierarchy] 01:26:33.519 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:33.519 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@46559265 01:26:33.520 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:26:33.520 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:33.520 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 01:26:33.520 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:33.521 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:33.521 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 01:26:33.521 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 01:26:33.557 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:33.557 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 01:26:33.557 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@4776ab49] 01:26:33.558 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1561e99f] 01:26:33.560 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgiIdentical] is being tracked for dependencies 01:26:33.560 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgiIdentical] depends (transitively) on the following importers:{} 01:26:33.560 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgiIdentical] depends on importers:[] 01:26:33.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:33.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:33.561 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgiIdentical] started; all its dependencies are satisfied 01:26:33.561 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@76d924ed] 01:26:33.562 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:26:33 UTC 2024]; root of context hierarchy] 01:26:33.562 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, Bundle-Version=1.0.0} 01:26:33.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:33.564 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice.identical] decremented to 0 01:26:33.564 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical started bundle [org.eclipse.gemini.blueprint.iandt.simpleservice.identical] 01:26:33.564 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=20] 01:26:33.565 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle Functional testing of Spring dependencies on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=10} 01:26:33.566 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle Functional testing of Spring dependencies on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice.identical] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice.identical,Bundle-Version=1.0.0,service.id=12} Bond. James Bond. Connery. Sean Connery #1 01:26:33.567 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle Functional testing of Spring dependencies on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=10} 01:26:33.567 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle Functional testing of Spring dependencies on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice.identical] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice.identical,Bundle-Version=1.0.0,service.id=12} 01:26:33.569 [BundleStop #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:26:33.570 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 01:26:33.570 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@5d34f48f 01:26:33.570 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 01:26:33.570 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 01:26:33.571 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice.identical) 01:26:33.572 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:26:33 UTC 2024]; root of context hierarchy 01:26:33.572 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:26:33 UTC 2024]; root of context hierarchy] 01:26:33.574 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgiIdentical] 01:26:33.574 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@487ebd7] 01:26:33.575 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:33.576 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:26:33.576 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@5d34f48f 01:26:33.577 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:26:33.577 [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@1f6858a7 01:26:33.578 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=20] for sending replayes events; last one was null 01:26:33.581 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=20] for sending replayes events; last one was null 01:26:33.581 [BundleStop #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:26:33.581 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:26:33.581 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@5d34f48f 01:26:33.582 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:26:33.582 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:26:33.582 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 01:26:33.582 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:26:33 UTC 2024]; root of context hierarchy 01:26:33.583 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:26:33 UTC 2024]; root of context hierarchy] 01:26:33.583 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 01:26:33.584 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@38ab2917] 01:26:33.584 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:33.584 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:26:33.585 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@5d34f48f 01:26:33.585 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:26:33.585 [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@11afb53a 01:26:33.603 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice.identical)] 01:26:33.604 [BundleStart #21] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:33.604 [BundleStart #21] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice.identical) 01:26:33.605 [BundleStart #21] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice.identical)] 01:26:33.605 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 01:26:33.606 [BundleStart #21] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:33.606 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice.identical)] 01:26:33.606 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice.identical)] 01:26:33.606 [BundleStart #21] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:26:33.607 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@5d34f48f 01:26:33.607 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice.identical)] 01:26:33.607 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 01:26:33.607 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 01:26:33.607 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:26:33 UTC 2024]; root of context hierarchy 01:26:33.608 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:33.608 [BundleStart #21] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:33.608 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice.identical)] 01:26:33.608 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice.identical] incremented to 1 01:26:33.609 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:33.609 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical 01:26:33.609 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://21/META-INF/spring/simpleservice-osgi.xml] 01:26:33.613 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:33.613 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:26:33.613 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:33.614 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:33.662 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:26:33.663 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:26:33.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:33.674 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:33.675 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:26:33.676 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:33.676 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:33.704 [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@7cdf7b5c: defining beans [simpleServiceOsgiIdentical,simpleService]; root of factory hierarchy 01:26:33.704 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:33.704 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:33.705 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:26:33.705 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:26:33.706 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:33.707 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@7cdf7b5c: defining beans [simpleServiceOsgiIdentical,simpleService]; root of factory hierarchy] 01:26:33.707 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:33.707 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@46559265 01:26:33.707 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:26:33.707 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:33.707 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 01:26:33.708 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:33.708 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:33.708 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 01:26:33.708 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 01:26:33.708 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:33.708 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 01:26:33.709 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@65f468e2] 01:26:33.709 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@3330fbf0] 01:26:33.711 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgiIdentical] is being tracked for dependencies 01:26:33.711 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgiIdentical] depends (transitively) on the following importers:{} 01:26:33.711 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgiIdentical] depends on importers:[] 01:26:33.712 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice.impl.MyServiceImpl] classes {} 01:26:33.712 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 01:26:33.712 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgiIdentical] started; all its dependencies are satisfied 01:26:33.712 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@40930494] 01:26:33.713 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:26:33 UTC 2024]; root of context hierarchy] 01:26:33.713 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, Bundle-Version=1.0.0} 01:26:33.714 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:26:33.714 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice.identical] decremented to 0 01:26:33.714 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical 01:26:33.714 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=21] started bundle [org.eclipse.gemini.blueprint.iandt.simpleservice.identical] 01:26:33.715 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle Functional testing of Spring dependencies on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice.identical] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice.identical,Bundle-Version=1.0.0,service.id=14} Dalton. Timothy Dalton #1 01:26:33.716 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:33.717 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:440 - Reading OSGi results for test [testDependencies] 01:26:33.718 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:447 - Test[testDependencies]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.878 sec - in org.eclipse.gemini.blueprint.iandt.duplicateClass.DuplicateClassTest 01:26:33.760 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle Functional testing of Spring dependencies (org.springframework.osgi.iandt.duplicateClass.functional) 01:26:33.760 [Thread-0] INFO o.e.g.b.i.d.DuplicateClassTest:471 - Shutting down OSGi platform 01:26:33.761 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.springframework.osgi.iandt.duplicateClass.functional, config=): startup date [Sat Apr 27 01:26:32 UTC 2024]; root of context hierarchy 01:26:33.761 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.springframework.osgi.iandt.duplicateClass.functional, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.springframework.osgi.iandt.duplicateClass.functional, config=): startup date [Sat Apr 27 01:26:32 UTC 2024]; root of context hierarchy] 01:26:33.778 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:33.778 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:26:33.779 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=21]] 01:26:33.791 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.simpleservice.identical has unused registered services; added for shutdown 01:26:33.792 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=21]] 01:26:33.793 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:26:33.793 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 01:26:33.793 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@5d34f48f 01:26:33.793 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 01:26:33.793 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 01:26:33.794 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice.identical) 01:26:33.794 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:26:33 UTC 2024]; root of context hierarchy 01:26:33.794 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:26:33 UTC 2024]; root of context hierarchy] 01:26:33.794 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgiIdentical] 01:26:33.795 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle Functional testing of Spring dependencies on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice.identical] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice.identical,Bundle-Version=1.0.0,service.id=14} 01:26:33.795 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@666dfc2] 01:26:33.795 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:33.795 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:26:33.796 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@5d34f48f 01:26:33.796 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:26:33.796 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:33.796 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:33.796 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:33.797 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:33.797 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:33.797 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:33.798 [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@159033d7 01:26:33.798 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=18] for sending replayes events; last one was null 01:26:33.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:26:33.799 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:33.863 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:26:34,576 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:26:34,702 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:34,705 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:34,729 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:34,769 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:34,771 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:34,778 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:34,788 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:26:34,796 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:34,796 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:34,798 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:34,799 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:34,799 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:26:34,799 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:26:34,799 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:26:34,799 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:26:34,800 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:26:34,800 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:34,800 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:26:34,800 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:26:34,800 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:34,800 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:34,801 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:34,801 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:34,801 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:34,802 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:34,802 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:34,803 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest 01:26:34.926 [main] TRACE o.e.g.b.i.e.ExportImportTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:26:34.931 [main] TRACE o.e.g.b.i.e.ExportImportTest:85 - Instantiating platform wrapper... 01:26:34.944 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi5856283181865771277kf 01:26:34.945 [main] DEBUG o.e.g.b.i.e.ExportImportTest:215 - About to start Knopflerfish OSGi Platform 01:26:35.058 [main] INFO o.e.g.b.i.e.ExportImportTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:35.062 [main] TRACE o.e.g.b.i.e.ExportImportTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:26:35.063 [main] TRACE o.e.g.b.i.e.ExportImportTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:26:35.064 [main] DEBUG o.e.g.b.i.e.ExportImportTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:26:35.065 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:35.197 [main] DEBUG o.e.g.b.i.e.ExportImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:35.212 [main] DEBUG o.e.g.b.i.e.ExportImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:35.217 [main] DEBUG o.e.g.b.i.e.ExportImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:35.220 [main] DEBUG o.e.g.b.i.e.ExportImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:35.228 [main] DEBUG o.e.g.b.i.e.ExportImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:35.239 [main] DEBUG o.e.g.b.i.e.ExportImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:35.241 [main] DEBUG o.e.g.b.i.e.ExportImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:35.245 [main] DEBUG o.e.g.b.i.e.ExportImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:35.249 [main] DEBUG o.e.g.b.i.e.ExportImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:35.257 [main] DEBUG o.e.g.b.i.e.ExportImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:35.276 [main] DEBUG o.e.g.b.i.e.ExportImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:35.279 [main] DEBUG o.e.g.b.i.e.ExportImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:35.290 [main] DEBUG o.e.g.b.i.e.ExportImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:35.301 [main] DEBUG o.e.g.b.i.e.ExportImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:35.303 [main] DEBUG o.e.g.b.i.e.ExportImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:35.308 [main] DEBUG o.e.g.b.i.e.ExportImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:26:35.312 [main] DEBUG o.e.g.b.i.e.ExportImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:35.332 [main] DEBUG o.e.g.b.i.e.ExportImportTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:35.364 [main] DEBUG o.e.g.b.i.e.ExportImportTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:35.371 [main] DEBUG o.e.g.b.i.e.ExportImportTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:35.374 [main] DEBUG o.e.g.b.i.e.ExportImportTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:35.376 [main] DEBUG o.e.g.b.i.e.ExportImportTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:35.377 [main] DEBUG o.e.g.b.i.e.ExportImportTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:35.378 [main] DEBUG o.e.g.b.i.e.ExportImportTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:35.382 [main] DEBUG o.e.g.b.i.e.ExportImportTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:35.388 [main] DEBUG o.e.g.b.i.e.ExportImportTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:35.390 [main] DEBUG o.e.g.b.i.e.ExportImportTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:35.399 [main] DEBUG o.e.g.b.i.e.ExportImportTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:35.400 [main] DEBUG o.e.g.b.i.e.ExportImportTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:35.401 [main] DEBUG o.e.g.b.i.e.ExportImportTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:35.403 [main] DEBUG o.e.g.b.i.e.ExportImportTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:35.405 [main] DEBUG o.e.g.b.i.e.ExportImportTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:35.407 [main] DEBUG o.e.g.b.i.e.ExportImportTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:26:35,436 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,478 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:35,481 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:35,493 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:35,520 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:35,522 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:35,527 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:35,534 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@49b1c2dd - No compression will be used 01:26:35,539 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:35,539 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:35,541 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:35,541 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:35,541 |-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,542 |-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,542 |-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,542 |-INFO 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,542 |-INFO 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,543 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:35,543 |-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,543 |-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,543 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:35,543 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:35,544 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:35,544 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:35,544 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:35,545 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:35,545 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:35,546 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@58a98683 - Registering current configuration as safe fallback point 01:26:35.567 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:35.578 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:26:35.729 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:35.730 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:35.735 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:35.738 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:35.743 [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.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:26:35.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:26:35.745 [BundleStart #16] DEBUG 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.745 [BundleStart #16] 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.747 [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.747 [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.748 [BundleStart #16] DEBUG o.e.g.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.748 [BundleStart #16] 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.749 [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.749 [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.750 [BundleStart #16] DEBUG o.e.g.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.750 [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.750 [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.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:26:35.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:26:35.751 [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.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:26:35.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:26:35.753 [BundleStart #16] DEBUG o.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.753 [BundleStart #16] 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.754 [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.754 [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.755 [BundleStart #16] DEBUG o.e.g.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.755 [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.755 [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.756 [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.756 [BundleStart #16] DEBUG o.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.756 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:35.757 [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.757 [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.757 [BundleStart #16] 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.758 [BundleStart #16] 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.758 [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.758 [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.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:26:35.759 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:35.760 [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.760 [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.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:26:35.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:26:35.761 [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.762 [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.762 [BundleStart #16] DEBUG o.e.g.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.762 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:35.763 [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.763 [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.763 [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.763 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:35.764 [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.765 [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.765 [BundleStart #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.765 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:35.765 [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.765 [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.766 [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.766 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:35.766 [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.767 [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.767 [BundleStart #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.767 [BundleStart #16] 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.769 [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.769 [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.769 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:26:35.778 [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.779 [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.782 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:35.782 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:35.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:26:35.787 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:35.788 [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:35.788 [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:35.789 [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.793 [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.804 [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.805 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:35.805 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:26:35.808 [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.809 [BundleStart #16] DEBUG o.e.g.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.809 [BundleStart #16] 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.811 [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.811 [BundleStart #16] DEBUG o.e.g.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.812 [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.812 [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.813 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:35.813 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:35.814 [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.814 [BundleStart #16] DEBUG o.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.815 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:26:35.817 [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.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:35.817 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:35.818 [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.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:35.819 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:35.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:35.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:35.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:35.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:35.822 [BundleStart #16] DEBUG o.e.g.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.822 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:35.823 [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.824 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:26:35.824 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:26:35.825 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:35.826 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:26:35.826 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:35.826 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:35.827 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:35.827 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:35.829 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:35.829 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:35.830 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:35.830 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:35.831 [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.831 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:35.831 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:35.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:35.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:35.836 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:35.836 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:26:35.837 [main] DEBUG o.e.g.b.i.e.ExportImportTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:35.844 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:35.845 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:35.846 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 01:26:35.846 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:35.846 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:35.860 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:35.861 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:35.863 [main] INFO o.e.g.b.i.e.ExportImportTest:199 - org/eclipse/gemini/blueprint/iandt/exportimport/ExportImportTest-bundle.properties was not found; using defaults 01:26:35.863 [main] DEBUG o.e.g.b.i.e.ExportImportTest:511 - Post processing: creating test bundle 01:26:35.876 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.exportimport] 01:26:35.876 [main] INFO o.e.g.b.i.e.ExportImportTest:202 - Automatically creating Manifest for the test bundle 01:26:35.877 [main] INFO o.e.g.b.i.e.ExportImportTest:366 - Using the test class for generating bundle imports 01:26:35.879 [main] TRACE o.e.g.b.i.e.ExportImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/exportimport/ExportImportTest.class 01:26:35.880 [main] TRACE o.e.g.b.i.e.ExportImportTest:460 - Package [org.eclipse.gemini.blueprint.iandt.exportimport] is part of the test archive; parsing ExportImportTest bytecode to determine imports... 01:26:35.883 [main] TRACE o.e.g.b.i.e.ExportImportTest:491 - Visiting class ExportImportTest 01:26:35.895 [main] TRACE o.e.g.b.i.e.ExportImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:35.895 [main] TRACE o.e.g.b.i.e.ExportImportTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:26:35.895 [main] TRACE o.e.g.b.i.e.ExportImportTest:491 - Visiting class BaseIntegrationTest 01:26:35.900 [main] TRACE o.e.g.b.i.e.ExportImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:35.900 [main] TRACE o.e.g.b.i.e.ExportImportTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:26:35.900 [main] TRACE o.e.g.b.i.e.ExportImportTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:35.902 [main] TRACE o.e.g.b.i.e.ExportImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:35.903 [main] TRACE o.e.g.b.i.e.ExportImportTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:26:35.903 [main] TRACE o.e.g.b.i.e.ExportImportTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:35.904 [main] TRACE o.e.g.b.i.e.ExportImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:26:35.904 [main] TRACE o.e.g.b.i.e.ExportImportTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:26:35.904 [main] TRACE o.e.g.b.i.e.ExportImportTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.exportimport, org.eclipse.gemini.blueprint.iandt, java.lang, org.springframework.context, java.util, java.io, org.eclipse.gemini.blueprint.test, org.osgi.framework, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io, java.net} 01:26:35.905 [main] TRACE o.e.g.b.i.e.ExportImportTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.exportimport, java.lang, java.util, java.io, java.util.jar, java.security, java.lang.reflect, java.net] 01:26:35.905 [main] TRACE o.e.g.b.i.e.ExportImportTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:35.905 [main] TRACE o.e.g.b.i.e.ExportImportTest:282 - Filtered imports are [org.springframework.context, org.eclipse.gemini.blueprint.test, org.osgi.framework, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 01:26:35.906 [main] DEBUG o.e.g.b.i.e.ExportImportTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, Bundle-Name=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.context,org.eclipse.gemini.blueprint.test,org.osgi.framework,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 01:26:35.906 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, Bundle-Name=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.context,org.eclipse.gemini.blueprint.test,org.osgi.framework,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 01:26:35.906 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:35.906 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:35.907 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:35.907 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:35.907 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:35.907 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:35.907 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:35.908 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:35.908 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:35.908 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:35.908 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/exportimport/ 01:26:35.908 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/exportimport/ExportImportTest.class 01:26:35.908 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/exportimport/Listener.class 01:26:35.909 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/exportimport/export-import.xml 01:26:35.915 [main] DEBUG o.e.g.b.i.e.ExportImportTest:557 - Test bundle [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest (TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] successfully installed 01:26:35.916 [main] DEBUG o.e.g.b.i.e.ExportImportTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:26:35.919 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest (TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] 01:26:35.919 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:35.919 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest (TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest) 01:26:35.920 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest (TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] 01:26:35.920 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest (TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] 01:26:35.921 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:35.921 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest (TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] 01:26:35.921 [main] DEBUG o.e.g.b.i.e.ExportImportTest:562 - Test bundle [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest (TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] successfully started 01:26:35.922 [main] DEBUG o.e.g.b.i.e.ExportImportTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:35.923 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:35.924 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:35.925 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:35.926 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:35.926 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:35.927 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:35.927 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:35.928 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:35.928 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:35.929 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:35.929 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:35.930 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:35.930 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:35.931 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:35.931 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:35.932 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:35.932 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:35.933 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:35.934 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest] does not trigger a context creation. 01:26:35.934 [main] TRACE o.e.g.b.i.e.ExportImportTest:364 - Writing test name [testExportNA] to OSGi 01:26:35.950 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExportNA] for execution inside OSGi 01:26:35.950 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testExportNA] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@a514af7 01:26:35.951 [main] INFO o.e.g.b.i.e.ExportImportTest:190 - Loading context for locations: org/eclipse/gemini/blueprint/iandt/exportimport/export-import.xml 01:26:35.965 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, config=org/eclipse/gemini/blueprint/iandt/exportimport/export-import.xml): startup date [Sat Apr 27 01:26:35 UTC 2024]; root of context hierarchy 01:26:35.971 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:36.003 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/org/eclipse/gemini/blueprint/iandt/exportimport/export-import.xml] 01:26:36.040 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:36.041 [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:36.042 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:36.043 [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:36.124 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:26:36.125 [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:36.188 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, config=org/eclipse/gemini/blueprint/iandt/exportimport/export-import.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@484970b0: defining beans [map,export1,export2,list,na,export-na]; root of factory hierarchy 01:26:36.200 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:36.200 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:36.202 [main] TRACE o.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.202 [main] TRACE o.e.g.b.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.215 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@b62d79] 01:26:36.216 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@6631f5ca] 01:26:36.262 [main] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&export1] is being tracked for dependencies 01:26:36.263 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [export1] depends (transitively) on the following importers:{} 01:26:36.264 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [export1] depends on importers:[] 01:26:36.267 [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:36.267 [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:36.269 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [export1] started; all its dependencies are satisfied 01:26:36.271 [main] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&export2] is being tracked for dependencies 01:26:36.272 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [export2] depends (transitively) on the following importers:{} 01:26:36.272 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [export2] depends on importers:[] 01:26:36.273 [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:36.273 [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:36.274 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [export2] started; all its dependencies are satisfied 01:26:36.278 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapterBeanInfo] required by [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest(TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] scanning available bundles 01:26:36.279 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapterCustomizer] required by [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest(TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] scanning available bundles 01:26:36.280 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.OsgiServiceLifecycleListenerCustomizer] required by [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest(TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] scanning available bundles 01:26:36.281 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.InitializingBeanCustomizer] required by [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest(TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] scanning available bundles 01:26:36.282 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.BeanFactoryAwareCustomizer] required by [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest(TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] scanning available bundles 01:26:36.285 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public void org.eclipse.gemini.blueprint.iandt.exportimport.Listener.bind(java.lang.Object,java.util.Map)] on class org.eclipse.gemini.blueprint.iandt.exportimport.Listener 01:26:36.285 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public void org.eclipse.gemini.blueprint.iandt.exportimport.Listener.unbind(java.lang.Object,java.util.Map)] on class org.eclipse.gemini.blueprint.iandt.exportimport.Listener 01:26:36.286 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:174 - Discovered bind methods=[[public void org.eclipse.gemini.blueprint.iandt.exportimport.Listener.bind(java.lang.Object,java.util.Map)]], bind ServiceReference=null unbind methods=[[public void org.eclipse.gemini.blueprint.iandt.exportimport.Listener.unbind(java.lang.Object,java.util.Map)]], unbind ServiceReference=null 01:26:36.287 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.io.Serializable} and filter=[] in=[(objectClass=java.io.Serializable)] 01:26:36.287 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.io.Serializable)] in=[(objectClass=java.io.Serializable)] 01:26:36.287 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:36.288 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:36.288 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=java.io.Serializable)] 01:26:36.288 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@1de5f259, org.knopflerfish.framework.ServiceReferenceImpl@31fa1761} 01:26:36.292 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest] {java.io.Serializable, java.lang.Cloneable, java.util.Map}={use=case,org.eclipse.gemini.blueprint.bean.name=map,org.springframework.osgi.bean.name=map,osgi.service.blueprint.compname=map,Bundle-SymbolicName=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest,Bundle-Version=0.0.0,service.id=9} 01:26:36.301 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest(TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] scanning available bundles 01:26:36.302 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest(TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] scanning available bundles 01:26:36.303 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest(TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] scanning available bundles 01:26:36.303 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest(TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] scanning available bundles 01:26:36.304 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest(TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] scanning available bundles 01:26:36.306 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@20140db9 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@1de5f259 01:26:36.307 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy8@1e6a3214 with props={use=case, org.eclipse.gemini.blueprint.bean.name=map, org.springframework.osgi.bean.name=map, osgi.service.blueprint.compname=map, Bundle-SymbolicName=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, Bundle-Version=0.0.0, objectClass=[Ljava.lang.String;@368247b9, service.id=9} 01:26:36.307 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.exportimport.Listener.bind(java.lang.Object,java.util.Map) Binding service hash 510276116 w/ props {use=case, org.eclipse.gemini.blueprint.bean.name=map, org.springframework.osgi.bean.name=map, osgi.service.blueprint.compname=map, Bundle-SymbolicName=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, Bundle-Version=0.0.0, objectClass=[Ljava.lang.String;@368247b9, service.id=9} 01:26:36.308 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@20140db9 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@1de5f259 01:26:36.309 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest] {java.io.Serializable, java.lang.Cloneable, java.util.Map}={org.eclipse.gemini.blueprint.bean.name=map,org.springframework.osgi.bean.name=map,osgi.service.blueprint.compname=map,Bundle-SymbolicName=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest,Bundle-Version=0.0.0,service.id=10} 01:26:36.310 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@20140db9 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@31fa1761 01:26:36.310 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy8@738dc9b with props={org.eclipse.gemini.blueprint.bean.name=map, org.springframework.osgi.bean.name=map, osgi.service.blueprint.compname=map, Bundle-SymbolicName=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, Bundle-Version=0.0.0, objectClass=[Ljava.lang.String;@3c77d488, service.id=10} 01:26:36.310 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.exportimport.Listener.bind(java.lang.Object,java.util.Map) Binding service hash 121167003 w/ props {org.eclipse.gemini.blueprint.bean.name=map, org.springframework.osgi.bean.name=map, osgi.service.blueprint.compname=map, Bundle-SymbolicName=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, Bundle-Version=0.0.0, objectClass=[Ljava.lang.String;@3c77d488, service.id=10} 01:26:36.311 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@20140db9 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@31fa1761 01:26:36.314 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.util.Queue} and filter=[] in=[(objectClass=java.util.Queue)] 01:26:36.314 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.util.Queue)] in=[(objectClass=java.util.Queue)] 01:26:36.315 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:26:36.319 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:26:36.325 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.util.Queue)] 01:26:36.325 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 01:26:36.327 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceRegistrationListenerAdapterBeanInfo] required by [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest(TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] scanning available bundles 01:26:36.327 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceRegistrationListenerAdapterCustomizer] required by [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest(TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] scanning available bundles 01:26:36.329 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.exporter.OsgiServiceRegistrationListenerCustomizer] required by [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest(TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] scanning available bundles 01:26:36.330 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.InitializingBeanCustomizer] required by [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest(TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] scanning available bundles 01:26:36.330 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.BeanFactoryAwareCustomizer] required by [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest(TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] scanning available bundles 01:26:36.332 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public void org.eclipse.gemini.blueprint.iandt.exportimport.Listener.bind(java.lang.Object,java.util.Map)] on class org.eclipse.gemini.blueprint.iandt.exportimport.Listener 01:26:36.332 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public void org.eclipse.gemini.blueprint.iandt.exportimport.Listener.unbind(java.lang.Object,java.util.Map)] on class org.eclipse.gemini.blueprint.iandt.exportimport.Listener 01:26:36.332 [main] TRACE o.e.g.b.c.i.a.OsgiServiceRegistrationListenerAdapter:117 - Discovered bind methods=[[public void org.eclipse.gemini.blueprint.iandt.exportimport.Listener.bind(java.lang.Object,java.util.Map)]] unbind methods=[[public void org.eclipse.gemini.blueprint.iandt.exportimport.Listener.unbind(java.lang.Object,java.util.Map)]] 01:26:36.333 [main] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&export-na] is being tracked for dependencies 01:26:36.334 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [export-na] depends (transitively) on the following importers:{&na} 01:26:36.334 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [export-na] depends on importers:[&na] 01:26:36.339 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ServiceReferenceProxy] required by [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest(TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] scanning available bundles 01:26:36.340 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:286 - Exporter [export-na] not started; there are still unsatisfied dependencies [&na] 01:26:36.340 [main] TRACE o.e.g.b.c.i.a.OsgiServiceRegistrationListenerAdapter:178 - Invoking unregistered method with props=null 01:26:36.341 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.exportimport.Listener.unbind(java.lang.Object,java.util.Map) Unbinding service hash 0 w/ props null 01:26:36.342 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@1c5920df] 01:26:36.346 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, config=org/eclipse/gemini/blueprint/iandt/exportimport/export-import.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, config=org/eclipse/gemini/blueprint/iandt/exportimport/export-import.xml): startup date [Sat Apr 27 01:26:35 UTC 2024]; root of context hierarchy] 01:26:36.348 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, org.springframework.context.service.name=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, Bundle-SymbolicName=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, Bundle-Version=0.0.0} 01:26:36.349 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 1 01:26:36.371 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:36.372 [main] TRACE o.e.g.b.i.e.ExportImportTest:440 - Reading OSGi results for test [testExportNA] 01:26:36.372 [main] DEBUG o.e.g.b.i.e.ExportImportTest:447 - Test[testExportNA]'s result read 01:26:36.374 [main] TRACE o.e.g.b.i.e.ExportImportTest:364 - Writing test name [testCollectionSize] to OSGi 01:26:36.374 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testCollectionSize] for execution inside OSGi 01:26:36.375 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testCollectionSize] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@14028087 01:26:36.375 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:36.375 [main] TRACE o.e.g.b.i.e.ExportImportTest:440 - Reading OSGi results for test [testCollectionSize] 01:26:36.376 [main] DEBUG o.e.g.b.i.e.ExportImportTest:447 - Test[testCollectionSize]'s result read Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.455 sec - in org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest 01:26:36.380 [Thread-0] INFO o.e.g.b.i.e.ExportImportTest:471 - Shutting down OSGi platform 01:26:36.380 [Thread-3] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest (TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest) 01:26:36.380 [Thread-3] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, config=org/eclipse/gemini/blueprint/iandt/exportimport/export-import.xml): startup date [Sat Apr 27 01:26:35 UTC 2024]; root of context hierarchy 01:26:36.380 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:36.381 [Thread-3] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, config=org/eclipse/gemini/blueprint/iandt/exportimport/export-import.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, config=org/eclipse/gemini/blueprint/iandt/exportimport/export-import.xml): startup date [Sat Apr 27 01:26:35 UTC 2024]; root of context hierarchy] 01:26:36.381 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:36.381 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:36.381 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:36.381 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:36.382 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:36.382 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:36.382 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:36.383 [Thread-3] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [export-na] 01:26:36.384 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=18] for sending replayes events; last one was null 01:26:36.384 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=17] for sending replayes events; last one was null 01:26:36.384 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:36.385 [Thread-3] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@20140db9 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@1de5f259 01:26:36.385 [Thread-3] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy8@1e6a3214 with props={use=case, org.eclipse.gemini.blueprint.bean.name=map, org.springframework.osgi.bean.name=map, osgi.service.blueprint.compname=map, Bundle-SymbolicName=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, Bundle-Version=0.0.0, objectClass=[Ljava.lang.String;@1572688b, service.id=9} 01:26:36.385 [Thread-3] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.exportimport.Listener.unbind(java.lang.Object,java.util.Map) Unbinding service hash 510276116 w/ props {use=case, org.eclipse.gemini.blueprint.bean.name=map, org.springframework.osgi.bean.name=map, osgi.service.blueprint.compname=map, Bundle-SymbolicName=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, Bundle-Version=0.0.0, objectClass=[Ljava.lang.String;@1572688b, service.id=9} 01:26:36.385 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:26:36.385 [Thread-3] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@20140db9 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@1de5f259 01:26:36.386 [Thread-3] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@20140db9 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@31fa1761 01:26:36.386 [Thread-3] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy8@738dc9b with props={org.eclipse.gemini.blueprint.bean.name=map, org.springframework.osgi.bean.name=map, osgi.service.blueprint.compname=map, Bundle-SymbolicName=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, Bundle-Version=0.0.0, objectClass=[Ljava.lang.String;@3ea575f1, service.id=10} 01:26:36.387 [Thread-3] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.exportimport.Listener.unbind(java.lang.Object,java.util.Map) Unbinding service hash 121167003 w/ props {org.eclipse.gemini.blueprint.bean.name=map, org.springframework.osgi.bean.name=map, osgi.service.blueprint.compname=map, Bundle-SymbolicName=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, Bundle-Version=0.0.0, objectClass=[Ljava.lang.String;@3ea575f1, service.id=10} 01:26:36.387 [Thread-3] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@20140db9 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@31fa1761 01:26:36.387 [Thread-3] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [export2] 01:26:36.388 [Thread-3] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [export1] 01:26:36.388 [Thread-3] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:37,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:37,227 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:37,230 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:37,265 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:37,307 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:37,309 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:37,315 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:37,326 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@57536d79 - No compression will be used 01:26:37,334 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:37,334 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:37,336 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:37,336 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:37,336 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:26:37,336 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:26:37,337 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:26:37,337 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:26:37,337 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:26:37,337 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:37,337 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:26:37,338 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:26:37,338 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:37,338 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:37,356 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:37,357 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:37,357 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:37,358 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:37,359 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:37,360 |-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:26:37.507 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:26:37.512 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:85 - Instantiating platform wrapper... 01:26:37.525 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi6666275558307689421kf 01:26:37.525 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:215 - About to start Knopflerfish OSGi Platform 01:26:37.638 [main] INFO o.e.g.b.i.e.c.ExtenderConfigurationTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:37.642 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:26:37.643 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:26:37.645 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:26:37.645 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:37.785 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:37.803 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:37.809 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:37.811 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:37.819 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:37.834 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:37.838 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:37.842 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:37.862 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:37.868 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:37.890 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:37.893 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:37.898 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:37.907 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:37.910 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:37.914 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:26:37.918 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:37.921 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/extender.fragment.bundle/target/extender-fragment-bundle-3.0.1.BUILD-SNAPSHOT.jar] 01:26:37.964 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:37.974 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:37.983 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:37.986 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:37.987 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:37.989 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:37.990 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:37.992 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:37.996 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:37.997 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:38.003 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:38.004 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:38.005 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:38.009 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:38.011 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:38.013 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:26:38,044 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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:38,094 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:38,096 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:38,108 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:38,134 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:38,136 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:38,140 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:38,148 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@602f6768 - No compression will be used 01:26:38,152 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:38,152 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:38,154 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:38,154 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:38,154 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:26:38,155 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:26:38,155 |-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:38,155 |-INFO 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:38,155 |-INFO 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:38,156 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:38,156 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:26:38,156 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:26:38,156 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:38,156 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:38,156 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:38,157 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:38,157 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:38,157 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:38,158 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:38,158 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@55362d8f - Registering current configuration as safe fallback point 01:26:38.176 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:38.188 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:26:38.359 [BundleStart #16] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.extender, config=bundle://18/META-INF/spring/extender/extra-config.xml): startup date [Sat Apr 27 01:26:38 UTC 2024]; root of context hierarchy 01:26:38.367 [BundleStart #16] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:38.403 [BundleStart #16] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from OSGi resource[bundle://18/META-INF/spring/extender/extra-config.xml|bnd.id=16|bnd.sym=org.eclipse.gemini.blueprint.extender] 01:26:38.441 [BundleStart #16] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:38.442 [BundleStart #16] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:26:38.443 [BundleStart #16] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:38.444 [BundleStart #16] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:38.518 [BundleStart #16] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:26:38.519 [BundleStart #16] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:26:38.534 [BundleStart #16] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-util.xsd 01:26:38.535 [BundleStart #16] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-util.xsd at bundle://8/org/springframework/beans/factory/xml/spring-util.xsd 01:26:38.557 [BundleStart #16] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-tool.xsd 01:26:38.558 [BundleStart #16] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-tool.xsd at bundle://8/org/springframework/beans/factory/xml/spring-tool.xsd 01:26:38.595 [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@29cf6df9: defining beans [packageAdmin,taskExecutor,shutdownTaskExecutor,extenderProperties]; root of factory hierarchy 01:26:38.606 [BundleStart #16] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:38.607 [BundleStart #16] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:38.608 [BundleStart #16] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:26:38.609 [BundleStart #16] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:26:38.623 [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@5db8c8dc] 01:26:38.626 [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@75854851] 01:26:38.655 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.packageadmin.PackageAdmin} and filter=[] in=[(objectClass=org.osgi.service.packageadmin.PackageAdmin)] 01:26:38.656 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.packageadmin.PackageAdmin)] in=[(objectClass=org.osgi.service.packageadmin.PackageAdmin)] 01:26:38.658 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:26:38.666 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:26:38.677 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 01:26:38.679 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 01:26:38.684 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=org.osgi.service.packageadmin.PackageAdmin)] 01:26:38.685 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@c540f5a} 01:26:38.686 [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:26:38.686 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@c540f5a] bound to proxy 01:26:38.690 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.scheduling.concurrent.ThreadPoolTaskExecutorBeanInfo] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 01:26:38.691 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 01:26:38.716 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] exports [org.springframework.scheduling.concurrent] as version [5.0.4.RELEASE] but version [5.0.0] was required 01:26:38.717 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.scheduling.concurrent.ExecutorConfigurationSupportBeanInfo] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 01:26:38.718 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 01:26:38.731 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] exports [org.springframework.scheduling.concurrent] as version [5.0.4.RELEASE] but version [5.0.0] was required 01:26:38.732 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.scheduling.concurrent.CustomizableThreadFactoryBeanInfo] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 01:26:38.733 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 01:26:38.748 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] exports [org.springframework.scheduling.concurrent] as version [5.0.4.RELEASE] but version [5.0.0] was required 01:26:38.749 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.util.CustomizableThreadCreatorBeanInfo] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 01:26:38.750 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 01:26:38.752 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] exports [org.springframework.util] as version [5.0.4.RELEASE] but version [5.0.0] was required 01:26:38.771 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.util.CustomizableThreadCreatorCustomizer] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 01:26:38.771 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 01:26:38.773 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] exports [org.springframework.util] as version [5.0.4.RELEASE] but version [5.0.0] was required 01:26:38.794 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.scheduling.concurrent.CustomizableThreadFactoryCustomizer] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 01:26:38.795 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 01:26:38.811 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] exports [org.springframework.scheduling.concurrent] as version [5.0.4.RELEASE] but version [5.0.0] was required 01:26:38.812 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.scheduling.concurrent.ExecutorConfigurationSupportCustomizer] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 01:26:38.813 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 01:26:38.838 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] exports [org.springframework.scheduling.concurrent] as version [5.0.4.RELEASE] but version [5.0.0] was required 01:26:38.839 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.scheduling.concurrent.ThreadPoolTaskExecutorCustomizer] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 01:26:38.839 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 01:26:38.859 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] exports [org.springframework.scheduling.concurrent] as version [5.0.4.RELEASE] but version [5.0.0] was required 01:26:38.864 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.task.AsyncListenableTaskExecutorCustomizer] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 01:26:38.864 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 01:26:38.866 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] exports [org.springframework.core.task] as version [5.0.4.RELEASE] but version [5.0.0] was required 01:26:38.877 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.scheduling.SchedulingTaskExecutorCustomizer] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 01:26:38.877 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.BeanNameAwareCustomizer] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 01:26:38.878 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 01:26:38.881 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] exports [org.springframework.beans.factory] as version [5.0.4.RELEASE] but version [5.0.0] was required 01:26:38.890 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.InitializingBeanCustomizer] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 01:26:38.891 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 01:26:38.894 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] exports [org.springframework.beans.factory] as version [5.0.4.RELEASE] but version [5.0.0] was required 01:26:38.903 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.DisposableBeanCustomizer] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 01:26:38.903 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 01:26:38.906 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] exports [org.springframework.beans.factory] as version [5.0.4.RELEASE] but version [5.0.0] was required 01:26:38.915 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [java.util.concurrent.ThreadFactoryCustomizer] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 01:26:38.917 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 'taskExecutor' 01:26:38.918 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 'shutdownTaskExecutor' 01:26:38.922 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.config.PropertiesFactoryBeanBeanInfo] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 01:26:38.922 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 01:26:38.926 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] exports [org.springframework.beans.factory.config] as version [5.0.4.RELEASE] but version [5.0.0] was required 01:26:38.936 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.io.support.PropertiesLoaderSupportBeanInfo] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 01:26:38.937 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 01:26:38.938 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] exports [org.springframework.core.io.support] as version [5.0.4.RELEASE] but version [5.0.0] was required 01:26:38.964 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.io.support.PropertiesLoaderSupportCustomizer] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 01:26:38.965 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 01:26:38.966 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] exports [org.springframework.core.io.support] as version [5.0.4.RELEASE] but version [5.0.0] was required 01:26:38.978 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.config.PropertiesFactoryBeanCustomizer] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 01:26:38.979 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 01:26:38.982 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] exports [org.springframework.beans.factory.config] as version [5.0.4.RELEASE] but version [5.0.0] was required 01:26:39.001 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.FactoryBeanCustomizer] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 01:26:39.001 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 01:26:39.004 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] exports [org.springframework.beans.factory] as version [5.0.4.RELEASE] but version [5.0.0] was required 01:26:39.014 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.InitializingBeanCustomizer] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 01:26:39.014 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 01:26:39.017 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] exports [org.springframework.beans.factory] as version [5.0.4.RELEASE] but version [5.0.0] was required 01:26:39.033 [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@50461ea0] 01:26:39.036 [BundleStart #16] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.extender, config=bundle://18/META-INF/spring/extender/extra-config.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.extender, config=bundle://18/META-INF/spring/extender/extra-config.xml): startup date [Sat Apr 27 01:26:38 UTC 2024]; root of context hierarchy] 01:26:39.039 [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-202404270125} 01:26:39.040 [BundleStart #16] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:26:39.044 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:39.047 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:39.051 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:39.052 [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:39.052 [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:39.053 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:39.053 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:26:39.054 [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:39.054 [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:39.054 [BundleStart #16] DEBUG o.e.g.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:39.054 [BundleStart #16] 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:39.055 [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:39.055 [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:39.056 [BundleStart #16] DEBUG o.e.g.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:39.056 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:39.056 [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:39.057 [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:39.057 [BundleStart #16] DEBUG 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:39.057 [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:39.058 [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:39.058 [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:39.058 [BundleStart #16] DEBUG o.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:39.058 [BundleStart #16] 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:39.059 [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:39.059 [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:39.059 [BundleStart #16] DEBUG o.e.g.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:39.059 [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:39.060 [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:39.060 [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:39.060 [BundleStart #16] DEBUG o.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:39.060 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:39.061 [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:39.061 [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:39.061 [BundleStart #16] 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:39.061 [BundleStart #16] 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:39.062 [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:39.062 [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:39.062 [BundleStart #16] DEBUG o.e.g.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:39.062 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:39.063 [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:39.063 [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:39.063 [BundleStart #16] 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:39.063 [BundleStart #16] 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:39.064 [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:39.064 [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:39.064 [BundleStart #16] DEBUG o.e.g.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:39.064 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:39.065 [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:39.065 [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:39.065 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:39.065 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:39.066 [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:39.066 [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:39.066 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:39.067 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:39.067 [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:39.067 [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:39.067 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:26:39.067 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:39.067 [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:39.068 [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:39.068 [BundleStart #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:39.068 [BundleStart #16] 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:39.069 [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:39.070 [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:39.070 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:26:39.072 [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:39.073 [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:39.074 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:39.074 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:39.076 [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:39.077 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:39.077 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@404ae2a6 w/ reference null 01:26:39.077 [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@404ae2a6 w/ reference null 01:26:39.078 [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:39.082 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:39.084 [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:39.085 [BundleStart #16] DEBUG 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:39.085 [BundleStart #16] 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:39.088 [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:39.088 [BundleStart #16] DEBUG o.e.g.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:39.088 [BundleStart #16] 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:39.090 [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:39.090 [BundleStart #16] DEBUG o.e.g.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:39.090 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:39.091 [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:39.091 [BundleStart #16] DEBUG 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:39.091 [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:39.092 [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:39.092 [BundleStart #16] DEBUG o.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:39.092 [BundleStart #16] 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:39.094 [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:39.094 [BundleStart #16] DEBUG o.e.g.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:39.094 [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:39.095 [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:39.095 [BundleStart #16] DEBUG o.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:39.095 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:39.096 [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:39.096 [BundleStart #16] 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:39.096 [BundleStart #16] 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:39.097 [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:39.097 [BundleStart #16] DEBUG o.e.g.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:39.097 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:39.098 [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:39.099 [BundleStart #16] 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:39.099 [BundleStart #16] 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:39.100 [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:39.100 [BundleStart #16] DEBUG o.e.g.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:39.100 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:39.101 [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:39.101 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:39.101 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:39.103 [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:39.103 [BundleStart #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:39.103 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:39.104 [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:39.104 [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:39.104 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:39.105 [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:39.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:26:39.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:26:39.108 [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:39.109 [BundleStart #16] DEBUG o.e.g.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:39.110 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:39.114 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:39.114 [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:39.114 [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:39.115 [BundleStart #17] DEBUG 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:39.115 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:39.116 [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:39.116 [BundleStart #17] DEBUG 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:39.117 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:331 - [ExtenderConfigurationFragment (org.eclipse.gemini.blueprint.iandt.extender.fragment.configuration)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/extender.fragment.bundle/target/extender-fragment-bundle-3.0.1.BUILD-SNAPSHOT.jar] is a fragment; start not invoked 01:26:39.119 [main] INFO o.e.g.b.i.e.c.ExtenderConfigurationTest:199 - org/eclipse/gemini/blueprint/iandt/extender/configuration/ExtenderConfigurationTest-bundle.properties was not found; using defaults 01:26:39.120 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:511 - Post processing: creating test bundle 01:26:39.137 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.extender.configuration] 01:26:39.137 [main] INFO o.e.g.b.i.e.c.ExtenderConfigurationTest:202 - Automatically creating Manifest for the test bundle 01:26:39.157 [main] INFO o.e.g.b.i.e.c.ExtenderConfigurationTest:366 - Using the test class for generating bundle imports 01:26:39.159 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/extender/configuration/ExtenderConfigurationTest.class 01:26:39.159 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:460 - Package [org.eclipse.gemini.blueprint.iandt.extender.configuration] is part of the test archive; parsing ExtenderConfigurationTest bytecode to determine imports... 01:26:39.164 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:491 - Visiting class ExtenderConfigurationTest 01:26:39.177 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:39.177 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:26:39.178 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:491 - Visiting class BaseIntegrationTest 01:26:39.182 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:39.182 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:26:39.183 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:39.185 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:39.185 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:26:39.185 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:39.186 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:26:39.187 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:26:39.187 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.extender.configuration, org.eclipse.gemini.blueprint.iandt, org.springframework.context, java.lang, org.osgi.framework, java.io, org.eclipse.gemini.blueprint.util, org.osgi.service.packageadmin, org.apache.commons.logging, org.springframework.scheduling.concurrent, org.springframework.core.task, java.util, org.eclipse.gemini.blueprint.test, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io, java.net} 01:26:39.188 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.extender.configuration, java.lang, java.io, java.util, java.util.jar, java.security, java.lang.reflect, java.net] 01:26:39.188 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:39.188 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:282 - Filtered imports are [org.springframework.context, org.osgi.framework, org.eclipse.gemini.blueprint.util, org.osgi.service.packageadmin, org.apache.commons.logging, org.springframework.scheduling.concurrent, org.springframework.core.task, org.eclipse.gemini.blueprint.test, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io] 01:26:39.189 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest, Bundle-Name=TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.context,org.osgi.framework,org.eclipse.gemini.blueprint.util,org.osgi.service.packageadmin,org.apache.commons.logging,org.springframework.scheduling.concurrent,org.springframework.core.task,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0] 01:26:39.189 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest, Bundle-Name=TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.context,org.osgi.framework,org.eclipse.gemini.blueprint.util,org.osgi.service.packageadmin,org.apache.commons.logging,org.springframework.scheduling.concurrent,org.springframework.core.task,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0]] 01:26:39.190 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:39.190 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:39.190 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:39.190 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:39.191 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:39.191 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:39.191 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:39.192 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:39.192 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:39.192 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:39.192 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ 01:26:39.193 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/ 01:26:39.193 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/ExtenderConfigurationTest.class 01:26:39.193 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/config.xml 01:26:39.202 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:557 - Test bundle [TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest (TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest)] successfully installed 01:26:39.203 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:26:39.206 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest (TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest)] 01:26:39.206 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:39.206 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest (TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest) 01:26:39.206 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest (TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest)] 01:26:39.207 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest (TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest)] 01:26:39.207 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:39.207 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest (TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest)] 01:26:39.207 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:562 - Test bundle [TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest (TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest)] successfully started 01:26:39.208 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:39.211 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:39.211 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:39.212 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:39.213 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:39.214 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:39.214 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest] does not trigger a context creation. 01:26:39.214 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:39.215 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:39.216 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:39.216 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:39.216 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:39.217 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:39.217 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:39.218 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:39.218 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:39.219 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:39.219 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:39.220 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:39.221 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:39.221 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:227 - Bundle [org.eclipse.gemini.blueprint.iandt.extender.fragment.configuration] is not active (probably a fragment); ignoring 01:26:39.221 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:364 - Writing test name [testCustomProperties] to OSGi 01:26:39.234 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testCustomProperties] for execution inside OSGi 01:26:39.234 [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:26:39.235 [main] INFO o.e.g.b.i.e.c.ExtenderConfigurationTest:190 - Loading context for locations: org/eclipse/gemini/blueprint/iandt/extender/configuration/config.xml 01:26:39.236 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest, config=org/eclipse/gemini/blueprint/iandt/extender/configuration/config.xml): startup date [Sat Apr 27 01:26:39 UTC 2024]; root of context hierarchy 01:26:39.236 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:39.237 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/org/eclipse/gemini/blueprint/iandt/extender/configuration/config.xml] 01:26:39.240 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:39.241 [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:39.241 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:39.242 [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:39.285 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:26:39.286 [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:39.301 [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:26:39.302 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:39.302 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:39.303 [main] TRACE o.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:39.303 [main] TRACE o.e.g.b.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:39.304 [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:26:39.305 [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:26:39.307 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.springframework.context.ApplicationContext} and filter=[(Bundle-SymbolicName=org.eclipse.gemini.blueprint.extender)] in=[(&(objectClass=org.springframework.context.ApplicationContext)(Bundle-SymbolicName=org.eclipse.gemini.blueprint.extender))] 01:26:39.308 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=org.springframework.context.ApplicationContext)(Bundle-SymbolicName=org.eclipse.gemini.blueprint.extender))] in=[(&(objectClass=org.springframework.context.ApplicationContext)(Bundle-SymbolicName=org.eclipse.gemini.blueprint.extender))] 01:26:39.308 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:26:39.309 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:26:39.310 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest(TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest)] scanning available bundles 01:26:39.310 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest(TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest)] scanning available bundles 01:26:39.312 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest(TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest)] scanning available bundles 01:26:39.312 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest(TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest)] scanning available bundles 01:26:39.313 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest(TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest)] scanning available bundles 01:26:39.319 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.ResolvableType] required by [TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest(TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest)] scanning available bundles 01:26:39.320 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(&(objectClass=org.springframework.context.ApplicationContext)(Bundle-SymbolicName=org.eclipse.gemini.blueprint.extender))] 01:26:39.321 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@117fd55d} 01:26:39.321 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@117fd55d] bound to proxy 01:26:39.321 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@117fd55d] bound to proxy 01:26:39.322 [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:26:39.322 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest, config=org/eclipse/gemini/blueprint/iandt/extender/configuration/config.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest, config=org/eclipse/gemini/blueprint/iandt/extender/configuration/config.xml): startup date [Sat Apr 27 01:26:39 UTC 2024]; root of context hierarchy] 01:26:39.323 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest, org.springframework.context.service.name=TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest, Bundle-SymbolicName=TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest, Bundle-Version=0.0.0} 01:26:39.323 [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:39.378 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:39.379 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:440 - Reading OSGi results for test [testCustomProperties] 01:26:39.379 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:447 - Test[testCustomProperties]'s result read 01:26:39.381 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:364 - Writing test name [testExtenderConfigAppCtxPublished] to OSGi 01:26:39.381 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExtenderConfigAppCtxPublished] for execution inside OSGi 01:26:39.382 [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-202404270125,service.id=7} ServiceReference [TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest] {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable}={org.eclipse.gemini.blueprint.context.service.name=TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest,org.springframework.context.service.name=TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest,Bundle-SymbolicName=TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest,Bundle-Version=0.0.0,service.id=10} 01:26:39.382 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:39.383 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:440 - Reading OSGi results for test [testExtenderConfigAppCtxPublished] 01:26:39.383 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:447 - Test[testExtenderConfigAppCtxPublished]'s result read 01:26:39.383 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:364 - Writing test name [testShutdownTaskExecutor] to OSGi 01:26:39.384 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testShutdownTaskExecutor] for execution inside OSGi 01:26:39.384 [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:26:39.384 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:39.385 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:440 - Reading OSGi results for test [testShutdownTaskExecutor] 01:26:39.385 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:447 - Test[testShutdownTaskExecutor]'s result read 01:26:39.385 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:364 - Writing test name [testTaskExecutor] to OSGi 01:26:39.386 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testTaskExecutor] for execution inside OSGi 01:26:39.386 [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:26:39.386 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:39.387 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:440 - Reading OSGi results for test [testTaskExecutor] 01:26:39.387 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:447 - Test[testTaskExecutor]'s result read Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.886 sec - in org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest 01:26:39.391 [Thread-0] INFO o.e.g.b.i.e.c.ExtenderConfigurationTest:471 - Shutting down OSGi platform 01:26:39.391 [Thread-3] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest (TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest) 01:26:39.392 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:39.392 [Thread-3] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest, config=org/eclipse/gemini/blueprint/iandt/extender/configuration/config.xml): startup date [Sat Apr 27 01:26:39 UTC 2024]; root of context hierarchy 01:26:39.392 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:39.392 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:39.392 [Thread-3] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest, config=org/eclipse/gemini/blueprint/iandt/extender/configuration/config.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest, config=org/eclipse/gemini/blueprint/iandt/extender/configuration/config.xml): startup date [Sat Apr 27 01:26:39 UTC 2024]; root of context hierarchy] 01:26:39.392 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:39.392 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:39.393 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:39.393 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:39.393 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:39.394 [Thread-3] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@117fd55d] was unregistered and unbound from the service proxy 01:26:39.394 [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:39.394 [Thread-3] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@117fd55d] was unregistered and unbound from the service proxy 01:26:39.394 [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.395 [Thread-3] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:39.395 [BundleStop #16] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender) 01:26:39.396 [BundleStop #16] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.extender, config=bundle://18/META-INF/spring/extender/extra-config.xml): startup date [Sat Apr 27 01:26:38 UTC 2024]; root of context hierarchy 01:26:39.396 [BundleStop #16] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.extender, config=bundle://18/META-INF/spring/extender/extra-config.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.extender, config=bundle://18/META-INF/spring/extender/extra-config.xml): startup date [Sat Apr 27 01:26:38 UTC 2024]; root of context hierarchy] 01:26:39.396 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 'shutdownTaskExecutor' 01:26:39.397 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 'taskExecutor' 01:26:39.397 [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:26:39.397 [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:26:39.397 [BundleStop #16] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:39.398 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:26:40,127 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,261 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:40,264 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:40,288 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:40,328 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:40,330 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:40,336 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:40,346 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@57536d79 - No compression will be used 01:26:40,360 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:40,360 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:40,362 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:40,362 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:40,362 |-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,362 |-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,363 |-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,363 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:26:40,363 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:26:40,363 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:40,363 |-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,364 |-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,364 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:40,364 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:40,364 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:40,364 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:40,365 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:40,365 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:40,365 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:40,366 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5bc79255 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest 01:26:40.486 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:26:40.491 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:85 - Instantiating platform wrapper... 01:26:40.503 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi2943041053047638504kf 01:26:40.504 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:215 - About to start Knopflerfish OSGi Platform 01:26:40.622 [main] INFO o.e.g.b.i.e.ExtenderVersionTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:40.626 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:26:40.627 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:26:40.628 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:26:40.629 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:40.763 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:40.781 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:40.786 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:40.789 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:40.797 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:40.807 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:40.809 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:40.818 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:40.826 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:40.832 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:40.878 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:40.882 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:40.890 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:40.904 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:40.908 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:40.915 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:26:40.921 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:40.972 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:40.981 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:40.988 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:40.990 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:40.991 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:40.992 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:40.993 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:40.996 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:41.000 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:41.001 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:41.007 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:41.008 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:41.009 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:41.013 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:41.014 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:41.016 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:26:41,045 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:26:41,087 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:41,090 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:41,100 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:41,126 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:41,128 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:41,132 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:41,139 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3ba09f4b - No compression will be used 01:26:41,143 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:41,143 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:41,145 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:41,145 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:41,146 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:26:41,146 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:26:41,146 |-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:41,147 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:26:41,147 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:26:41,147 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:41,148 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:26:41,148 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:26:41,148 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:41,148 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:41,149 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:41,149 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:41,149 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:41,150 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:41,150 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:41,151 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@16044d10 - Registering current configuration as safe fallback point 01:26:41.167 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:41.179 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:26:41.343 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:41.344 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:41.349 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:41.352 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:41.357 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:41.359 [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:41.359 [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:41.359 [BundleStart #16] DEBUG 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:41.360 [BundleStart #16] 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:41.361 [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:41.362 [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:41.362 [BundleStart #16] DEBUG o.e.g.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:41.362 [BundleStart #16] 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:41.363 [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:41.364 [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:41.364 [BundleStart #16] DEBUG o.e.g.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:41.364 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:41.365 [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:41.365 [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:41.365 [BundleStart #16] DEBUG 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:41.366 [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:41.367 [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:41.367 [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:41.367 [BundleStart #16] DEBUG o.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:41.367 [BundleStart #16] 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:41.368 [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:41.369 [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:41.369 [BundleStart #16] DEBUG o.e.g.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:41.369 [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:41.370 [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:41.370 [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:41.370 [BundleStart #16] DEBUG o.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:41.371 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:41.371 [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:41.372 [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:41.372 [BundleStart #16] 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:41.372 [BundleStart #16] 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:41.373 [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:41.373 [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:41.373 [BundleStart #16] DEBUG o.e.g.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:41.373 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:41.374 [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:41.374 [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:41.375 [BundleStart #16] 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:41.375 [BundleStart #16] 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:41.376 [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:41.376 [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:41.376 [BundleStart #16] DEBUG o.e.g.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:41.376 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:41.377 [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:41.377 [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:41.377 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:41.378 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:41.379 [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:41.379 [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:41.379 [BundleStart #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:41.379 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:41.380 [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:41.380 [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:41.380 [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:41.380 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:41.381 [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:41.381 [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:41.381 [BundleStart #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:41.382 [BundleStart #16] 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:41.383 [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:41.384 [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:41.384 [BundleStart #16] DEBUG o.e.g.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:41.397 [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:41.397 [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:41.402 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:41.402 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:41.408 [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:41.411 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:41.412 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@1ce4dabc w/ reference null 01:26:41.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@1ce4dabc w/ reference null 01:26:41.414 [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:41.419 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:41.432 [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:41.433 [BundleStart #16] DEBUG 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:41.433 [BundleStart #16] 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:41.436 [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:41.437 [BundleStart #16] DEBUG o.e.g.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:41.437 [BundleStart #16] 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:41.439 [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:41.439 [BundleStart #16] DEBUG o.e.g.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:41.439 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:41.440 [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:41.440 [BundleStart #16] DEBUG 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:41.440 [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:41.442 [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:41.442 [BundleStart #16] DEBUG o.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:41.442 [BundleStart #16] 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:41.444 [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:41.444 [BundleStart #16] DEBUG o.e.g.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:41.445 [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:41.445 [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:41.446 [BundleStart #16] DEBUG o.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:41.446 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:41.447 [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:41.447 [BundleStart #16] 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:41.447 [BundleStart #16] 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:41.449 [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:41.449 [BundleStart #16] DEBUG o.e.g.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:41.449 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:41.450 [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:41.451 [BundleStart #16] 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:41.451 [BundleStart #16] 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:41.453 [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:41.453 [BundleStart #16] DEBUG o.e.g.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:41.453 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:41.454 [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:41.454 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:41.454 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:41.456 [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:41.457 [BundleStart #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:41.457 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:41.458 [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:41.458 [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:41.458 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:41.459 [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:41.459 [BundleStart #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:41.460 [BundleStart #16] 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:41.463 [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:41.464 [BundleStart #16] DEBUG o.e.g.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:41.465 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:41.472 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:41.473 [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:41.473 [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:41.473 [BundleStart #17] DEBUG 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:41.473 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:41.478 [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:41.479 [BundleStart #17] DEBUG 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:41.481 [main] INFO o.e.g.b.i.e.ExtenderVersionTest:199 - org/eclipse/gemini/blueprint/iandt/extender/ExtenderVersionTest-bundle.properties was not found; using defaults 01:26:41.481 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:511 - Post processing: creating test bundle 01:26:41.495 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.extender, org.eclipse.gemini.blueprint.iandt.extender.configuration] 01:26:41.495 [main] INFO o.e.g.b.i.e.ExtenderVersionTest:202 - Automatically creating Manifest for the test bundle 01:26:41.496 [main] INFO o.e.g.b.i.e.ExtenderVersionTest:366 - Using the test class for generating bundle imports 01:26:41.498 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/extender/ExtenderVersionTest.class 01:26:41.498 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:460 - Package [org.eclipse.gemini.blueprint.iandt.extender] is part of the test archive; parsing ExtenderVersionTest bytecode to determine imports... 01:26:41.502 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:491 - Visiting class ExtenderVersionTest 01:26:41.514 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:41.515 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:26:41.515 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:491 - Visiting class BaseIntegrationTest 01:26:41.519 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:41.519 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:26:41.519 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:41.521 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:41.521 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:26:41.522 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:41.523 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:26:41.523 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:26:41.523 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.extender, org.eclipse.gemini.blueprint.iandt, java.lang, org.springframework.core.io, org.osgi.framework, java.net, org.eclipse.gemini.blueprint.util, java.awt, java.util, java.io, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util} 01:26:41.523 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.extender, java.lang, java.net, java.awt, java.util, java.io, java.util.jar, java.security, java.lang.reflect] 01:26:41.524 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:41.524 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:282 - Filtered imports are [org.springframework.core.io, org.osgi.framework, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util] 01:26:41.525 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest, Bundle-Name=TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.core.io,org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util, Manifest-Version=1.0] 01:26:41.525 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest, Bundle-Name=TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.core.io,org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util, Manifest-Version=1.0]] 01:26:41.525 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:41.526 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:41.526 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:41.526 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:41.526 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:41.526 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:41.527 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:41.527 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:41.527 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:41.527 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:41.528 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ 01:26:41.528 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ExtenderTest.class 01:26:41.528 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ExtenderVersionTest.class 01:26:41.528 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/ 01:26:41.529 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/ExtenderConfigurationTest.class 01:26:41.529 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/config.xml 01:26:41.536 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:557 - Test bundle [TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest (TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest)] successfully installed 01:26:41.536 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:26:41.540 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest (TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest)] 01:26:41.540 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:41.540 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest (TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest) 01:26:41.541 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest (TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest)] 01:26:41.541 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest (TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest)] 01:26:41.542 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:41.542 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest (TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest)] 01:26:41.542 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:562 - Test bundle [TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest (TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest)] successfully started 01:26:41.543 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:41.545 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:41.545 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:41.547 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:41.547 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:41.548 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:41.548 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:41.549 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:41.550 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:41.550 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:41.551 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:41.551 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:41.552 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:41.552 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:41.553 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:41.554 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:41.554 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:41.554 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:41.554 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest] does not trigger a context creation. 01:26:41.556 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:41.556 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:364 - Writing test name [testBundleIgnoredBasedOnSpringExtenderVersion] to OSGi 01:26:41.570 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBundleIgnoredBasedOnSpringExtenderVersion] for execution inside OSGi 01:26:41.570 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBundleIgnoredBasedOnSpringExtenderVersion] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@359f7cdf 01:26:41.571 [main] INFO o.e.g.b.i.e.ExtenderVersionTest:190 - Loading context for locations: 01:26:41.585 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest, config=): startup date [Sat Apr 27 01:26:41 UTC 2024]; root of context hierarchy 01:26:41.592 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:26:41.611 [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@6150c3ec: defining beans []; root of factory hierarchy 01:26:41.622 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:41.623 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:26:41.624 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:26:41.625 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:26:41.628 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@66d18979] 01:26:41.629 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@bccb269] 01:26:41.631 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4e50c791] 01:26:41.635 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest, config=): startup date [Sat Apr 27 01:26:41 UTC 2024]; root of context hierarchy] 01:26:41.637 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest, org.springframework.context.service.name=TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest, Bundle-SymbolicName=TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest, Bundle-Version=0.0.0} 01:26:41.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:26:41.675 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:41.690 [BundleChanged #19] TRACE o.e.g.b.e.s.internal.ConfigUtils:119 - discovered SpringExtender-Version header w/ value=19.99.98.not-existing 01:26:41.691 [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-202404270125]; skipping bundle analysis... 01:26:41.692 [BundleChanged #19] DEBUG o.e.g.b.e.i.a.NamespaceHandlerActivator:123 - Ignoring handler bundle Extender Version (org.eclipse.gemini.blueprint.iandt.extenderversion)] due to mismatch in expected extender version 01:26:41.693 [BundleStart #19] TRACE o.e.g.b.e.s.internal.ConfigUtils:119 - discovered SpringExtender-Version header w/ value=19.99.98.not-existing 01:26:41.694 [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-202404270125]; skipping bundle analysis... 01:26:41.694 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Extender Version (org.eclipse.gemini.blueprint.iandt.extenderversion)] 01:26:41.695 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.extenderversion]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:41.696 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Extender Version (org.eclipse.gemini.blueprint.iandt.extenderversion)] 01:26:41.697 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:41.698 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:440 - Reading OSGi results for test [testBundleIgnoredBasedOnSpringExtenderVersion] 01:26:41.699 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:447 - Test[testBundleIgnoredBasedOnSpringExtenderVersion]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.218 sec - in org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest 01:26:41.703 [Thread-0] INFO o.e.g.b.i.e.ExtenderVersionTest:471 - Shutting down OSGi platform 01:26:41.704 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest (TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest) 01:26:41.704 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest, config=): startup date [Sat Apr 27 01:26:41 UTC 2024]; root of context hierarchy 01:26:41.704 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:41.704 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest, config=): startup date [Sat Apr 27 01:26:41 UTC 2024]; root of context hierarchy] 01:26:41.705 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:41.705 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:41.705 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:41.705 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:41.706 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:41.706 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:41.706 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:41.707 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:26:41.707 [BundleChanged #19] TRACE o.e.g.b.e.s.internal.ConfigUtils:119 - discovered SpringExtender-Version header w/ value=19.99.98.not-existing 01:26:41.708 [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-202404270125]; skipping bundle analysis... 01:26:41.708 [BundleChanged #19] DEBUG o.e.g.b.e.i.a.NamespaceHandlerActivator:123 - Ignoring handler bundle Extender Version (org.eclipse.gemini.blueprint.iandt.extenderversion)] due to mismatch in expected extender version 01:26:41.709 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=19] for sending replayes events; last one was null 01:26:41.710 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=18] for sending replayes events; last one was null 01:26:41.710 [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.712 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:41.713 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:26:42,430 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,587 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:42,591 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:42,617 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:42,656 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:42,658 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:42,667 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:42,678 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:26:42,686 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:42,686 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:42,688 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:42,688 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:42,688 |-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,688 |-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,689 |-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,689 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:26:42,689 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:26:42,689 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:42,689 |-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,690 |-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,690 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:42,690 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:42,690 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:42,690 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:42,690 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:42,691 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:42,691 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:42,692 |-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:26:42.843 [main] TRACE o.e.g.b.i.extender.ExtenderTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:26:42.849 [main] TRACE o.e.g.b.i.extender.ExtenderTest:85 - Instantiating platform wrapper... 01:26:42.863 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi6396724955673798251kf 01:26:42.864 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:215 - About to start Knopflerfish OSGi Platform 01:26:42.978 [main] INFO o.e.g.b.i.extender.ExtenderTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:42.982 [main] TRACE o.e.g.b.i.extender.ExtenderTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:26:42.983 [main] TRACE o.e.g.b.i.extender.ExtenderTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:26:42.985 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:26:42.986 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:43.118 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:43.134 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:43.151 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:43.156 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:43.165 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:43.177 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:43.179 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:43.183 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:43.188 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:43.194 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:43.222 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:43.225 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:43.231 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:43.268 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:43.271 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:43.277 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:43.281 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/lifecycle.test.bundle/target/lifecycle-3.0.1.BUILD-SNAPSHOT.jar] 01:26:43.301 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:43.311 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:43.316 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:43.318 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:43.319 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:43.320 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:43.321 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:43.324 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:43.328 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:43.329 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:43.335 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:43.336 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:43.337 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:43.341 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:43.357 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:43.360 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:43,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:43,431 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:43,434 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:43,446 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:43,472 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:43,475 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:43,479 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:43,487 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@2214f958 - No compression will be used 01:26:43,492 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:43,492 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:43,494 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:43,494 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:43,494 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:26:43,494 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:26:43,495 |-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:43,495 |-INFO 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:43,495 |-INFO 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:43,496 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:43,496 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:26:43,496 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:26:43,496 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:43,497 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:43,497 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:43,497 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:43,497 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:43,498 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:43,498 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:43,499 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3e52a6e8 - Registering current configuration as safe fallback point 01:26:43.515 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:319 - Starting [org-eclipse-gemini-blueprint-iandt-lifecycle (org.eclipse.gemini.blueprint.iandt.lifecycle)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/lifecycle.test.bundle/target/lifecycle-3.0.1.BUILD-SNAPSHOT.jar] 01:26:43.518 [main] INFO o.e.g.b.i.extender.ExtenderTest:199 - org/eclipse/gemini/blueprint/iandt/extender/ExtenderTest-bundle.properties was not found; using defaults 01:26:43.518 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:511 - Post processing: creating test bundle 01:26:43.532 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.extender, org.eclipse.gemini.blueprint.iandt.extender.configuration] 01:26:43.533 [main] INFO o.e.g.b.i.extender.ExtenderTest:202 - Automatically creating Manifest for the test bundle 01:26:43.534 [main] INFO o.e.g.b.i.extender.ExtenderTest:366 - Using the test class for generating bundle imports 01:26:43.537 [main] TRACE o.e.g.b.i.extender.ExtenderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/extender/ExtenderTest.class 01:26:43.537 [main] TRACE o.e.g.b.i.extender.ExtenderTest:460 - Package [org.eclipse.gemini.blueprint.iandt.extender] is part of the test archive; parsing ExtenderTest bytecode to determine imports... 01:26:43.542 [main] TRACE o.e.g.b.i.extender.ExtenderTest:491 - Visiting class ExtenderTest 01:26:43.557 [main] TRACE o.e.g.b.i.extender.ExtenderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:43.558 [main] TRACE o.e.g.b.i.extender.ExtenderTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:26:43.558 [main] TRACE o.e.g.b.i.extender.ExtenderTest:491 - Visiting class BaseIntegrationTest 01:26:43.562 [main] TRACE o.e.g.b.i.extender.ExtenderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:43.563 [main] TRACE o.e.g.b.i.extender.ExtenderTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:26:43.563 [main] TRACE o.e.g.b.i.extender.ExtenderTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:43.566 [main] TRACE o.e.g.b.i.extender.ExtenderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:43.566 [main] TRACE o.e.g.b.i.extender.ExtenderTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:26:43.566 [main] TRACE o.e.g.b.i.extender.ExtenderTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:43.568 [main] TRACE o.e.g.b.i.extender.ExtenderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:26:43.568 [main] TRACE o.e.g.b.i.extender.ExtenderTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:26:43.569 [main] TRACE o.e.g.b.i.extender.ExtenderTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.extender, org.eclipse.gemini.blueprint.iandt, java.lang, java.util, org.springframework.util, org.springframework.context, org.osgi.util.tracker, org.osgi.framework, org.eclipse.gemini.blueprint.test.provisioning, org.springframework.core.io, java.net, java.io, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.eclipse.gemini.blueprint.util} 01:26:43.569 [main] TRACE o.e.g.b.i.extender.ExtenderTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.extender, java.lang, java.util, java.net, java.io, java.util.jar, java.security, java.lang.reflect] 01:26:43.570 [main] TRACE o.e.g.b.i.extender.ExtenderTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:43.570 [main] TRACE o.e.g.b.i.extender.ExtenderTest:282 - Filtered imports are [org.springframework.util, org.springframework.context, org.osgi.util.tracker, org.osgi.framework, org.eclipse.gemini.blueprint.test.provisioning, org.springframework.core.io, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.eclipse.gemini.blueprint.util] 01:26:43.571 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest, Bundle-Name=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.util,org.springframework.context,org.osgi.util.tracker,org.osgi.framework,org.eclipse.gemini.blueprint.test.provisioning,org.springframework.core.io,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.eclipse.gemini.blueprint.util, Manifest-Version=1.0] 01:26:43.571 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest, Bundle-Name=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.util,org.springframework.context,org.osgi.util.tracker,org.osgi.framework,org.eclipse.gemini.blueprint.test.provisioning,org.springframework.core.io,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.eclipse.gemini.blueprint.util, Manifest-Version=1.0]] 01:26:43.571 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:43.572 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:43.572 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:43.572 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:43.573 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:43.573 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:43.573 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:43.573 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:43.574 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:43.574 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:43.574 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ 01:26:43.574 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ExtenderTest.class 01:26:43.575 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ExtenderVersionTest.class 01:26:43.575 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/ 01:26:43.575 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/ExtenderConfigurationTest.class 01:26:43.576 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/config.xml 01:26:43.585 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:557 - Test bundle [TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest (TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest)] successfully installed 01:26:43.585 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:26:43.589 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:562 - Test bundle [TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest (TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest)] successfully started 01:26:43.589 [main] TRACE o.e.g.b.i.extender.ExtenderTest:364 - Writing test name [testLifecycle] to OSGi 01:26:43.619 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testLifecycle] for execution inside OSGi 01:26:43.623 [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:26:43.626 [main] INFO o.e.g.b.i.extender.ExtenderTest:190 - Loading context for locations: 01:26:43.659 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest, config=): startup date [Sat Apr 27 01:26:43 UTC 2024]; root of context hierarchy 01:26:43.666 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:26:43.687 [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:26:43.698 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:43.698 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:26:43.704 [main] TRACE o.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.705 [main] TRACE o.e.g.b.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.712 [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:26:43.714 [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:26:43.717 [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:26:43.720 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest, config=): startup date [Sat Apr 27 01:26:43 UTC 2024]; root of context hierarchy] 01:26:43.724 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest, org.springframework.context.service.name=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest, Bundle-SymbolicName=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest, Bundle-Version=0.0.0} 01:26:43.727 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:26:43.798 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:43.820 [BundleStart #19] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:43.821 [BundleStart #19] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:26:43.934 [BundleStart #19] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:43.935 [BundleStart #19] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:43.937 [BundleStart #19] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:43.940 [BundleStart #19] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:43.944 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:43.945 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:43.945 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 01:26:43.945 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:43.946 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:26:43.947 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:43.948 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 01:26:43.948 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:26:43.948 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:26:43.949 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:43.949 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 01:26:43.950 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:26:43.950 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:43.950 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:43.950 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 01:26:43.951 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:43.951 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:43.952 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:43.952 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 01:26:43.952 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:43.952 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:26:43.953 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:43.953 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 01:26:43.954 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:26:43.954 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:43.955 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:43.955 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 01:26:43.955 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:43.955 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:43.956 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:43.956 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 01:26:43.956 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:43.956 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:43.957 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:43.957 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 01:26:43.957 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:43.958 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest (TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest)] 01:26:43.958 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:43.958 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest (TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest) 01:26:43.958 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest (TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest)] 01:26:43.959 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:26:43.964 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:43.964 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 01:26:43.964 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:26:43.964 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:43.965 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:43.965 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 01:26:43.965 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:26:43.966 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:26:43.966 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:43.967 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 01:26:43.967 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:26:43.967 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-eclipse-gemini-blueprint-iandt-lifecycle (org.eclipse.gemini.blueprint.iandt.lifecycle)] 01:26:43.968 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.lifecycle]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:43.968 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.lifecycle]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-eclipse-gemini-blueprint-iandt-lifecycle (org.eclipse.gemini.blueprint.iandt.lifecycle) 01:26:43.968 [BundleStart #19] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-eclipse-gemini-blueprint-iandt-lifecycle (org.eclipse.gemini.blueprint.iandt.lifecycle)] 01:26:43.969 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-eclipse-gemini-blueprint-iandt-lifecycle is type compatible with extender gemini-blueprint-extender; processing bundle... 01:26:43.970 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.lifecycle]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:43.971 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-eclipse-gemini-blueprint-iandt-lifecycle (org.eclipse.gemini.blueprint.iandt.lifecycle)] 01:26:43.974 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-eclipse-gemini-blueprint-iandt-lifecycle (org.eclipse.gemini.blueprint.iandt.lifecycle)] 01:26:43.975 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:26:43.975 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:43.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@32ba7343 01:26:43.976 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:43.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.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 01:26:43.976 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 01:26:43.976 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 01:26:43.976 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:43.977 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:43.977 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:26:43 UTC 2024]; root of context hierarchy 01:26:43.977 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:43.979 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:43.979 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 01:26:43.979 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:43.980 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:43.980 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:43.980 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 01:26:43.980 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:26:43.981 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:43.981 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:43.982 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 01:26:43.982 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:43.982 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:26:43.985 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:43.986 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 01:26:43.986 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:26:43.991 [BundleStart #19] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:26:43.991 [BundleStart #19] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:26:43.993 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://17/META-INF/spring/lifecycle.xml] 01:26:43.995 [BundleStart #19] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:43.996 [BundleStart #19] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:44.001 [BundleStart #19] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:26:44.003 [BundleStart #19] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:44.004 [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@258d530f w/ reference null 01:26:44.005 [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@258d530f w/ reference null 01:26:44.006 [BundleStart #19] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 01:26:44.011 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:44.014 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:44.015 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:44.015 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:26:44.018 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:44.018 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:26:44.018 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:26:44.020 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:44.020 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:26:44.021 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:44.021 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:44.022 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:44.022 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:44.023 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:44.023 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:44.023 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:26:44.025 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:44.025 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:26:44.026 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:44.027 [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:44.027 [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:44.028 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:44.028 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:44.057 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:44.057 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:44.058 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:44.059 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:44.059 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest (TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest)] 01:26:44.060 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:44.060 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest (TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest)] 01:26:44.061 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:26:44.061 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:44.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:44.062 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:44.063 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:26:44.063 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:44.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:44.064 [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:44.065 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:44.065 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:26:44.065 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:26:44.068 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:44.068 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:26:44.069 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-eclipse-gemini-blueprint-iandt-lifecycle (org.eclipse.gemini.blueprint.iandt.lifecycle)] 01:26:44.070 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.lifecycle]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:44.070 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-eclipse-gemini-blueprint-iandt-lifecycle (org.eclipse.gemini.blueprint.iandt.lifecycle)] 01:26:44.071 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:44.072 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:44.072 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:44.072 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:44.075 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:44.075 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:44.076 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:44.077 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:44.077 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:26:44.077 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:44.078 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:44.078 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:44.079 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:26:44.085 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:44.086 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:26:44.192 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@7b9567f2: defining beans [guinea-pig]; root of factory hierarchy 01:26:44.193 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:44.193 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:44.194 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:26:44.194 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:26:44.202 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:44.206 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@7b9567f2: defining beans [guinea-pig]; root of factory hierarchy] 01:26:44.206 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:44.206 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@6dedd29e 01:26:44.207 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:26:44.207 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:44.207 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 01:26:44.208 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:44.208 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:44.208 [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:44.208 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 01:26:44.209 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:44.209 [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:44.211 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@292dd05] 01:26:44.211 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@62b0916e] 01:26:44.216 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4384ea8c] 01:26:44.216 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:26:43 UTC 2024]; root of context hierarchy] 01:26:44.217 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.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:44.217 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, 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:44.218 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:44.219 [main] TRACE o.e.g.b.i.extender.ExtenderTest:440 - Reading OSGi results for test [testLifecycle] 01:26:44.220 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:447 - Test[testLifecycle]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.383 sec - in org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest 01:26:44.222 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=17] 01:26:44.224 [Thread-0] INFO o.e.g.b.i.extender.ExtenderTest:471 - Shutting down OSGi platform 01:26:44.225 [Thread-1] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest (TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest) 01:26:44.225 [Thread-1] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest, config=): startup date [Sat Apr 27 01:26:43 UTC 2024]; root of context hierarchy 01:26:44.225 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:44.226 [Thread-1] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest, config=): startup date [Sat Apr 27 01:26:43 UTC 2024]; root of context hierarchy] 01:26:44.226 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=17]] 01:26:44.228 [Thread-1] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:26:44.270 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.lifecycle has unused registered services; added for shutdown 01:26:44.271 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=17]] 01:26:44.273 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:26:44.277 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 01:26:44.277 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@32ba7343 01:26:44.277 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 01:26:44.277 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 01:26:44.278 [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:44.279 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:26:43 UTC 2024]; root of context hierarchy 01:26:44.279 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:26:43 UTC 2024]; root of context hierarchy] 01:26:44.280 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:44.282 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:26:44.282 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@32ba7343 01:26:44.282 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:26:44.283 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:44.283 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:44.283 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:44.283 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:44.284 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:44.284 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:44.285 [BundleStop #19] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:44.286 [BundleStop #19] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:26:44,984 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:26:45,133 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:45,137 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:45,162 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:45,203 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:45,205 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:45,211 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:45,224 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:26:45,233 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:45,233 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:45,235 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:45,235 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:45,235 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:26:45,236 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:26:45,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:26:45,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:26:45,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:26:45,236 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:45,236 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:26:45,237 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:26:45,237 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:45,237 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:45,237 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:45,237 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:45,237 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:45,238 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:45,238 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:45,239 |-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:26:45.373 [main] TRACE o.e.g.b.i.i.CollectionTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:26:45.379 [main] TRACE o.e.g.b.i.i.CollectionTest:85 - Instantiating platform wrapper... 01:26:45.392 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi7840714824555200553kf 01:26:45.393 [main] DEBUG o.e.g.b.i.i.CollectionTest:215 - About to start Knopflerfish OSGi Platform 01:26:45.509 [main] INFO o.e.g.b.i.i.CollectionTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:45.513 [main] TRACE o.e.g.b.i.i.CollectionTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:26:45.514 [main] TRACE o.e.g.b.i.i.CollectionTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:26:45.515 [main] DEBUG o.e.g.b.i.i.CollectionTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:26:45.516 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:45.649 [main] DEBUG o.e.g.b.i.i.CollectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:45.667 [main] DEBUG o.e.g.b.i.i.CollectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:45.673 [main] DEBUG o.e.g.b.i.i.CollectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:45.676 [main] DEBUG o.e.g.b.i.i.CollectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:45.684 [main] DEBUG o.e.g.b.i.i.CollectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:45.702 [main] DEBUG o.e.g.b.i.i.CollectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:45.707 [main] DEBUG o.e.g.b.i.i.CollectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:45.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:26:45.716 [main] DEBUG o.e.g.b.i.i.CollectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:45.722 [main] DEBUG o.e.g.b.i.i.CollectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:45.763 [main] DEBUG o.e.g.b.i.i.CollectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:45.766 [main] DEBUG o.e.g.b.i.i.CollectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:45.773 [main] DEBUG o.e.g.b.i.i.CollectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:45.786 [main] DEBUG o.e.g.b.i.i.CollectionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:45.789 [main] DEBUG o.e.g.b.i.i.CollectionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:45.794 [main] DEBUG o.e.g.b.i.i.CollectionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:26:45.799 [main] DEBUG o.e.g.b.i.i.CollectionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:45.820 [main] DEBUG o.e.g.b.i.i.CollectionTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:45.829 [main] DEBUG o.e.g.b.i.i.CollectionTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:45.835 [main] DEBUG o.e.g.b.i.i.CollectionTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:45.857 [main] DEBUG o.e.g.b.i.i.CollectionTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:45.858 [main] DEBUG o.e.g.b.i.i.CollectionTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:45.859 [main] DEBUG o.e.g.b.i.i.CollectionTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:45.860 [main] DEBUG o.e.g.b.i.i.CollectionTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:45.863 [main] DEBUG o.e.g.b.i.i.CollectionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:45.867 [main] DEBUG o.e.g.b.i.i.CollectionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:45.868 [main] DEBUG o.e.g.b.i.i.CollectionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:45.875 [main] DEBUG o.e.g.b.i.i.CollectionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:45.876 [main] DEBUG o.e.g.b.i.i.CollectionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:45.877 [main] DEBUG o.e.g.b.i.i.CollectionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:45.880 [main] DEBUG o.e.g.b.i.i.CollectionTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:45.882 [main] DEBUG o.e.g.b.i.i.CollectionTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:45.884 [main] DEBUG o.e.g.b.i.i.CollectionTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:26:45,917 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:26:45,961 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:45,964 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:45,974 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:46,000 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:46,002 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:46,007 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:46,015 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@4e30652 - No compression will be used 01:26:46,020 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:46,020 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:46,022 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:46,023 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:46,023 |-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,023 |-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,023 |-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,024 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:26:46,024 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:26:46,024 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:46,024 |-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,025 |-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,025 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:46,025 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:46,025 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:46,025 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:46,026 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:46,026 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:46,026 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:46,027 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@2620da56 - Registering current configuration as safe fallback point 01:26:46.042 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:46.054 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:26:46.213 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:46.214 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:46.218 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:46.222 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:46.226 [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.228 [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.228 [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.228 [BundleStart #16] DEBUG 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.229 [BundleStart #16] 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.230 [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.230 [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.230 [BundleStart #16] DEBUG o.e.g.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.231 [BundleStart #16] 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.232 [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.232 [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.232 [BundleStart #16] DEBUG o.e.g.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.232 [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.233 [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.233 [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.233 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:46.233 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:46.234 [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.234 [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.235 [BundleStart #16] DEBUG o.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.235 [BundleStart #16] 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.236 [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.236 [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.237 [BundleStart #16] DEBUG o.e.g.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.237 [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.237 [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.238 [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.238 [BundleStart #16] DEBUG o.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.238 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:46.238 [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.239 [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.239 [BundleStart #16] 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.239 [BundleStart #16] 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.240 [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.240 [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.240 [BundleStart #16] DEBUG o.e.g.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.240 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:46.241 [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.241 [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.241 [BundleStart #16] 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.241 [BundleStart #16] 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.242 [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.242 [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.243 [BundleStart #16] DEBUG o.e.g.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.243 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:46.243 [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.244 [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.244 [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.244 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:46.245 [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.245 [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.245 [BundleStart #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.245 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:46.246 [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.246 [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.246 [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.246 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:46.246 [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.247 [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.247 [BundleStart #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.247 [BundleStart #16] 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.249 [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.249 [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.249 [BundleStart #16] DEBUG o.e.g.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.263 [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.264 [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.267 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:46.267 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:46.270 [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.272 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:46.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@5f85ac31 w/ reference null 01:26:46.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@5f85ac31 w/ reference null 01:26:46.275 [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.280 [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.290 [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.291 [BundleStart #16] DEBUG 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.291 [BundleStart #16] 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.294 [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.294 [BundleStart #16] DEBUG o.e.g.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.294 [BundleStart #16] 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.296 [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.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:26:46.297 [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.298 [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.298 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:46.298 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:46.300 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:46.300 [BundleStart #16] DEBUG o.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.300 [BundleStart #16] 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.302 [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.302 [BundleStart #16] DEBUG o.e.g.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.302 [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.303 [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.303 [BundleStart #16] DEBUG o.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.303 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:46.304 [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.305 [BundleStart #16] 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.305 [BundleStart #16] 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.306 [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.306 [BundleStart #16] DEBUG o.e.g.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.306 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:46.307 [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.308 [BundleStart #16] 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.308 [BundleStart #16] 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.309 [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.310 [BundleStart #16] DEBUG o.e.g.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.310 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:46.310 [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.310 [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.311 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:46.312 [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.313 [BundleStart #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.313 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:46.314 [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.314 [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.314 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:46.315 [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.315 [BundleStart #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.315 [BundleStart #16] 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.319 [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.319 [BundleStart #16] DEBUG o.e.g.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.320 [main] DEBUG o.e.g.b.i.i.CollectionTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:46.326 [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.327 [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.327 [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.327 [BundleStart #17] DEBUG 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.328 [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.332 [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.333 [BundleStart #17] DEBUG 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.335 [main] INFO o.e.g.b.i.i.CollectionTest:199 - org/eclipse/gemini/blueprint/iandt/importer/CollectionTest-bundle.properties was not found; using defaults 01:26:46.336 [main] DEBUG o.e.g.b.i.i.CollectionTest:511 - Post processing: creating test bundle 01:26:46.350 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.importer] 01:26:46.350 [main] INFO o.e.g.b.i.i.CollectionTest:202 - Automatically creating Manifest for the test bundle 01:26:46.351 [main] INFO o.e.g.b.i.i.CollectionTest:366 - Using the test class for generating bundle imports 01:26:46.358 [main] TRACE o.e.g.b.i.i.CollectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/importer/CollectionTest.class 01:26:46.358 [main] TRACE o.e.g.b.i.i.CollectionTest:460 - Package [org.eclipse.gemini.blueprint.iandt.importer] is part of the test archive; parsing CollectionTest bytecode to determine imports... 01:26:46.364 [main] TRACE o.e.g.b.i.i.CollectionTest:491 - Visiting class CollectionTest 01:26:46.384 [main] TRACE o.e.g.b.i.i.CollectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:46.384 [main] TRACE o.e.g.b.i.i.CollectionTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:26:46.384 [main] TRACE o.e.g.b.i.i.CollectionTest:491 - Visiting class BaseIntegrationTest 01:26:46.389 [main] TRACE o.e.g.b.i.i.CollectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:46.390 [main] TRACE o.e.g.b.i.i.CollectionTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:26:46.390 [main] TRACE o.e.g.b.i.i.CollectionTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:46.391 [main] TRACE o.e.g.b.i.i.CollectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:46.392 [main] TRACE o.e.g.b.i.i.CollectionTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:26:46.392 [main] TRACE o.e.g.b.i.i.CollectionTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:46.393 [main] TRACE o.e.g.b.i.i.CollectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:26:46.393 [main] TRACE o.e.g.b.i.i.CollectionTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:26:46.393 [main] TRACE o.e.g.b.i.i.CollectionTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.importer, org.eclipse.gemini.blueprint.iandt, java.lang, org.springframework.context, java.util, java.awt.geom, org.osgi.framework, java.awt, java.io, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io, java.net} 01:26:46.394 [main] TRACE o.e.g.b.i.i.CollectionTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.importer, java.lang, java.util, java.awt.geom, java.awt, java.io, java.util.jar, java.security, java.lang.reflect, java.net] 01:26:46.394 [main] TRACE o.e.g.b.i.i.CollectionTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:46.394 [main] TRACE o.e.g.b.i.i.CollectionTest:282 - Filtered imports are [org.springframework.context, org.osgi.framework, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 01:26:46.395 [main] DEBUG o.e.g.b.i.i.CollectionTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest, Bundle-Name=TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.context,org.osgi.framework,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 01:26:46.395 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest, Bundle-Name=TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.context,org.osgi.framework,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 01:26:46.395 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:46.395 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:46.396 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:46.396 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:46.396 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:46.396 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:46.396 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:46.396 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:46.397 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:46.397 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:46.397 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ 01:26:46.397 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/CollectionTest.class 01:26:46.397 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/Listener.class 01:26:46.397 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$MyClass.class 01:26:46.398 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$MyInterface.class 01:26:46.398 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$TestBean.class 01:26:46.398 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest.class 01:26:46.398 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/collection.xml 01:26:46.398 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml 01:26:46.406 [main] DEBUG o.e.g.b.i.i.CollectionTest:557 - Test bundle [TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest (TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest)] successfully installed 01:26:46.406 [main] DEBUG o.e.g.b.i.i.CollectionTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:26:46.409 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest (TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest)] 01:26:46.409 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:46.409 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest (TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest) 01:26:46.410 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest (TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest)] 01:26:46.410 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest (TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest)] 01:26:46.410 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:46.411 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest (TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest)] 01:26:46.411 [main] DEBUG o.e.g.b.i.i.CollectionTest:562 - Test bundle [TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest (TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest)] successfully started 01:26:46.411 [main] DEBUG o.e.g.b.i.i.CollectionTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:46.413 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:46.414 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:46.415 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:46.415 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest] does not trigger a context creation. 01:26:46.416 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:46.416 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:46.417 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:46.417 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:46.418 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:46.418 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:46.418 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:46.419 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:46.419 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:46.420 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:46.420 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:46.421 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:46.421 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:46.422 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:46.423 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:46.423 [main] TRACE o.e.g.b.i.i.CollectionTest:364 - Writing test name [testServiceReferenceCollection] to OSGi 01:26:46.437 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceReferenceCollection] for execution inside OSGi 01:26:46.437 [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:26:46.438 [main] INFO o.e.g.b.i.i.CollectionTest:190 - Loading context for locations: org/eclipse/gemini/blueprint/iandt/importer/collection.xml 01:26:46.451 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest, config=org/eclipse/gemini/blueprint/iandt/importer/collection.xml): startup date [Sat Apr 27 01:26:46 UTC 2024]; root of context hierarchy 01:26:46.458 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:46.500 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/org/eclipse/gemini/blueprint/iandt/importer/collection.xml] 01:26:46.533 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:46.534 [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:46.534 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:46.535 [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:46.610 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:26:46.611 [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:46.669 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest, config=org/eclipse/gemini/blueprint/iandt/importer/collection.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@21b2e768: defining beans [reference-list,listener]; root of factory hierarchy 01:26:46.681 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:46.682 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:46.683 [main] TRACE o.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.684 [main] TRACE o.e.g.b.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.697 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@29e495ff] 01:26:46.698 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@41e1e210] 01:26:46.730 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapterBeanInfo] required by [TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest(TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest)] scanning available bundles 01:26:46.731 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapterCustomizer] required by [TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest(TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest)] scanning available bundles 01:26:46.733 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.OsgiServiceLifecycleListenerCustomizer] required by [TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest(TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest)] scanning available bundles 01:26:46.734 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.InitializingBeanCustomizer] required by [TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest(TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest)] scanning available bundles 01:26:46.735 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.BeanFactoryAwareCustomizer] required by [TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest(TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest)] scanning available bundles 01:26:46.737 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public void org.eclipse.gemini.blueprint.iandt.importer.Listener.bind(java.util.Date,java.util.Map)] on class org.eclipse.gemini.blueprint.iandt.importer.Listener 01:26:46.738 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public void org.eclipse.gemini.blueprint.iandt.importer.Listener.bind(java.lang.Object,java.util.Map)] on class org.eclipse.gemini.blueprint.iandt.importer.Listener 01:26:46.738 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public void org.eclipse.gemini.blueprint.iandt.importer.Listener.unbind(java.lang.Object,java.util.Map)] on class org.eclipse.gemini.blueprint.iandt.importer.Listener 01:26:46.739 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:174 - Discovered bind methods=[[public void org.eclipse.gemini.blueprint.iandt.importer.Listener.bind(java.util.Date,java.util.Map)], [public void org.eclipse.gemini.blueprint.iandt.importer.Listener.bind(java.lang.Object,java.util.Map)]], bind ServiceReference=null unbind methods=[[public void org.eclipse.gemini.blueprint.iandt.importer.Listener.unbind(java.lang.Object,java.util.Map)]], unbind ServiceReference=null 01:26:46.741 [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:46.741 [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:46.742 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:46.742 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:46.743 [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:46.743 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:46.743 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@2c35e847 w/ reference null 01:26:46.744 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service with props=null 01:26:46.744 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.importer.Listener.unbind(java.lang.Object,java.util.Map) Unbinding service hash 0 w/ props null 01:26:46.745 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@2c35e847 w/ reference null 01:26:46.747 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6fd83fc1] 01:26:46.750 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest, config=org/eclipse/gemini/blueprint/iandt/importer/collection.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest, config=org/eclipse/gemini/blueprint/iandt/importer/collection.xml): startup date [Sat Apr 27 01:26:46 UTC 2024]; root of context hierarchy] 01:26:46.752 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest, org.springframework.context.service.name=TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest, Bundle-SymbolicName=TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest, Bundle-Version=0.0.0} 01:26:46.754 [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:46.781 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest] {java.awt.Shape}={service.id=10} 01:26:46.792 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest(TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest)] scanning available bundles 01:26:46.793 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest(TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest)] scanning available bundles 01:26:46.794 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest(TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest)] scanning available bundles 01:26:46.794 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest(TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest)] scanning available bundles 01:26:46.795 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest(TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest)] scanning available bundles 01:26:46.804 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ServiceReferenceProxy] required by [TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest(TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest)] scanning available bundles 01:26:46.805 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@2c35e847 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@23c30a20 01:26:46.805 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@5b1669c0 with props={objectClass=[Ljava.lang.String;@78e4deb0, service.id=10} 01:26:46.806 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.importer.Listener.bind(java.lang.Object,java.util.Map) Binding service hash 1528195520 w/ props {objectClass=[Ljava.lang.String;@78e4deb0, service.id=10} 01:26:46.806 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@2c35e847 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@23c30a20 List is [org.knopflerfish.framework.ServiceReferenceImpl@23c30a20] 01:26:46.806 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:46.807 [main] TRACE o.e.g.b.i.i.CollectionTest:440 - Reading OSGi results for test [testServiceReferenceCollection] 01:26:46.808 [main] DEBUG o.e.g.b.i.i.CollectionTest:447 - Test[testServiceReferenceCollection]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.441 sec - in org.eclipse.gemini.blueprint.iandt.importer.CollectionTest 01:26:46.813 [Thread-0] INFO o.e.g.b.i.i.CollectionTest:471 - Shutting down OSGi platform 01:26:46.813 [Thread-3] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest (TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest) 01:26:46.814 [Thread-3] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest, config=org/eclipse/gemini/blueprint/iandt/importer/collection.xml): startup date [Sat Apr 27 01:26:46 UTC 2024]; root of context hierarchy 01:26:46.814 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:46.814 [Thread-3] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest, config=org/eclipse/gemini/blueprint/iandt/importer/collection.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest, config=org/eclipse/gemini/blueprint/iandt/importer/collection.xml): startup date [Sat Apr 27 01:26:46 UTC 2024]; root of context hierarchy] 01:26:46.814 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:46.815 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:46.815 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:46.815 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:46.815 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:46.815 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:46.815 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:46.817 [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:46.817 [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:46.817 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:46.818 [Thread-3] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@2c35e847 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@23c30a20 01:26:46.818 [Thread-3] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@5b1669c0 with props={objectClass=[Ljava.lang.String;@5f4abf92, service.id=10} 01:26:46.818 [Thread-3] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.importer.Listener.unbind(java.lang.Object,java.util.Map) Unbinding service hash 1528195520 w/ props {objectClass=[Ljava.lang.String;@5f4abf92, service.id=10} 01:26:46.818 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:26:46.818 [Thread-3] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@2c35e847 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@23c30a20 01:26:46.820 [Thread-3] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:47,513 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:26:47,653 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:47,656 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:47,681 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:47,724 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:47,726 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:47,735 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:47,759 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:26:47,767 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:47,767 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:47,770 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:47,770 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:47,770 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:26:47,770 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:26:47,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:26:47,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:26:47,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:26:47,771 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:47,771 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:26:47,772 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:26:47,772 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:47,772 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:47,772 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:47,772 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:47,772 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:47,773 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:47,773 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:47,774 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest 01:26:47.896 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:26:47.901 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:85 - Instantiating platform wrapper... 01:26:47.913 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi8906397495531480242kf 01:26:47.914 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:215 - About to start Knopflerfish OSGi Platform 01:26:48.022 [main] INFO o.e.g.b.i.i.ServiceComparatorTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:48.026 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:26:48.027 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:26:48.029 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:26:48.029 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:48.157 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:48.173 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:48.178 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:48.181 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:48.189 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:48.199 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:48.201 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:48.205 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:48.211 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:48.217 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:48.235 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:48.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-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:48.243 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:48.263 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:48.266 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:48.276 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:26:48.282 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:48.302 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:48.311 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:48.316 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:48.318 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:48.319 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:48.320 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:48.321 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:48.323 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:48.327 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:48.328 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:48.357 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:48.358 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:48.359 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:48.364 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:48.367 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:48.370 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:26:48,399 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,439 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:48,442 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:48,453 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:48,479 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:48,481 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:48,485 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:48,492 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@721786a7 - No compression will be used 01:26:48,497 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:48,497 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:48,499 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:48,499 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:48,499 |-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,500 |-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,500 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:26:48,500 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:26:48,500 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:26:48,501 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:48,501 |-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,501 |-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,501 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:48,501 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:48,502 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:48,502 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:48,502 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:48,503 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:48,503 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:48,504 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@26fc5bfd - Registering current configuration as safe fallback point 01:26:48.516 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:48.526 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:26:48.683 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:48.684 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:48.688 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:48.692 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:48.697 [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.698 [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.699 [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.699 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:48.699 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:26:48.701 [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.701 [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.701 [BundleStart #16] DEBUG o.e.g.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.702 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:26:48.703 [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.703 [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.703 [BundleStart #16] DEBUG o.e.g.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.704 [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.704 [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.704 [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.705 [BundleStart #16] DEBUG 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.705 [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.706 [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.706 [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.706 [BundleStart #16] DEBUG o.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.706 [BundleStart #16] 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.707 [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.708 [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.708 [BundleStart #16] DEBUG o.e.g.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.708 [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.709 [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.709 [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.709 [BundleStart #16] DEBUG o.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.710 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:48.710 [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.710 [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.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:26:48.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:26:48.712 [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.712 [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.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:26:48.712 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:48.713 [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.713 [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.714 [BundleStart #16] 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.714 [BundleStart #16] 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.715 [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.715 [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.715 [BundleStart #16] DEBUG o.e.g.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.716 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:48.716 [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.716 [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.717 [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.717 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:48.718 [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.718 [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.718 [BundleStart #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.719 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:48.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:26:48.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:26:48.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:26:48.720 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:48.720 [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.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:26:48.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:26:48.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:26:48.723 [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.723 [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.723 [BundleStart #16] DEBUG o.e.g.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.732 [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.732 [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.736 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:48.736 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:48.740 [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.742 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:48.743 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@13cc05b6 w/ reference null 01:26:48.743 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@13cc05b6 w/ reference null 01:26:48.744 [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.749 [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.762 [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.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:26:48.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:26:48.768 [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.768 [BundleStart #16] DEBUG o.e.g.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.769 [BundleStart #16] 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.771 [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.771 [BundleStart #16] DEBUG o.e.g.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.772 [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.772 [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.773 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:48.773 [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.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:26:48.776 [BundleStart #16] DEBUG o.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.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:26:48.779 [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.780 [BundleStart #16] DEBUG o.e.g.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.780 [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.781 [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.782 [BundleStart #16] DEBUG o.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.782 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:48.784 [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.784 [BundleStart #16] 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.784 [BundleStart #16] 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.786 [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.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:48.787 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:48.789 [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.789 [BundleStart #16] 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.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:26:48.792 [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.792 [BundleStart #16] DEBUG o.e.g.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.793 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:48.794 [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.794 [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.794 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:48.798 [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.798 [BundleStart #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.799 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:48.799 [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.799 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:26:48.800 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:48.800 [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.800 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:48.801 [BundleStart #16] 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.805 [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.805 [BundleStart #16] DEBUG o.e.g.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.806 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:48.813 [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.815 [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.815 [BundleStart #17] DEBUG 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.815 [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.816 [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.820 [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.821 [BundleStart #17] DEBUG 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.823 [main] INFO o.e.g.b.i.i.ServiceComparatorTest:199 - org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest-bundle.properties was not found; using defaults 01:26:48.823 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:511 - Post processing: creating test bundle 01:26:48.838 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.importer] 01:26:48.838 [main] INFO o.e.g.b.i.i.ServiceComparatorTest:202 - Automatically creating Manifest for the test bundle 01:26:48.839 [main] INFO o.e.g.b.i.i.ServiceComparatorTest:366 - Using the test class for generating bundle imports 01:26:48.842 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest.class 01:26:48.842 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:460 - Package [org.eclipse.gemini.blueprint.iandt.importer] is part of the test archive; parsing ServiceComparatorTest bytecode to determine imports... 01:26:48.859 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:491 - Visiting class ServiceComparatorTest 01:26:48.873 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$TestBean.class 01:26:48.874 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:460 - Package [org.eclipse.gemini.blueprint.iandt.importer] is part of the test archive; parsing ServiceComparatorTest$TestBean bytecode to determine imports... 01:26:48.874 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:491 - Visiting class ServiceComparatorTest$TestBean 01:26:48.875 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$MyClass.class 01:26:48.875 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:460 - Package [org.eclipse.gemini.blueprint.iandt.importer] is part of the test archive; parsing ServiceComparatorTest$MyClass bytecode to determine imports... 01:26:48.876 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:491 - Visiting class ServiceComparatorTest$MyClass 01:26:48.877 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$MyInterface.class 01:26:48.877 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:460 - Package [org.eclipse.gemini.blueprint.iandt.importer] is part of the test archive; parsing ServiceComparatorTest$MyInterface bytecode to determine imports... 01:26:48.877 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:491 - Visiting class ServiceComparatorTest$MyInterface 01:26:48.878 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:48.878 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:26:48.878 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:491 - Visiting class BaseIntegrationTest 01:26:48.883 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:48.883 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:26:48.884 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:48.886 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:48.886 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:26:48.886 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:48.887 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:26:48.888 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:26:48.888 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.importer, org.eclipse.gemini.blueprint.iandt, org.osgi.framework, java.lang, org.eclipse.gemini.blueprint.context, java.io, java.util, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.context.support, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io, java.net} 01:26:48.889 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.importer, java.lang, java.io, java.util, java.util.jar, java.security, java.lang.reflect, java.net] 01:26:48.889 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:48.889 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:282 - Filtered imports are [org.osgi.framework, org.eclipse.gemini.blueprint.context, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.context.support, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io] 01:26:48.890 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, Bundle-Name=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.context,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.context.support,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0] 01:26:48.890 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, Bundle-Name=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.context,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.context.support,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0]] 01:26:48.890 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:48.891 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:48.891 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:48.891 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:48.891 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:48.891 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:48.892 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:48.892 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:48.892 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:48.892 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:48.892 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ 01:26:48.892 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/CollectionTest.class 01:26:48.893 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/Listener.class 01:26:48.893 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$MyClass.class 01:26:48.893 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$MyInterface.class 01:26:48.893 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$TestBean.class 01:26:48.893 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest.class 01:26:48.893 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/collection.xml 01:26:48.894 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml 01:26:48.901 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:557 - Test bundle [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest (TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] successfully installed 01:26:48.901 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:26:48.904 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest (TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] 01:26:48.905 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:48.905 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest (TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] 01:26:48.905 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest (TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] 01:26:48.906 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:48.906 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest (TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest) 01:26:48.906 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest (TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] 01:26:48.906 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:562 - Test bundle [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest (TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] successfully started 01:26:48.906 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:48.908 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:48.909 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:48.910 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:48.911 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:48.911 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest] does not trigger a context creation. 01:26:48.911 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:48.912 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:48.912 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:48.913 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:48.913 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:48.914 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:48.914 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:48.915 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:48.915 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:48.916 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:48.916 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:48.917 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:48.917 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:48.918 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:48.919 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:364 - Writing test name [testReferenceInjection] to OSGi 01:26:48.935 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testReferenceInjection] for execution inside OSGi 01:26:48.935 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testReferenceInjection] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4fb61f4a 01:26:48.936 [main] INFO o.e.g.b.i.i.ServiceComparatorTest:190 - Loading context for locations: 01:26:48.954 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=): startup date [Sat Apr 27 01:26:48 UTC 2024]; root of context hierarchy 01:26:48.964 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:26:48.989 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@10683d9d: defining beans []; root of factory hierarchy 01:26:48.999 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:49.000 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:26:49.001 [main] TRACE o.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.002 [main] TRACE o.e.g.b.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.006 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@3c3d9b6b] 01:26:49.007 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@79d8407f] 01:26:49.009 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@65d09a04] 01:26:49.013 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=): startup date [Sat Apr 27 01:26:48 UTC 2024]; root of context hierarchy] 01:26:49.015 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, org.springframework.context.service.name=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, Bundle-SymbolicName=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, Bundle-Version=0.0.0} 01:26:49.017 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:26:49.055 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml): startup date [Sat Apr 27 01:26:49 UTC 2024]; root of context hierarchy 01:26:49.055 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:49.070 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml] 01:26:49.104 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:49.105 [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:49.106 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:49.107 [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:49.183 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:26:49.184 [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:49.230 [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@fa49800: defining beans [setWithServiceOrder,multiInterfaceProxy,setWithServiceReference,testBean]; root of factory hierarchy 01:26:49.231 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:49.231 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:49.232 [main] TRACE o.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.232 [main] TRACE o.e.g.b.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.241 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7e7be63f] 01:26:49.241 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@6cd28fa7] 01:26:49.260 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, interface java.io.Serializable, interface java.lang.Cloneable} and filter=[] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] 01:26:49.261 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] 01:26:49.261 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:49.264 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:49.265 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] 01:26:49.266 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@236e3f4e, org.knopflerfish.framework.ServiceReferenceImpl@3cc1435c, org.knopflerfish.framework.ServiceReferenceImpl@6bf0219d, org.knopflerfish.framework.ServiceReferenceImpl@236e3f4e, org.knopflerfish.framework.ServiceReferenceImpl@3cc1435c, org.knopflerfish.framework.ServiceReferenceImpl@6bf0219d, org.knopflerfish.framework.ServiceReferenceImpl@236e3f4e, org.knopflerfish.framework.ServiceReferenceImpl@3cc1435c, org.knopflerfish.framework.ServiceReferenceImpl@6bf0219d} 01:26:49.270 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest] {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=10} 01:26:49.280 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest(TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] scanning available bundles 01:26:49.281 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest(TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] scanning available bundles 01:26:49.282 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest(TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] scanning available bundles 01:26:49.282 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest(TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] scanning available bundles 01:26:49.283 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest(TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] scanning available bundles 01:26:49.286 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest] {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=11} 01:26:49.293 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest] {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=12} 01:26:49.298 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, interface java.io.Serializable, interface java.lang.Cloneable} and filter=[] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] 01:26:49.298 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] 01:26:49.299 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:26:49.304 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:26:49.304 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] 01:26:49.305 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@236e3f4e} 01:26:49.306 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@236e3f4e] bound to proxy 01:26:49.306 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@236e3f4e] bound to proxy 01:26:49.308 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface} and filter=[] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)] 01:26:49.308 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)] 01:26:49.308 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:49.309 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:49.309 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)] 01:26:49.309 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@236e3f4e, org.knopflerfish.framework.ServiceReferenceImpl@3cc1435c, org.knopflerfish.framework.ServiceReferenceImpl@6bf0219d} 01:26:49.310 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest] {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=10} 01:26:49.312 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest] {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=11} 01:26:49.313 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ServiceReferenceProxy] required by [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest(TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] scanning available bundles 01:26:49.314 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest] {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=12} 01:26:49.315 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$TestBeanBeanInfo] required by [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest(TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] scanning available bundles 01:26:49.315 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$TestBeanCustomizer] required by [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest(TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] scanning available bundles 01:26:49.318 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@cb0755b] 01:26:49.318 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml): startup date [Sat Apr 27 01:26:49 UTC 2024]; root of context hierarchy] 01:26:49.319 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, org.springframework.context.service.name=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, Bundle-SymbolicName=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, Bundle-Version=0.0.0} 01:26:49.319 [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:49.321 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest (TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest) 01:26:49.322 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml): startup date [Sat Apr 27 01:26:49 UTC 2024]; root of context hierarchy 01:26:49.322 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml): startup date [Sat Apr 27 01:26:49 UTC 2024]; root of context hierarchy] 01:26:49.326 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@236e3f4e] was unregistered and unbound from the service proxy 01:26:49.326 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@236e3f4e] was unregistered and unbound from the service proxy 01:26:49.327 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:49.327 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:49.328 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:440 - Reading OSGi results for test [testReferenceInjection] 01:26:49.329 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:447 - Test[testReferenceInjection]'s result read 01:26:49.330 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:364 - Writing test name [testComparableImportedObjects] to OSGi 01:26:49.331 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testComparableImportedObjects] for execution inside OSGi 01:26:49.331 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testComparableImportedObjects] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3ba987b8 01:26:49.332 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml): startup date [Sat Apr 27 01:26:49 UTC 2024]; root of context hierarchy 01:26:49.332 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:49.333 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml] 01:26:49.337 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:49.337 [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:49.338 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:49.338 [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:49.376 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:26:49.377 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:26:49.391 [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@48bb62: defining beans [setWithServiceOrder,multiInterfaceProxy,setWithServiceReference,testBean]; root of factory hierarchy 01:26:49.392 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:49.392 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:49.393 [main] TRACE o.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.393 [main] TRACE o.e.g.b.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.394 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@6fa51cd4] 01:26:49.394 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@2767e23c] 01:26:49.397 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, interface java.io.Serializable, interface java.lang.Cloneable} and filter=[] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] 01:26:49.397 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] 01:26:49.397 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:49.398 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:49.398 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] 01:26:49.399 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@3f191845, org.knopflerfish.framework.ServiceReferenceImpl@5f049ea1, org.knopflerfish.framework.ServiceReferenceImpl@72cc7e6f, org.knopflerfish.framework.ServiceReferenceImpl@3f191845, org.knopflerfish.framework.ServiceReferenceImpl@5f049ea1, org.knopflerfish.framework.ServiceReferenceImpl@72cc7e6f, org.knopflerfish.framework.ServiceReferenceImpl@3f191845, org.knopflerfish.framework.ServiceReferenceImpl@5f049ea1, org.knopflerfish.framework.ServiceReferenceImpl@72cc7e6f} 01:26:49.399 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest] {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=14} 01:26:49.400 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest(TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] scanning available bundles 01:26:49.400 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest(TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] scanning available bundles 01:26:49.401 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest(TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] scanning available bundles 01:26:49.402 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest(TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] scanning available bundles 01:26:49.402 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest(TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] scanning available bundles 01:26:49.405 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest] {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=15} 01:26:49.406 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest] {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=16} 01:26:49.408 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, interface java.io.Serializable, interface java.lang.Cloneable} and filter=[] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] 01:26:49.409 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] 01:26:49.409 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:26:49.409 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:26:49.410 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] 01:26:49.411 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@3f191845} 01:26:49.411 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3f191845] bound to proxy 01:26:49.411 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3f191845] bound to proxy 01:26:49.413 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface} and filter=[] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)] 01:26:49.413 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)] 01:26:49.413 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:49.414 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:49.414 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)] 01:26:49.415 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@3f191845, org.knopflerfish.framework.ServiceReferenceImpl@5f049ea1, org.knopflerfish.framework.ServiceReferenceImpl@72cc7e6f} 01:26:49.415 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest] {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=14} 01:26:49.417 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest] {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=15} 01:26:49.418 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ServiceReferenceProxy] required by [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest(TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] scanning available bundles 01:26:49.419 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest] {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=16} 01:26:49.457 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@7ce69770] 01:26:49.458 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml): startup date [Sat Apr 27 01:26:49 UTC 2024]; root of context hierarchy] 01:26:49.459 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, org.springframework.context.service.name=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, Bundle-SymbolicName=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, Bundle-Version=0.0.0} 01:26:49.459 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} [abc, mnp, xyz] 01:26:49.461 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest (TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest) 01:26:49.462 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml): startup date [Sat Apr 27 01:26:49 UTC 2024]; root of context hierarchy 01:26:49.462 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml): startup date [Sat Apr 27 01:26:49 UTC 2024]; root of context hierarchy] 01:26:49.464 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3f191845] was unregistered and unbound from the service proxy 01:26:49.464 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3f191845] was unregistered and unbound from the service proxy 01:26:49.465 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:49.466 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:49.466 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:440 - Reading OSGi results for test [testComparableImportedObjects] 01:26:49.466 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:447 - Test[testComparableImportedObjects]'s result read 01:26:49.467 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:364 - Writing test name [testServiceReferenceOrderingOnImportedObjects] to OSGi 01:26:49.467 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceReferenceOrderingOnImportedObjects] for execution inside OSGi 01:26:49.468 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceReferenceOrderingOnImportedObjects] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6440112d 01:26:49.468 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml): startup date [Sat Apr 27 01:26:49 UTC 2024]; root of context hierarchy 01:26:49.469 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:49.469 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml] 01:26:49.473 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:49.473 [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:49.474 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:49.474 [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:49.499 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:26:49.500 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:26:49.514 [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@17fc391b: defining beans [setWithServiceOrder,multiInterfaceProxy,setWithServiceReference,testBean]; root of factory hierarchy 01:26:49.514 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:49.515 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:49.515 [main] TRACE o.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.515 [main] TRACE o.e.g.b.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.517 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@6d60fe40] 01:26:49.517 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@792b749c] 01:26:49.519 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, interface java.io.Serializable, interface java.lang.Cloneable} and filter=[] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] 01:26:49.520 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] 01:26:49.520 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:49.520 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:49.521 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] 01:26:49.521 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@31ea9581, org.knopflerfish.framework.ServiceReferenceImpl@231f98ef, org.knopflerfish.framework.ServiceReferenceImpl@7c137fd5, org.knopflerfish.framework.ServiceReferenceImpl@31ea9581, org.knopflerfish.framework.ServiceReferenceImpl@231f98ef, org.knopflerfish.framework.ServiceReferenceImpl@7c137fd5, org.knopflerfish.framework.ServiceReferenceImpl@31ea9581, org.knopflerfish.framework.ServiceReferenceImpl@231f98ef, org.knopflerfish.framework.ServiceReferenceImpl@7c137fd5} 01:26:49.522 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest] {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=18} 01:26:49.522 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest(TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] scanning available bundles 01:26:49.523 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest(TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] scanning available bundles 01:26:49.524 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest(TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] scanning available bundles 01:26:49.524 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest(TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] scanning available bundles 01:26:49.525 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest(TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] scanning available bundles 01:26:49.527 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest] {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=19} 01:26:49.557 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest] {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=20} 01:26:49.560 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, interface java.io.Serializable, interface java.lang.Cloneable} and filter=[] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] 01:26:49.560 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] 01:26:49.560 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:26:49.560 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:26:49.561 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] 01:26:49.562 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@31ea9581} 01:26:49.562 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@31ea9581] bound to proxy 01:26:49.562 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@31ea9581] bound to proxy 01:26:49.563 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface} and filter=[] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)] 01:26:49.564 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)] 01:26:49.564 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:49.564 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:49.565 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)] 01:26:49.565 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@31ea9581, org.knopflerfish.framework.ServiceReferenceImpl@231f98ef, org.knopflerfish.framework.ServiceReferenceImpl@7c137fd5} 01:26:49.565 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest] {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=18} 01:26:49.567 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest] {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=19} 01:26:49.568 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ServiceReferenceProxy] required by [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest(TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] scanning available bundles 01:26:49.569 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest] {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=20} 01:26:49.570 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@7ae0a9ec] 01:26:49.571 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml): startup date [Sat Apr 27 01:26:49 UTC 2024]; root of context hierarchy] 01:26:49.571 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, org.springframework.context.service.name=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, Bundle-SymbolicName=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, Bundle-Version=0.0.0} 01:26:49.572 [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:49.573 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest (TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest) 01:26:49.573 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml): startup date [Sat Apr 27 01:26:49 UTC 2024]; root of context hierarchy 01:26:49.573 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml): startup date [Sat Apr 27 01:26:49 UTC 2024]; root of context hierarchy] 01:26:49.574 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@31ea9581] was unregistered and unbound from the service proxy 01:26:49.574 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@31ea9581] was unregistered and unbound from the service proxy 01:26:49.575 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:49.575 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:49.575 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:440 - Reading OSGi results for test [testServiceReferenceOrderingOnImportedObjects] 01:26:49.576 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:447 - Test[testServiceReferenceOrderingOnImportedObjects]'s result read Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.685 sec - in org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest 01:26:49.580 [Thread-0] INFO o.e.g.b.i.i.ServiceComparatorTest:471 - Shutting down OSGi platform 01:26:49.580 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest (TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest) 01:26:49.581 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=): startup date [Sat Apr 27 01:26:48 UTC 2024]; root of context hierarchy 01:26:49.581 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=): startup date [Sat Apr 27 01:26:48 UTC 2024]; root of context hierarchy] 01:26:49.581 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:26:49.581 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:49.582 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:49.582 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:49.583 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:49.583 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:49.583 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:49.583 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:49.584 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:49.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:26:49.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:26:49.585 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:49.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-202404270125] 01:26:50,299 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,446 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:50,450 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:50,475 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:50,515 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:50,517 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:50,523 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:50,533 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used 01:26:50,541 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:50,541 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:50,558 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:50,558 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:50,558 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:26:50,558 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:26:50,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:26:50,559 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:26:50,559 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:26:50,559 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:50,559 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:26:50,560 |-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,560 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:50,560 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:50,560 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:50,560 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:50,561 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:50,561 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:50,562 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:50,563 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@610694f1 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest 01:26:50.686 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:26:50.691 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:85 - Instantiating platform wrapper... 01:26:50.704 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi5545408415878749980kf 01:26:50.705 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:215 - About to start Knopflerfish OSGi Platform 01:26:50.812 [main] INFO o.e.g.b.i.i.InvalidLocationsTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:50.816 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:26:50.817 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:26:50.818 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:26:50.819 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:50.951 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:50.968 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:50.974 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:50.977 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:50.986 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:50.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.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:50.998 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:51.003 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:51.008 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:51.014 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:51.036 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:51.040 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:51.061 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:51.072 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:51.075 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:51.082 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:26:51.089 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:51.109 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:51.117 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:51.122 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:51.124 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:51.125 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:51.125 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:51.126 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:51.129 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:51.157 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:51.157 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:51.164 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:51.165 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:51.165 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:51.169 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:51.170 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:51.172 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:26:51,203 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,243 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:51,246 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:51,256 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:51,283 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:51,286 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:51,290 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:51,297 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@602f6768 - No compression will be used 01:26:51,302 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:51,302 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:51,304 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:51,304 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:51,304 |-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,305 |-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,305 |-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,305 |-INFO 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,305 |-INFO 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,305 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:51,305 |-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,306 |-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,306 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:51,306 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:51,306 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:51,306 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:51,306 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:51,307 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:51,307 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:51,308 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@55362d8f - Registering current configuration as safe fallback point 01:26:51.321 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:51.332 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:26:51.480 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:51.481 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:51.485 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:51.489 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:51.494 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:51.495 [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:51.495 [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:51.499 [BundleStart #16] DEBUG 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:51.500 [BundleStart #16] 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:51.501 [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:51.502 [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:51.502 [BundleStart #16] DEBUG o.e.g.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:51.502 [BundleStart #16] 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:51.503 [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:51.503 [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:51.504 [BundleStart #16] DEBUG o.e.g.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:51.504 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:51.504 [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:51.505 [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:51.505 [BundleStart #16] DEBUG 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:51.505 [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:51.506 [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:51.506 [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:51.506 [BundleStart #16] DEBUG o.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:51.506 [BundleStart #16] 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:51.507 [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:51.507 [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:51.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:26:51.508 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:51.508 [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:51.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:26:51.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:26:51.509 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:51.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:26:51.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:51.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:51.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:26:51.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:51.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:51.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:51.511 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:51.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:51.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:51.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:51.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:26:51.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:51.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:51.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:26:51.514 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:51.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:26:51.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:26:51.514 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:51.515 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:51.516 [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:51.516 [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:51.516 [BundleStart #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:51.516 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:51.516 [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:51.517 [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:51.517 [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:51.517 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:51.517 [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:51.517 [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:51.518 [BundleStart #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:51.518 [BundleStart #16] 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:51.519 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:51.520 [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:51.520 [BundleStart #16] DEBUG o.e.g.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:51.529 [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:51.529 [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:51.532 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:51.532 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:51.535 [BundleStart #16] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:26:51.537 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:51.538 [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:51.538 [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:51.539 [BundleStart #16] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 01:26:51.543 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:51.553 [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:51.553 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:51.553 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:26:51.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:26:51.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:26:51.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:26:51.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:26:51.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:51.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:51.560 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:51.560 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:51.560 [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:51.561 [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:51.562 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:51.562 [BundleStart #16] 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:51.564 [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:51.564 [BundleStart #16] DEBUG o.e.g.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:51.564 [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:51.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:26:51.565 [BundleStart #16] DEBUG o.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:51.565 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:51.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:26:51.567 [BundleStart #16] 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:51.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:26:51.568 [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:51.568 [BundleStart #16] DEBUG o.e.g.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:51.568 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:51.569 [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:51.570 [BundleStart #16] 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:51.570 [BundleStart #16] 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:51.571 [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:51.571 [BundleStart #16] DEBUG o.e.g.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:51.572 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:51.572 [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:51.572 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:51.573 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:51.575 [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:51.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:51.575 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:51.576 [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:51.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:51.576 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:51.577 [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:51.577 [BundleStart #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:51.577 [BundleStart #16] 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:51.581 [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:51.581 [BundleStart #16] DEBUG o.e.g.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:51.582 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:51.588 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:51.590 [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:51.590 [BundleStart #17] DEBUG 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:51.590 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:51.591 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:51.591 [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:51.591 [BundleStart #17] DEBUG 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:51.593 [main] INFO o.e.g.b.i.i.InvalidLocationsTest:199 - org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest-bundle.properties was not found; using defaults 01:26:51.593 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:511 - Post processing: creating test bundle 01:26:51.609 [main] TRACE o.e.g.b.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:51.610 [main] INFO o.e.g.b.i.i.InvalidLocationsTest:202 - Automatically creating Manifest for the test bundle 01:26:51.610 [main] INFO o.e.g.b.i.i.InvalidLocationsTest:366 - Using the test class for generating bundle imports 01:26:51.613 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 01:26:51.613 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:460 - Package [org.eclipse.gemini.blueprint.iandt.io] is part of the test archive; parsing InvalidLocationsTest bytecode to determine imports... 01:26:51.617 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:491 - Visiting class InvalidLocationsTest 01:26:51.630 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 01:26:51.630 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:460 - Package [org.eclipse.gemini.blueprint.iandt.io] is part of the test archive; parsing BaseIoTest bytecode to determine imports... 01:26:51.630 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:491 - Visiting class BaseIoTest 01:26:51.633 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:51.633 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:26:51.634 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:491 - Visiting class BaseIntegrationTest 01:26:51.637 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:51.637 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:26:51.637 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:51.638 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:51.639 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:26:51.639 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:51.640 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:26:51.640 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:26:51.640 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.io, java.lang, org.springframework.core.io, org.springframework.core.io.support, org.eclipse.gemini.blueprint.io, org.osgi.framework, java.io, org.springframework.util, org.eclipse.gemini.blueprint.iandt, java.util, org.eclipse.gemini.blueprint.test.platform, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.osgi.service.permissionadmin, org.eclipse.gemini.blueprint.util, java.net} 01:26:51.641 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.io, java.lang, java.io, java.util, java.util.jar, java.security, java.lang.reflect, java.net] 01:26:51.641 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:51.641 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:282 - Filtered imports are [org.springframework.core.io, org.springframework.core.io.support, org.eclipse.gemini.blueprint.io, org.osgi.framework, org.springframework.util, org.eclipse.gemini.blueprint.test.platform, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.osgi.service.permissionadmin, org.eclipse.gemini.blueprint.util] 01:26:51.641 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest, Bundle-Name=TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.core.io,org.springframework.core.io.support,org.eclipse.gemini.blueprint.io,org.osgi.framework,org.springframework.util,org.eclipse.gemini.blueprint.test.platform,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.osgi.service.permissionadmin,org.eclipse.gemini.blueprint.util, Manifest-Version=1.0] 01:26:51.642 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest, Bundle-Name=TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.core.io,org.springframework.core.io.support,org.eclipse.gemini.blueprint.io,org.osgi.framework,org.springframework.util,org.eclipse.gemini.blueprint.test.platform,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.osgi.service.permissionadmin;resolution:=optional,org.eclipse.gemini.blueprint.util, Manifest-Version=1.0]] 01:26:51.642 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:51.657 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:51.657 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:51.657 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:51.657 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:51.657 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:51.658 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:51.658 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:51.658 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:51.658 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:51.658 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 01:26:51.659 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 01:26:51.659 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest.class 01:26:51.659 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 01:26:51.659 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest.class 01:26:51.659 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest.class 01:26:51.660 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceWildcardTest.class 01:26:51.660 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/EquinoxFileTests.class 01:26:51.660 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests-bundle.properties 01:26:51.660 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF 01:26:51.660 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.class 01:26:51.661 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 01:26:51.661 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests-bundle.properties 01:26:51.661 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests.class 01:26:51.661 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 01:26:51.662 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 01:26:51.662 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/another-resource.res 01:26:51.662 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/duplicate.file 01:26:51.662 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/some-resource.res 01:26:51.672 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:557 - Test bundle [TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest (TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest)] successfully installed 01:26:51.672 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:26:51.675 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest (TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest)] 01:26:51.676 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:51.676 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest (TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest)] 01:26:51.676 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest (TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest)] 01:26:51.677 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:51.677 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest (TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest) 01:26:51.677 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest (TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest)] 01:26:51.677 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:562 - Test bundle [TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest (TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest)] successfully started 01:26:51.677 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:51.680 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:51.680 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:51.681 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:51.682 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:51.683 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:51.683 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:51.684 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:51.686 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:51.686 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:51.687 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:51.688 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:51.689 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:51.690 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest] does not trigger a context creation. 01:26:51.691 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:51.691 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:51.693 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:51.693 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:51.694 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:51.696 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:51.697 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:364 - Writing test name [testDefaultClassLoader] to OSGi 01:26:51.715 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDefaultClassLoader] for execution inside OSGi 01:26:51.715 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testDefaultClassLoader] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@79924b 01:26:51.716 [main] INFO o.e.g.b.i.i.InvalidLocationsTest:190 - Loading context for locations: 01:26:51.729 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest, config=): startup date [Sat Apr 27 01:26:51 UTC 2024]; root of context hierarchy 01:26:51.736 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:26:51.756 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@5aa9e4eb: defining beans []; root of factory hierarchy 01:26:51.770 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:51.771 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:26:51.773 [main] TRACE o.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.774 [main] TRACE o.e.g.b.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.779 [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:51.780 [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:51.783 [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:51.788 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest, config=): startup date [Sat Apr 27 01:26:51 UTC 2024]; root of context hierarchy] 01:26:51.791 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest, org.springframework.context.service.name=TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest, Bundle-SymbolicName=TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest, Bundle-Version=0.0.0} 01:26:51.794 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:26:51.840 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:51.840 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:440 - Reading OSGi results for test [testDefaultClassLoader] 01:26:51.841 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:447 - Test[testDefaultClassLoader]'s result read 01:26:51.842 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:364 - Writing test name [testPatternResourceLoader] to OSGi 01:26:51.843 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testPatternResourceLoader] for execution inside OSGi 01:26:51.843 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testPatternResourceLoader] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3c947bc5 01:26:51.845 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:51.845 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:440 - Reading OSGi results for test [testPatternResourceLoader] 01:26:51.845 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:447 - Test[testPatternResourceLoader]'s result read 01:26:51.846 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:364 - Writing test name [testDefaultPatternResourceLoader] to OSGi 01:26:51.846 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDefaultPatternResourceLoader] for execution inside OSGi 01:26:51.846 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testDefaultPatternResourceLoader] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@609db43b 01:26:51.847 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:51.847 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:440 - Reading OSGi results for test [testDefaultPatternResourceLoader] 01:26:51.848 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:447 - Test[testDefaultPatternResourceLoader]'s result read 01:26:51.848 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:364 - Writing test name [testOsgiResourceLoader] to OSGi 01:26:51.849 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testOsgiResourceLoader] for execution inside OSGi 01:26:51.849 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testOsgiResourceLoader] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@55f616cf 01:26:51.849 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:51.850 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:440 - Reading OSGi results for test [testOsgiResourceLoader] 01:26:51.850 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:447 - Test[testOsgiResourceLoader]'s result read Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.17 sec - in org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest 01:26:51.854 [Thread-0] INFO o.e.g.b.i.i.InvalidLocationsTest:471 - Shutting down OSGi platform 01:26:51.854 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest (TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest) 01:26:51.855 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest, config=): startup date [Sat Apr 27 01:26:51 UTC 2024]; root of context hierarchy 01:26:51.855 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:51.855 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest, config=): startup date [Sat Apr 27 01:26:51 UTC 2024]; root of context hierarchy] 01:26:51.855 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:51.856 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:51.856 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:51.856 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:51.856 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:51.857 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:51.857 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:51.857 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:26:51.859 [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.859 [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.860 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:51.861 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:26:52,587 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,722 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:52,725 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:52,749 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:52,791 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:52,793 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:52,799 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:52,809 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used 01:26:52,817 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:52,817 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:52,819 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:52,819 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:52,819 |-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,820 |-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,820 |-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,820 |-INFO 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,820 |-INFO 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,820 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:52,820 |-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,821 |-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,821 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:52,821 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:52,821 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:52,821 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:52,822 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:52,822 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:52,823 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:52,824 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@610694f1 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.io.ClassSpaceTest 01:26:52.955 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:26:52.961 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:85 - Instantiating platform wrapper... 01:26:52.975 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi4160903666383281885kf 01:26:52.976 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:215 - About to start Knopflerfish OSGi Platform 01:26:53.090 [main] INFO o.e.g.b.iandt.io.ClassSpaceTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:53.094 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:26:53.095 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:26:53.096 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:26:53.097 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:53.242 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:53.258 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:53.263 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:53.266 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:53.274 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:53.285 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:53.287 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:53.291 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:53.296 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:53.310 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:53.320 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:53.323 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:53.331 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:53.365 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:53.368 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:53.373 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:26:53.378 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:53.382 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/io.fragment.1.bundle/target/io.fragment.1.bundle-3.0.1.BUILD-SNAPSHOT.jar] 01:26:53.386 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/io.fragment.2.bundle/target/io.fragment.2.bundle-3.0.1.BUILD-SNAPSHOT.jar] 01:26:53.403 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:53.411 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:53.416 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:53.418 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:53.419 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:53.419 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:53.420 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:53.423 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:53.427 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:53.427 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:53.434 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:53.434 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:53.435 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:53.439 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:53.440 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:53.457 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:26:53,486 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,528 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:53,530 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:53,541 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:53,568 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:53,570 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:53,575 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:53,582 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@2d22c42 - No compression will be used 01:26:53,587 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:53,588 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:53,589 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:53,590 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:53,590 |-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,590 |-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,590 |-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,590 |-INFO 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,591 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:26:53,591 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:53,591 |-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,591 |-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,591 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:53,591 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:53,591 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:53,592 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:53,592 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:53,593 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:53,593 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:53,594 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@f68c68d - Registering current configuration as safe fallback point 01:26:53.607 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:53.618 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:26:53.778 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:53.783 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:53.788 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:53.792 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:53.797 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:53.798 [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:53.798 [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:53.799 [BundleStart #16] DEBUG 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:53.799 [BundleStart #16] 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:53.801 [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:53.801 [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:53.801 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:26:53.801 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:26:53.802 [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:53.803 [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:53.803 [BundleStart #16] DEBUG o.e.g.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:53.803 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:53.804 [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:53.804 [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:53.804 [BundleStart #16] DEBUG 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:53.805 [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:53.805 [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:53.806 [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:53.806 [BundleStart #16] DEBUG o.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:53.806 [BundleStart #16] 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:53.807 [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:53.808 [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:53.808 [BundleStart #16] DEBUG o.e.g.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:53.808 [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:53.809 [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:53.809 [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:53.809 [BundleStart #16] DEBUG o.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:53.809 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:53.810 [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:53.810 [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:53.810 [BundleStart #16] 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:53.811 [BundleStart #16] 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:53.811 [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:53.812 [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:53.812 [BundleStart #16] DEBUG o.e.g.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:53.812 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:53.813 [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:53.813 [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:53.813 [BundleStart #16] 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:53.814 [BundleStart #16] 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:53.815 [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:53.815 [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:53.815 [BundleStart #16] DEBUG o.e.g.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:53.815 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:53.816 [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:53.816 [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:53.816 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:53.816 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:53.817 [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:53.818 [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:53.818 [BundleStart #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:53.818 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:53.818 [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:53.819 [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:53.819 [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:53.819 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:53.819 [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:53.820 [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:53.820 [BundleStart #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:53.820 [BundleStart #16] 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:53.822 [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:53.822 [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:53.822 [BundleStart #16] DEBUG o.e.g.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:53.832 [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:53.832 [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:53.835 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:53.835 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:53.839 [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:53.841 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:53.842 [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:26:53.842 [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:26:53.843 [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:53.847 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:53.867 [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:53.868 [BundleStart #16] DEBUG 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:53.868 [BundleStart #16] 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:53.871 [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:53.871 [BundleStart #16] DEBUG o.e.g.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:53.871 [BundleStart #16] 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:53.873 [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:53.874 [BundleStart #16] DEBUG o.e.g.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:53.874 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:53.875 [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:53.875 [BundleStart #16] DEBUG 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:53.875 [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:53.877 [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:53.877 [BundleStart #16] DEBUG o.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:53.877 [BundleStart #16] 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:53.879 [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:53.879 [BundleStart #16] DEBUG o.e.g.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:53.880 [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:53.880 [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:53.880 [BundleStart #16] DEBUG o.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:53.881 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:53.881 [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:53.882 [BundleStart #16] 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:53.882 [BundleStart #16] 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:53.883 [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:53.883 [BundleStart #16] DEBUG o.e.g.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:53.884 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:53.885 [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:53.885 [BundleStart #16] 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:53.885 [BundleStart #16] 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:53.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:53.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:53.887 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:53.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:53.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:53.888 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:53.890 [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:53.890 [BundleStart #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:53.890 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:53.891 [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:53.891 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:26:53.892 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:53.892 [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:53.892 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:53.893 [BundleStart #16] 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:53.896 [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:53.896 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:26:53.897 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:53.904 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:53.906 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:53.906 [BundleStart #17] DEBUG 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:53.906 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:53.907 [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:53.907 [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:53.907 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:53.908 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:331 - [io-fragment-1 (org.eclipse.gemini.blueprint.iandt.io.fragment.1)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/io.fragment.1.bundle/target/io.fragment.1.bundle-3.0.1.BUILD-SNAPSHOT.jar] is a fragment; start not invoked 01:26:53.908 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:331 - [io-fragment-2 (org.eclipse.gemini.blueprint.iandt.io.fragment.2)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/io.fragment.2.bundle/target/io.fragment.2.bundle-3.0.1.BUILD-SNAPSHOT.jar] is a fragment; start not invoked 01:26:53.910 [main] INFO o.e.g.b.iandt.io.ClassSpaceTest:199 - org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest-bundle.properties was not found; using defaults 01:26:53.911 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:511 - Post processing: creating test bundle 01:26:53.911 [main] INFO o.e.g.b.iandt.io.ClassSpaceTest:177 - Using Manifest from specified location=[org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF] 01:26:53.930 [main] TRACE o.e.g.b.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:53.930 [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:53.931 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:53.931 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:53.931 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:53.932 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:53.932 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:53.932 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:53.932 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:53.933 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:53.933 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:53.933 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:53.933 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 01:26:53.934 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 01:26:53.934 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest.class 01:26:53.934 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 01:26:53.934 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest.class 01:26:53.935 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest.class 01:26:53.935 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceWildcardTest.class 01:26:53.935 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/EquinoxFileTests.class 01:26:53.936 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests-bundle.properties 01:26:53.936 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF 01:26:53.936 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.class 01:26:53.936 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 01:26:53.937 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests-bundle.properties 01:26:53.937 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests.class 01:26:53.937 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 01:26:53.957 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 01:26:53.957 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/another-resource.res 01:26:53.957 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/duplicate.file 01:26:53.958 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/some-resource.res 01:26:53.969 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:557 - Test bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] successfully installed 01:26:53.969 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:26:53.975 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] 01:26:53.976 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:53.977 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] 01:26:53.977 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] 01:26:53.978 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:53.978 [BundleStart #20] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments) 01:26:53.978 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] 01:26:53.978 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:562 - Test bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] successfully started 01:26:53.979 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:53.981 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:53.981 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:53.982 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:53.983 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:53.984 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:227 - Bundle [org.eclipse.gemini.blueprint.iandt.io.fragment.2] is not active (probably a fragment); ignoring 01:26:53.984 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:53.984 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:53.985 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:53.986 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:53.987 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:53.987 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:53.988 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:227 - Bundle [org.eclipse.gemini.blueprint.iandt.io.fragment.1] is not active (probably a fragment); ignoring 01:26:53.989 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:53.989 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.eclipse.gemini.blueprint.iandt.io.functional.fragments] does not trigger a context creation. 01:26:53.990 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:53.991 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:53.992 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:53.994 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:53.994 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:53.994 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:53.997 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:53.997 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:364 - Writing test name [testMetaInfFolder] to OSGi 01:26:54.012 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testMetaInfFolder] for execution inside OSGi 01:26:54.013 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testMetaInfFolder] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@15ff3e9e 01:26:54.014 [main] INFO o.e.g.b.iandt.io.ClassSpaceTest:190 - Loading context for locations: 01:26:54.028 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Sat Apr 27 01:26:54 UTC 2024]; root of context hierarchy 01:26:54.035 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:26:54.056 [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:54.067 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:54.067 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:26:54.069 [main] TRACE o.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.070 [main] TRACE o.e.g.b.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.075 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@55b0dcab] 01:26:54.076 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@38afe297] 01:26:54.079 [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:54.084 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Sat Apr 27 01:26:54 UTC 2024]; root of context hierarchy] 01:26:54.088 [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:54.090 [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.140 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:54.140 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:440 - Reading OSGi results for test [testMetaInfFolder] 01:26:54.141 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:447 - Test[testMetaInfFolder]'s result read 01:26:54.142 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:364 - Writing test name [testClass] to OSGi 01:26:54.143 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testClass] for execution inside OSGi 01:26:54.144 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testClass] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@60015ef5 01:26:54.145 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:54.145 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:440 - Reading OSGi results for test [testClass] 01:26:54.145 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:447 - Test[testClass]'s result read 01:26:54.146 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:364 - Writing test name [testFolder] to OSGi 01:26:54.146 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFolder] for execution inside OSGi 01:26:54.146 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFolder] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@65b3f4a4 01:26:54.147 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:54.147 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:440 - Reading OSGi results for test [testFolder] 01:26:54.147 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:447 - Test[testFolder]'s result read Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.196 sec - in org.eclipse.gemini.blueprint.iandt.io.ClassSpaceTest 01:26:54.151 [Thread-0] INFO o.e.g.b.iandt.io.ClassSpaceTest:471 - Shutting down OSGi platform 01:26:54.152 [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:54.152 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:54.152 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Sat Apr 27 01:26:54 UTC 2024]; root of context hierarchy 01:26:54.153 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Sat Apr 27 01:26:54 UTC 2024]; root of context hierarchy] 01:26:54.153 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:54.153 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:54.153 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:54.154 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:54.154 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:54.154 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:54.154 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:54.155 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:26:54.156 [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:54.157 [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.157 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:54.158 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:26:54,859 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,976 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:54,979 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:55,002 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:55,041 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:55,043 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:55,049 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:55,065 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used 01:26:55,073 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:55,073 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:55,075 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:55,075 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:55,075 |-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,075 |-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,076 |-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,076 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:26:55,076 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:26:55,076 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:55,076 |-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,076 |-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,076 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:55,077 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:55,077 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:55,077 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:55,077 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:55,078 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:55,078 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:55,079 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@610694f1 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.io.BundleJarTest 01:26:55.202 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:26:55.207 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:85 - Instantiating platform wrapper... 01:26:55.220 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi3177137376723360432kf 01:26:55.220 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:215 - About to start Knopflerfish OSGi Platform 01:26:55.335 [main] INFO o.e.g.b.iandt.io.BundleJarTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:55.339 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:26:55.340 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:26:55.341 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:26:55.342 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:55.481 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:55.497 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:55.503 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:55.505 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:55.514 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:55.525 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:55.527 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:55.531 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:55.536 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:55.558 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:55.577 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:55.580 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:55.584 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:55.591 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:55.594 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:55.598 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:26:55.601 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:55.604 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/io.fragment.1.bundle/target/io.fragment.1.bundle-3.0.1.BUILD-SNAPSHOT.jar] 01:26:55.610 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/io.fragment.2.bundle/target/io.fragment.2.bundle-3.0.1.BUILD-SNAPSHOT.jar] 01:26:55.630 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:55.657 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:55.662 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:55.664 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:55.665 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:55.666 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:55.666 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:55.669 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:55.673 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:55.674 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:55.680 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:55.681 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:55.682 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:55.686 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:55.687 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:55.690 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:26:55,717 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,756 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:55,759 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:55,770 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:55,796 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:55,798 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:55,802 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:55,809 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@2d22c42 - No compression will be used 01:26:55,814 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:55,814 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:55,816 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:55,816 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:55,816 |-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,816 |-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,817 |-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,817 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:26:55,817 |-INFO 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,817 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:55,818 |-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,818 |-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,818 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:55,818 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:55,818 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:55,819 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:55,819 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:55,820 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:55,820 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:55,821 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@f68c68d - Registering current configuration as safe fallback point 01:26:55.834 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:55.844 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:26:55.997 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:56.001 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:56.006 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:56.009 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:56.014 [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.016 [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.016 [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.016 [BundleStart #16] DEBUG 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.017 [BundleStart #16] 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.018 [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.019 [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.019 [BundleStart #16] DEBUG o.e.g.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.019 [BundleStart #16] 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.020 [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.021 [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.021 [BundleStart #16] DEBUG o.e.g.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.021 [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.022 [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.022 [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.022 [BundleStart #16] DEBUG 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.023 [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.024 [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.024 [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.024 [BundleStart #16] DEBUG o.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.024 [BundleStart #16] 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.025 [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.026 [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.026 [BundleStart #16] DEBUG o.e.g.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.026 [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.027 [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.027 [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.027 [BundleStart #16] DEBUG o.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.028 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:56.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:56.029 [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.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:56.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:56.030 [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.030 [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.030 [BundleStart #16] DEBUG o.e.g.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.031 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:56.031 [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.032 [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.032 [BundleStart #16] 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.032 [BundleStart #16] 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.033 [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.034 [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.034 [BundleStart #16] DEBUG o.e.g.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.034 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:56.035 [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.035 [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.035 [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.036 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:56.037 [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.037 [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.037 [BundleStart #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.037 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:56.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:56.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:56.038 [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.038 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:56.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:56.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:56.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:56.040 [BundleStart #16] 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.041 [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.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:56.042 [BundleStart #16] DEBUG o.e.g.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.060 [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.060 [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.063 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:56.063 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:56.067 [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.069 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:56.069 [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:26:56.070 [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:26:56.071 [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.075 [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.085 [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.086 [BundleStart #16] DEBUG 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.086 [BundleStart #16] 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.089 [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.089 [BundleStart #16] DEBUG o.e.g.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.090 [BundleStart #16] 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.091 [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.092 [BundleStart #16] DEBUG o.e.g.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.092 [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.093 [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.093 [BundleStart #16] DEBUG 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.093 [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.095 [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.095 [BundleStart #16] DEBUG o.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.095 [BundleStart #16] 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.097 [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.098 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:26:56.098 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:56.099 [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.099 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:56.099 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:56.100 [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.101 [BundleStart #16] 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.101 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:26:56.102 [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.102 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:26:56.103 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:56.104 [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.104 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:26:56.104 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:26:56.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:26:56.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:26:56.106 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:56.107 [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.107 [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.108 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:56.109 [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.110 [BundleStart #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.110 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:56.111 [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.111 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:26:56.111 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:56.112 [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.112 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:56.112 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:26:56.116 [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.116 [BundleStart #16] DEBUG o.e.g.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.117 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:56.123 [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.125 [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.125 [BundleStart #17] DEBUG 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.125 [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.126 [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.126 [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.126 [BundleStart #17] DEBUG 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.127 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:331 - [io-fragment-1 (org.eclipse.gemini.blueprint.iandt.io.fragment.1)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/io.fragment.1.bundle/target/io.fragment.1.bundle-3.0.1.BUILD-SNAPSHOT.jar] is a fragment; start not invoked 01:26:56.127 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:331 - [io-fragment-2 (org.eclipse.gemini.blueprint.iandt.io.fragment.2)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/io.fragment.2.bundle/target/io.fragment.2.bundle-3.0.1.BUILD-SNAPSHOT.jar] is a fragment; start not invoked 01:26:56.129 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:193 - Loaded jar settings from org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 01:26:56.130 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:511 - Post processing: creating test bundle 01:26:56.130 [main] INFO o.e.g.b.iandt.io.BundleJarTest:177 - Using Manifest from specified location=[org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF] 01:26:56.146 [main] TRACE o.e.g.b.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:56.147 [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:56.147 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:56.147 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:56.148 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:56.148 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:56.148 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:56.148 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:56.148 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:56.148 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:56.149 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:56.149 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:56.149 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 01:26:56.149 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 01:26:56.149 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest.class 01:26:56.150 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 01:26:56.150 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest.class 01:26:56.150 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest.class 01:26:56.150 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceWildcardTest.class 01:26:56.150 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/EquinoxFileTests.class 01:26:56.150 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests-bundle.properties 01:26:56.150 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF 01:26:56.151 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.class 01:26:56.151 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 01:26:56.151 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests-bundle.properties 01:26:56.151 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests.class 01:26:56.151 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 01:26:56.151 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 01:26:56.152 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/another-resource.res 01:26:56.152 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/duplicate.file 01:26:56.152 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/some-resource.res 01:26:56.166 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:557 - Test bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] successfully installed 01:26:56.166 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:26:56.172 [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:56.173 [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:56.173 [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:56.173 [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:56.174 [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:56.174 [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:56.174 [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:56.174 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:562 - Test bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] successfully started 01:26:56.175 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:56.176 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:56.177 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:56.178 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:56.179 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:56.180 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:227 - Bundle [org.eclipse.gemini.blueprint.iandt.io.fragment.2] is not active (probably a fragment); ignoring 01:26:56.180 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:56.180 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.eclipse.gemini.blueprint.iandt.io.functional.fragments] does not trigger a context creation. 01:26:56.181 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:56.181 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:56.182 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:56.183 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:56.183 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:56.183 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:227 - Bundle [org.eclipse.gemini.blueprint.iandt.io.fragment.1] is not active (probably a fragment); ignoring 01:26:56.184 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:56.184 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:56.185 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:56.185 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:56.186 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:56.187 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:56.187 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:56.188 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:56.189 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:364 - Writing test name [testResourceFromJarOnlyWithFolderLevelWildcard] to OSGi 01:26:56.203 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceFromJarOnlyWithFolderLevelWildcard] for execution inside OSGi 01:26:56.203 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testResourceFromJarOnlyWithFolderLevelWildcard] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5e0826e7 01:26:56.204 [main] INFO o.e.g.b.iandt.io.BundleJarTest:190 - Loading context for locations: 01:26:56.217 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Sat Apr 27 01:26:56 UTC 2024]; root of context hierarchy 01:26:56.223 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:26:56.242 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@45752059: defining beans []; root of factory hierarchy 01:26:56.252 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:56.253 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:26:56.254 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:26:56.255 [main] TRACE o.e.g.b.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.259 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@23348b5d] 01:26:56.259 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@70325e14] 01:26:56.262 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@7dc0f706] 01:26:56.265 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Sat Apr 27 01:26:56 UTC 2024]; root of context hierarchy] 01:26:56.268 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=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:56.270 [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:56.309 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:56.310 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:440 - Reading OSGi results for test [testResourceFromJarOnlyWithFolderLevelWildcard] 01:26:56.311 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:447 - Test[testResourceFromJarOnlyWithFolderLevelWildcard]'s result read 01:26:56.312 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:364 - Writing test name [testResourcesFromWildCardWithAndWithoutLeadingSlash] to OSGi 01:26:56.313 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourcesFromWildCardWithAndWithoutLeadingSlash] for execution inside OSGi 01:26:56.313 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testResourcesFromWildCardWithAndWithoutLeadingSlash] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@65b3f4a4 01:26:56.316 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:56.317 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:440 - Reading OSGi results for test [testResourcesFromWildCardWithAndWithoutLeadingSlash] 01:26:56.317 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:447 - Test[testResourcesFromWildCardWithAndWithoutLeadingSlash]'s result read 01:26:56.318 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:364 - Writing test name [testResourceFromJarOnly] to OSGi 01:26:56.318 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceFromJarOnly] for execution inside OSGi 01:26:56.318 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testResourceFromJarOnly] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@f2ff811 01:26:56.319 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:56.319 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:440 - Reading OSGi results for test [testResourceFromJarOnly] 01:26:56.320 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:447 - Test[testResourceFromJarOnly]'s result read 01:26:56.320 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:364 - Writing test name [testResourceWithWildcardAtFolderLevelFromFragmentsIgnored] to OSGi 01:26:56.321 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceWithWildcardAtFolderLevelFromFragmentsIgnored] for execution inside OSGi 01:26:56.321 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testResourceWithWildcardAtFolderLevelFromFragmentsIgnored] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@186f8716 01:26:56.322 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:56.323 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:440 - Reading OSGi results for test [testResourceWithWildcardAtFolderLevelFromFragmentsIgnored] 01:26:56.323 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:447 - Test[testResourceWithWildcardAtFolderLevelFromFragmentsIgnored]'s result read 01:26:56.323 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:364 - Writing test name [testLastModifiedWhileUsingJustTheOSGiAPI] to OSGi 01:26:56.324 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testLastModifiedWhileUsingJustTheOSGiAPI] for execution inside OSGi 01:26:56.324 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testLastModifiedWhileUsingJustTheOSGiAPI] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1d8bd0de 01:26:56.325 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:56.325 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:440 - Reading OSGi results for test [testLastModifiedWhileUsingJustTheOSGiAPI] 01:26:56.325 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:447 - Test[testLastModifiedWhileUsingJustTheOSGiAPI]'s result read 01:26:56.326 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:364 - Writing test name [testResourceWithWildcardAtFileLevelFromFragmentsIgnored] to OSGi 01:26:56.326 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceWithWildcardAtFileLevelFromFragmentsIgnored] for execution inside OSGi 01:26:56.327 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testResourceWithWildcardAtFileLevelFromFragmentsIgnored] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@36b4fe2a 01:26:56.328 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:56.328 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:440 - Reading OSGi results for test [testResourceWithWildcardAtFileLevelFromFragmentsIgnored] 01:26:56.328 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:447 - Test[testResourceWithWildcardAtFileLevelFromFragmentsIgnored]'s result read 01:26:56.328 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:364 - Writing test name [testResourceFromFragmentsIgnored] to OSGi 01:26:56.329 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceFromFragmentsIgnored] for execution inside OSGi 01:26:56.329 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testResourceFromFragmentsIgnored] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@574b560f 01:26:56.330 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:56.330 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:440 - Reading OSGi results for test [testResourceFromFragmentsIgnored] 01:26:56.330 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:447 - Test[testResourceFromFragmentsIgnored]'s result read Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.133 sec - in org.eclipse.gemini.blueprint.iandt.io.BundleJarTest 01:26:56.334 [Thread-0] INFO o.e.g.b.iandt.io.BundleJarTest:471 - Shutting down OSGi platform 01:26:56.335 [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:56.335 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Sat Apr 27 01:26:56 UTC 2024]; root of context hierarchy 01:26:56.335 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:56.336 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Sat Apr 27 01:26:56 UTC 2024]; root of context hierarchy] 01:26:56.336 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:56.336 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:56.337 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:56.337 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:56.337 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:56.337 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:56.338 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:56.338 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:26:56.339 [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:56.340 [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:56.340 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:56.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-202404270125] 01:26:57,031 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,172 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:57,176 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:57,199 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:57,238 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:57,240 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:57,246 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:57,265 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used 01:26:57,272 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:57,272 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:57,274 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:57,274 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:57,274 |-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,275 |-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,275 |-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,275 |-INFO 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,275 |-INFO 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,275 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:57,275 |-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,276 |-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,276 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:57,276 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:57,276 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:57,276 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:57,276 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:57,277 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:57,277 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:57,278 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@610694f1 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.io.ClassSpaceWildcardTest 01:26:57.402 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:26:57.408 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 01:26:57.423 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi69763460495769610kf 01:26:57.425 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:26:57.425 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 01:26:57.426 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi8311575902974842499kf 01:26:57.426 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:215 - About to start Knopflerfish OSGi Platform 01:26:57.537 [main] INFO o.e.g.b.i.i.ClassSpaceWildcardTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:57.541 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:26:57.556 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:26:57.558 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:26:57.559 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:57.695 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:57.711 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:57.716 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:57.719 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:57.728 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:57.739 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:57.741 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:57.759 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:57.766 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:57.773 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:57.792 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:57.795 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:57.800 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:57.808 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:57.810 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:26:57.819 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:26:57.825 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:26:57.860 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/io.fragment.1.bundle/target/io.fragment.1.bundle-3.0.1.BUILD-SNAPSHOT.jar] 01:26:57.864 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/io.fragment.2.bundle/target/io.fragment.2.bundle-3.0.1.BUILD-SNAPSHOT.jar] 01:26:57.881 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:26:57.890 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:26:57.895 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:26:57.897 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:26:57.897 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:26:57.898 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:26:57.899 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:26:57.902 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:57.906 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:26:57.906 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:57.913 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:26:57.914 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:57.914 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:26:57.918 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:26:57.920 [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:57.922 [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:57,952 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,993 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:57,996 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:58,007 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:58,033 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:58,035 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:58,039 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:58,047 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@2459321e - No compression will be used 01:26:58,052 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:58,052 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:58,053 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:58,054 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:58,054 |-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,054 |-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,054 |-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,055 |-INFO 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,055 |-INFO 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,055 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:58,055 |-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,055 |-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,056 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:58,056 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:58,056 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:58,056 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:58,057 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:58,058 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:58,061 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:58,062 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6b803653 - Registering current configuration as safe fallback point 01:26:58.075 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:58.086 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:26:58.253 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:58.254 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:58.259 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:58.262 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:58.267 [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.269 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:58.270 [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.270 [BundleStart #16] DEBUG 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.270 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:26:58.272 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:58.272 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 01:26:58.272 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:26:58.273 [BundleStart #16] 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.274 [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.274 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 01:26:58.275 [BundleStart #16] DEBUG o.e.g.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.275 [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.276 [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.276 [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.276 [BundleStart #16] DEBUG 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.277 [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.277 [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.278 [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.278 [BundleStart #16] DEBUG o.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.278 [BundleStart #16] 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.279 [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.280 [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.280 [BundleStart #16] DEBUG o.e.g.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.280 [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.281 [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.281 [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.281 [BundleStart #16] DEBUG o.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.281 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:58.282 [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.282 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 01:26:58.283 [BundleStart #16] 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.283 [BundleStart #16] 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.284 [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.284 [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.284 [BundleStart #16] DEBUG o.e.g.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.284 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:58.285 [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.285 [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.285 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:26:58.286 [BundleStart #16] 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.286 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:58.287 [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.287 [BundleStart #16] DEBUG o.e.g.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.287 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:58.288 [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.288 [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.288 [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.288 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:58.289 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:58.290 [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.290 [BundleStart #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.290 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:58.290 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:58.291 [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.291 [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.291 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:58.291 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:58.292 [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.292 [BundleStart #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.292 [BundleStart #16] 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.294 [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.294 [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.294 [BundleStart #16] DEBUG o.e.g.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.303 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:26:58.304 [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.306 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:58.307 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:58.310 [BundleStart #16] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:26:58.312 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:58.313 [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@a38ce26 w/ reference null 01:26:58.313 [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@a38ce26 w/ reference null 01:26:58.314 [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.318 [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.328 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:58.328 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:58.329 [BundleStart #16] 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.331 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:58.332 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:26:58.332 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:26:58.334 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:58.334 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:26:58.334 [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.335 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:58.335 [BundleStart #16] DEBUG 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.336 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:58.337 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:58.337 [BundleStart #16] DEBUG o.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.338 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:26:58.340 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:58.340 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:26:58.340 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:58.341 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:58.341 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:58.341 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:58.342 [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.342 [BundleStart #16] 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.343 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:26:58.344 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:58.356 [BundleStart #16] DEBUG o.e.g.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.357 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:58.358 [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.358 [BundleStart #16] 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.359 [BundleStart #16] 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.360 [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.360 [BundleStart #16] DEBUG o.e.g.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.361 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:58.361 [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.361 [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.362 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:58.364 [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.364 [BundleStart #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.364 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:58.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:26:58.366 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:26:58.366 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:58.367 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:58.367 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:58.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:26:58.372 [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.372 [BundleStart #16] DEBUG o.e.g.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.373 [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:58.379 [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.380 [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.380 [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.380 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:58.380 [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.381 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:26:58.382 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:58.382 [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:58.383 [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:58.384 [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:58.385 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:511 - Post processing: creating test bundle 01:26:58.385 [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:58.402 [main] TRACE o.e.g.b.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:58.402 [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:58.402 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:58.403 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:58.403 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:58.403 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:58.403 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:58.403 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:58.403 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:58.404 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:58.404 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:58.404 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:58.404 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 01:26:58.405 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 01:26:58.405 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest.class 01:26:58.405 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 01:26:58.405 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest.class 01:26:58.405 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest.class 01:26:58.406 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceWildcardTest.class 01:26:58.406 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/EquinoxFileTests.class 01:26:58.406 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests-bundle.properties 01:26:58.406 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF 01:26:58.406 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.class 01:26:58.407 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 01:26:58.407 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests-bundle.properties 01:26:58.407 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests.class 01:26:58.407 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 01:26:58.407 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 01:26:58.408 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/another-resource.res 01:26:58.408 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/duplicate.file 01:26:58.408 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/some-resource.res 01:26:58.418 [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:58.418 [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:58.423 [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:58.424 [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:58.424 [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:58.424 [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:58.425 [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:58.425 [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:58.426 [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:58.426 [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:58.426 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:58.428 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:58.429 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:58.430 [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:58.430 [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:58.431 [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:58.431 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:58.432 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:58.432 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:58.433 [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:58.433 [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:58.434 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:58.434 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:58.434 [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:58.435 [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:58.435 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:58.436 [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:58.436 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:58.437 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:58.437 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:58.437 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:58.439 [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:58.439 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testAllClassPathWildcardAtFolderLevel] to OSGi 01:26:58.453 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAllClassPathWildcardAtFolderLevel] for execution inside OSGi 01:26:58.454 [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:58.457 [main] INFO o.e.g.b.i.i.ClassSpaceWildcardTest:190 - Loading context for locations: 01:26:58.469 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Sat Apr 27 01:26:58 UTC 2024]; root of context hierarchy 01:26:58.476 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:26:58.495 [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:58.506 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:58.506 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:26:58.507 [main] TRACE o.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.508 [main] TRACE o.e.g.b.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.512 [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:58.512 [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:58.515 [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:58.518 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Sat Apr 27 01:26:58 UTC 2024]; root of context hierarchy] 01:26:58.521 [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:58.523 [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.571 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:58.572 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testAllClassPathWildcardAtFolderLevel] 01:26:58.573 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testAllClassPathWildcardAtFolderLevel]'s result read 01:26:58.574 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:26:58.574 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 01:26:58.575 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi4379175679754084810kf 01:26:58.575 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testMatchingALotOfFolders] to OSGi 01:26:58.576 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testMatchingALotOfFolders] for execution inside OSGi 01:26:58.577 [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:59.741 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:59.742 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testMatchingALotOfFolders] 01:26:59.742 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testMatchingALotOfFolders]'s result read 01:26:59.743 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:26:59.743 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 01:26:59.744 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi5285256849167250791kf 01:26:59.744 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testAllClassPathRootWildcard] to OSGi 01:26:59.745 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAllClassPathRootWildcard] for execution inside OSGi 01:26:59.745 [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:27:00.239 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:00.239 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testAllClassPathRootWildcard] 01:27:00.240 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testAllClassPathRootWildcard]'s result read 01:27:00.240 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:27:00.241 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 01:27:00.241 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi6412652843193285089kf 01:27:00.242 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testBundleClassPath] to OSGi 01:27:00.242 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBundleClassPath] for execution inside OSGi 01:27:00.242 [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:27:00.245 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:00.245 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testBundleClassPath] 01:27:00.245 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testBundleClassPath]'s result read 01:27:00.246 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:27:00.246 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 01:27:00.246 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi5043074025155602325kf 01:27:00.247 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testClassPathRootWildcard] to OSGi 01:27:00.247 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testClassPathRootWildcard] for execution inside OSGi 01:27:00.247 [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:27:00.599 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:00.599 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testClassPathRootWildcard] 01:27:00.599 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testClassPathRootWildcard]'s result read 01:27:00.600 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:27:00.600 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 01:27:00.601 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi1866253734761908436kf 01:27:00.601 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testWildcardAtFolderLevel] to OSGi 01:27:00.602 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testWildcardAtFolderLevel] for execution inside OSGi 01:27:00.602 [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:27:00.605 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:00.605 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testWildcardAtFolderLevel] 01:27:00.606 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testWildcardAtFolderLevel]'s result read 01:27:00.606 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:27:00.606 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 01:27:00.607 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi2240653951219737037kf 01:27:00.607 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testWildcardAtRootFileLevel] to OSGi 01:27:00.607 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testWildcardAtRootFileLevel] for execution inside OSGi 01:27:00.607 [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:27:00.610 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:00.610 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testWildcardAtRootFileLevel] 01:27:00.610 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testWildcardAtRootFileLevel]'s result read 01:27:00.610 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:27:00.611 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 01:27:00.611 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi6719642010681921754kf 01:27:00.611 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testAllClassPathRootWithWildcard] to OSGi 01:27:00.612 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAllClassPathRootWithWildcard] for execution inside OSGi 01:27:00.612 [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:27:00.925 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:00.926 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testAllClassPathRootWithWildcard] 01:27:00.926 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testAllClassPathRootWithWildcard]'s result read 01:27:00.927 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:27:00.927 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 01:27:00.928 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi6069970416101971690kf 01:27:00.928 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testMatchingALotOfClasses] to OSGi 01:27:00.929 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testMatchingALotOfClasses] for execution inside OSGi 01:27:00.929 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testMatchingALotOfClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3c947bc5 01:27:01.404 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:01.404 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testMatchingALotOfClasses] 01:27:01.405 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testMatchingALotOfClasses]'s result read 01:27:01.405 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:27:01.405 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 01:27:01.406 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi1088130179449475135kf 01:27:01.406 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testSingleClassWithWildcardAtFileLevel] to OSGi 01:27:01.407 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testSingleClassWithWildcardAtFileLevel] for execution inside OSGi 01:27:01.407 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testSingleClassWithWildcardAtFileLevel] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@609db43b 01:27:01.412 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:01.412 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testSingleClassWithWildcardAtFileLevel] 01:27:01.412 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testSingleClassWithWildcardAtFileLevel]'s result read 01:27:01.413 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:27:01.413 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 01:27:01.414 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi2529243992498146651kf 01:27:01.414 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testAllClassPathWOWildcardAtFolderLevel] to OSGi 01:27:01.415 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAllClassPathWOWildcardAtFolderLevel] for execution inside OSGi 01:27:01.415 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testAllClassPathWOWildcardAtFolderLevel] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@55f616cf 01:27:01.417 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:01.418 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testAllClassPathWOWildcardAtFolderLevel] 01:27:01.418 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testAllClassPathWOWildcardAtFolderLevel]'s result read 01:27:01.418 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:27:01.419 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 01:27:01.419 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi7104254650376007428kf 01:27:01.420 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testMatchingAHugeSetOfResources] to OSGi 01:27:01.420 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testMatchingAHugeSetOfResources] for execution inside OSGi 01:27:01.421 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testMatchingAHugeSetOfResources] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1356d4d4 resources w/o slash count 330 resources w/ slash count 330 01:27:01.801 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:01.802 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testMatchingAHugeSetOfResources] 01:27:01.802 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testMatchingAHugeSetOfResources]'s result read 01:27:01.803 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:27:01.803 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 01:27:01.804 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi3989112989715204293kf 01:27:01.804 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testMatchingABulkOfResources] to OSGi 01:27:01.805 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testMatchingABulkOfResources] for execution inside OSGi 01:27:01.805 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testMatchingABulkOfResources] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@c03cf28 resources w/o slash count 227 resources w/ slash count 227 01:27:02.547 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:02.548 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testMatchingABulkOfResources] 01:27:02.548 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testMatchingABulkOfResources]'s result read 01:27:02.549 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:27:02.549 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 01:27:02.550 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi5028854788844727340kf 01:27:02.550 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testAllClassPathWithWildcardAtFileLevel] to OSGi 01:27:02.550 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAllClassPathWithWildcardAtFileLevel] for execution inside OSGi 01:27:02.550 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testAllClassPathWithWildcardAtFileLevel] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1329eff 01:27:02.552 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:02.553 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testAllClassPathWithWildcardAtFileLevel] 01:27:02.553 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testAllClassPathWithWildcardAtFileLevel]'s result read 01:27:02.553 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:27:02.553 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 01:27:02.554 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi2766109393636333343kf 01:27:02.555 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testAllClassPathWithWithWildcardAtFileLevel] to OSGi 01:27:02.555 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAllClassPathWithWithWildcardAtFileLevel] for execution inside OSGi 01:27:02.555 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testAllClassPathWithWithWildcardAtFileLevel] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@41c2284a 01:27:02.557 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:02.557 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testAllClassPathWithWithWildcardAtFileLevel] 01:27:02.558 [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: 5.161 sec - in org.eclipse.gemini.blueprint.iandt.io.ClassSpaceWildcardTest 01:27:02.561 [Thread-0] INFO o.e.g.b.i.i.ClassSpaceWildcardTest:471 - Shutting down OSGi platform 01:27:02.562 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments) 01:27:02.562 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:02.562 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Sat Apr 27 01:26:58 UTC 2024]; root of context hierarchy 01:27:02.563 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Sat Apr 27 01:26:58 UTC 2024]; root of context hierarchy] 01:27:02.563 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:02.563 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:02.563 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:02.564 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:02.564 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:02.564 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:02.564 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:02.565 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:27:02.566 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=20] for sending replayes events; last one was null 01:27:02.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:27:02.567 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:27:02.568 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:27:03,296 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,413 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:03,416 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:03,439 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:03,480 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:03,482 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:03,488 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:03,502 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3a5ed7a6 - No compression will be used 01:27:03,511 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:03,512 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:03,514 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:03,514 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:03,515 |-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,515 |-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,515 |-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,515 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:27:03,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:27:03,515 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:03,516 |-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,516 |-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,516 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:03,516 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:03,516 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:03,516 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:03,517 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:03,517 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:03,518 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:03,519 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@627551fb - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.io.BundleClassPathWildcardTest 01:27:03.648 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:27:03.653 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:85 - Instantiating platform wrapper... 01:27:03.666 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi6053444057916573474kf 01:27:03.666 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:215 - About to start Knopflerfish OSGi Platform 01:27:03.774 [main] INFO o.e.g.b.i.i.BundleClassPathWildcardTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:27:03.775 [main] INFO o.e.g.b.i.i.BundleClassPathWildcardTest:62 - Installing no root cp bundle... 01:27:03.796 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:27:03.797 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:27:03.798 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:27:03.799 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:03.941 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:27:03.949 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:27:03.954 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:27:03.956 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:27:03.965 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:27:03.976 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:27:03.978 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:27:03.982 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:27:03.988 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:27:04.003 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:27:04.016 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:27:04.021 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:27:04.026 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:27:04.058 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:27:04.060 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:27:04.065 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:27:04.069 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:27:04.073 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/io.fragment.1.bundle/target/io.fragment.1.bundle-3.0.1.BUILD-SNAPSHOT.jar] 01:27:04.077 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/io.fragment.2.bundle/target/io.fragment.2.bundle-3.0.1.BUILD-SNAPSHOT.jar] 01:27:04.093 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:27:04.094 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:27:04.099 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:27:04.101 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:27:04.102 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:27:04.102 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:27:04.103 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:27:04.106 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:27:04.109 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:27:04.110 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:27:04.116 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:27:04.117 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:27:04.118 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:27:04.121 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:27:04.123 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:27:04.126 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:27:04,171 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,210 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:04,213 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:04,224 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:04,249 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:04,251 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:04,255 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:04,263 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@62466fd8 - No compression will be used 01:27:04,269 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:04,269 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:04,271 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:04,271 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:04,271 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:27:04,271 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:27:04,271 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:27:04,272 |-INFO 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:04,272 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:27:04,272 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:04,272 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:27:04,273 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:27:04,273 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:04,273 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:04,273 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:04,273 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:04,274 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:04,274 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:04,274 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:04,275 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@872aa1a - Registering current configuration as safe fallback point 01:27:04.289 [BundleStart #17] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:27:04.300 [BundleStart #17] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:27:04.458 [BundleStart #17] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:04.459 [BundleStart #17] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:04.464 [BundleStart #17] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:27:04.467 [BundleStart #17] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:27:04.473 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:04.474 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:04.475 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 01:27:04.475 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:04.475 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:27:04.477 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:04.477 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 01:27:04.477 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:27:04.478 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [io-test-bundle (org.eclipse.gemini.blueprint.bundle.osgi.io.test.no.root.classpath)] 01:27:04.478 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.bundle.osgi.io.test.no.root.classpath]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:04.479 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.bundle.osgi.io.test.no.root.classpath]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle io-test-bundle (org.eclipse.gemini.blueprint.bundle.osgi.io.test.no.root.classpath) 01:27:04.479 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [io-test-bundle (org.eclipse.gemini.blueprint.bundle.osgi.io.test.no.root.classpath)] 01:27:04.479 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:27:04.480 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:04.480 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 01:27:04.481 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:27:04.481 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:04.481 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:04.482 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 01:27:04.482 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:04.482 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:27:04.483 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:04.483 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 01:27:04.483 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:27:04.483 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:27:04.484 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:04.485 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 01:27:04.485 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:27:04.485 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:27:04.486 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:04.486 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 01:27:04.486 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:27:04.486 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:04.487 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:04.487 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 01:27:04.487 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:04.488 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:27:04.488 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:04.488 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 01:27:04.489 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:27:04.489 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:04.490 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:04.490 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 01:27:04.490 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:27:04.490 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:27:04.491 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:04.491 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 01:27:04.492 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:27:04.492 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:04.492 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:04.492 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 01:27:04.493 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:04.493 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:04.494 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:04.494 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 01:27:04.494 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:04.494 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:04.495 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:04.495 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 01:27:04.495 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:27:04.495 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:04.496 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:04.496 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 01:27:04.496 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:04.496 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:27:04.498 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:04.498 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 01:27:04.499 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:27:04.508 [BundleStart #17] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:27:04.508 [BundleStart #17] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:27:04.511 [BundleStart #17] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:27:04.511 [BundleStart #17] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:27:04.515 [BundleStart #17] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:27:04.517 [BundleStart #17] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:04.517 [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@6d97a36b w/ reference null 01:27:04.518 [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@6d97a36b w/ reference null 01:27:04.519 [BundleStart #17] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 01:27:04.522 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:04.532 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:04.533 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:04.533 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:27:04.536 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:04.536 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:27:04.536 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [io-test-bundle (org.eclipse.gemini.blueprint.bundle.osgi.io.test.no.root.classpath)] 01:27:04.537 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.bundle.osgi.io.test.no.root.classpath]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:04.537 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [io-test-bundle (org.eclipse.gemini.blueprint.bundle.osgi.io.test.no.root.classpath)] 01:27:04.537 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:27:04.539 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:04.540 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:27:04.540 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:04.540 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:04.541 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:04.541 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:27:04.542 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:04.543 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:27:04.543 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:27:04.544 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:04.545 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:27:04.545 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:27:04.546 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:04.546 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:27:04.546 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:04.547 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:04.547 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:04.557 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:27:04.557 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:04.558 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:27:04.558 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:04.559 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:04.559 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:27:04.560 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:27:04.561 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:04.561 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:27:04.561 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:04.562 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:04.562 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:04.562 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:04.564 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:04.564 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:04.565 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:04.569 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:04.569 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:27:04.570 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:04.571 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:04.571 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:04.571 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:27:04.574 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:04.574 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:27:04.575 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:27:04.581 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:04.582 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:04.583 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:04.583 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:04.584 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:04.584 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 01:27:04.584 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:04.584 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:331 - [io-fragment-1 (org.eclipse.gemini.blueprint.iandt.io.fragment.1)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/io.fragment.1.bundle/target/io.fragment.1.bundle-3.0.1.BUILD-SNAPSHOT.jar] is a fragment; start not invoked 01:27:04.585 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:331 - [io-fragment-2 (org.eclipse.gemini.blueprint.iandt.io.fragment.2)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/io.fragment.2.bundle/target/io.fragment.2.bundle-3.0.1.BUILD-SNAPSHOT.jar] is a fragment; start not invoked 01:27:04.586 [main] INFO o.e.g.b.i.i.BundleClassPathWildcardTest:199 - org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest-bundle.properties was not found; using defaults 01:27:04.587 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:511 - Post processing: creating test bundle 01:27:04.587 [main] INFO o.e.g.b.i.i.BundleClassPathWildcardTest:177 - Using Manifest from specified location=[org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF] 01:27:04.606 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.io] 01:27:04.607 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, Bundle-Name=Functional testing of IO Blueprint dependencies, Bundle-ClassPath=.,bundleclasspath/folder/,bundleclasspath/simple.jar,foo, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Bundle-Vendor=Spring Framework, Import-Package=junit.framework,org.osgi.framework,org.springframework.core.io,org.springframework.core.io.support,org.eclipse.gemini.blueprint.io,org.springframework.util,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.platform,org.eclipse.gemini.blueprint.test.provisioning, org.apache.commons.logging, Manifest-Version=1.0]] 01:27:04.607 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:27:04.607 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:27:04.607 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/ 01:27:04.607 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/ 01:27:04.608 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/ 01:27:04.608 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/ 01:27:04.608 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/ 01:27:04.608 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/ 01:27:04.608 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/ 01:27:04.608 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/ 01:27:04.609 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/ 01:27:04.609 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/folder-test.file 01:27:04.609 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/test.file 01:27:04.609 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/simple.jar 01:27:04.609 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:27:04.610 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:27:04.610 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:27:04.610 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:27:04.610 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:27:04.610 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:04.610 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:04.611 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:04.611 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 01:27:04.611 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 01:27:04.611 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest.class 01:27:04.611 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 01:27:04.611 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest.class 01:27:04.612 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest.class 01:27:04.612 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceWildcardTest.class 01:27:04.612 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/EquinoxFileTests.class 01:27:04.612 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests-bundle.properties 01:27:04.612 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF 01:27:04.612 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.class 01:27:04.613 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 01:27:04.613 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests-bundle.properties 01:27:04.613 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests.class 01:27:04.613 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 01:27:04.613 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 01:27:04.614 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/another-resource.res 01:27:04.614 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/duplicate.file 01:27:04.614 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/some-resource.res 01:27:04.630 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:557 - Test bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] successfully installed 01:27:04.630 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:27:04.637 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] 01:27:04.638 [BundleStart #21] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:04.638 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] 01:27:04.638 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] 01:27:04.639 [BundleStart #21] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:04.639 [BundleStart #21] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments) 01:27:04.639 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] 01:27:04.639 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:562 - Test bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] successfully started 01:27:04.640 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:27:04.642 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:27:04.642 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:27:04.643 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:27:04.644 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.bundle.osgi.io.test.no.root.classpath] does not trigger a context creation. 01:27:04.644 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:27:04.645 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:227 - Bundle [org.eclipse.gemini.blueprint.iandt.io.fragment.2] is not active (probably a fragment); ignoring 01:27:04.645 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:27:04.646 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:27:04.646 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:27:04.647 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:27:04.648 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:27:04.648 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:27:04.649 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:227 - Bundle [org.eclipse.gemini.blueprint.iandt.io.fragment.1] is not active (probably a fragment); ignoring 01:27:04.650 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:27:04.650 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:27:04.651 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:27:04.651 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:27:04.652 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:27:04.656 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:27:04.657 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:27:04.658 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:27:04.659 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.iandt.io.functional.fragments] does not trigger a context creation. 01:27:04.659 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testResourceAvailableWithPatternOnPathsOnlyInsideFolderClasspath] to OSGi 01:27:04.675 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceAvailableWithPatternOnPathsOnlyInsideFolderClasspath] for execution inside OSGi 01:27:04.675 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testResourceAvailableWithPatternOnPathsOnlyInsideFolderClasspath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@62150f9e 01:27:04.676 [main] INFO o.e.g.b.i.i.BundleClassPathWildcardTest:190 - Loading context for locations: 01:27:04.690 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Sat Apr 27 01:27:04 UTC 2024]; root of context hierarchy 01:27:04.696 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:27:04.717 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@3c46e67a: defining beans []; root of factory hierarchy 01:27:04.727 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:04.727 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:27:04.729 [main] TRACE o.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.729 [main] TRACE o.e.g.b.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.733 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@6c40365c] 01:27:04.733 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@7bedc48a] 01:27:04.736 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6200f9cb] 01:27:04.739 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Sat Apr 27 01:27:04 UTC 2024]; root of context hierarchy] 01:27:04.742 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, Bundle-Version=0.0.0} 01:27:04.744 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} {URL [bundle://21:1/org/eclipse/gemini/blueprint/iandt/compliance/io/folder-test.file]} 01:27:04.809 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:04.810 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testResourceAvailableWithPatternOnPathsOnlyInsideFolderClasspath] 01:27:04.810 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testResourceAvailableWithPatternOnPathsOnlyInsideFolderClasspath]'s result read 01:27:04.812 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testAllClassPathFilesOnBundleClassPath] to OSGi 01:27:04.812 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAllClassPathFilesOnBundleClassPath] for execution inside OSGi 01:27:04.813 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testAllClassPathFilesOnBundleClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3cc1435c array count is 9 {URL [bundle://21/org/eclipse/gemini/blueprint/iandt/io/duplicate.file], URL [bundle://19/org/eclipse/gemini/blueprint/iandt/io/duplicate.file], URL [bundle://20/org/eclipse/gemini/blueprint/iandt/io/duplicate.file], URL [bundle://19/org/eclipse/gemini/blueprint/iandt/io/fragment-duplicate.file], URL [bundle://20/org/eclipse/gemini/blueprint/iandt/io/fragment-duplicate.file], URL [bundle://21:1/org/eclipse/gemini/blueprint/iandt/compliance/io/folder-test.file], URL [bundle://21:1/org/eclipse/gemini/blueprint/iandt/compliance/io/test.file], URL [bundle://21:2/org/eclipse/gemini/blueprint/iandt/compliance/io/test.file], URL [bundle://21:2/org/eclipse/gemini/blueprint/iandt/compliance/io/jar-folder.file]} 01:27:05.320 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:05.321 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testAllClassPathFilesOnBundleClassPath] 01:27:05.321 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testAllClassPathFilesOnBundleClassPath]'s result read 01:27:05.322 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testResourceAvailableWithPatternOnlyInsideFolderClasspath] to OSGi 01:27:05.322 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceAvailableWithPatternOnlyInsideFolderClasspath] for execution inside OSGi 01:27:05.323 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testResourceAvailableWithPatternOnlyInsideFolderClasspath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6bf0219d {URL [bundle://21:1/org/eclipse/gemini/blueprint/iandt/compliance/io/folder-test.file]} 01:27:05.331 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:05.331 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testResourceAvailableWithPatternOnlyInsideFolderClasspath] 01:27:05.332 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testResourceAvailableWithPatternOnlyInsideFolderClasspath]'s result read 01:27:05.332 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourcePatternMatchingWithSpecifiedFolder] to OSGi 01:27:05.333 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourcePatternMatchingWithSpecifiedFolder] for execution inside OSGi 01:27:05.333 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNoRootCpBundleResourcePatternMatchingWithSpecifiedFolder] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@dd0c991 01:27:05.336 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:05.336 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourcePatternMatchingWithSpecifiedFolder] 01:27:05.336 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testNoRootCpBundleResourcePatternMatchingWithSpecifiedFolder]'s result read 01:27:05.337 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourceInRootNotFound] to OSGi 01:27:05.337 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourceInRootNotFound] for execution inside OSGi 01:27:05.338 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNoRootCpBundleResourceInRootNotFound] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5f16132a classpath:root.file resources 01:27:05.339 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:05.339 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourceInRootNotFound] 01:27:05.339 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testNoRootCpBundleResourceInRootNotFound]'s result read 01:27:05.340 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourceNestedInPkgInClassPathFound] to OSGi 01:27:05.340 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourceNestedInPkgInClassPathFound] for execution inside OSGi 01:27:05.340 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNoRootCpBundleResourceNestedInPkgInClassPathFound] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@69fb6037 01:27:05.343 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:05.343 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourceNestedInPkgInClassPathFound] 01:27:05.343 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testNoRootCpBundleResourceNestedInPkgInClassPathFound]'s result read 01:27:05.344 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testClassPathFilesOnBundleClassPath] to OSGi 01:27:05.344 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testClassPathFilesOnBundleClassPath] for execution inside OSGi 01:27:05.344 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testClassPathFilesOnBundleClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@36d585c array count is 5 {URL [bundle://21/org/eclipse/gemini/blueprint/iandt/io/duplicate.file], URL [bundle://19/org/eclipse/gemini/blueprint/iandt/io/fragment-duplicate.file], URL [bundle://21:1/org/eclipse/gemini/blueprint/iandt/compliance/io/folder-test.file], URL [bundle://21:1/org/eclipse/gemini/blueprint/iandt/compliance/io/test.file], URL [bundle://21:2/org/eclipse/gemini/blueprint/iandt/compliance/io/jar-folder.file]} 01:27:05.762 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:05.762 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testClassPathFilesOnBundleClassPath] 01:27:05.762 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testClassPathFilesOnBundleClassPath]'s result read 01:27:05.763 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourcePatternMatching] to OSGi 01:27:05.764 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourcePatternMatching] for execution inside OSGi 01:27:05.764 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNoRootCpBundleResourcePatternMatching] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@87a85e1 01:27:05.768 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:05.768 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourcePatternMatching] 01:27:05.768 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testNoRootCpBundleResourcePatternMatching]'s result read 01:27:05.769 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testResourceAvailableOnlyInsideFolderClasspath] to OSGi 01:27:05.769 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceAvailableOnlyInsideFolderClasspath] for execution inside OSGi 01:27:05.769 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testResourceAvailableOnlyInsideFolderClasspath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@671a5887 Arrays inside the classpath folder {URL [bundle://21:1/org/eclipse/gemini/blueprint/iandt/compliance/io/folder-test.file]} 01:27:05.773 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:05.773 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testResourceAvailableOnlyInsideFolderClasspath] 01:27:05.773 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testResourceAvailableOnlyInsideFolderClasspath]'s result read 01:27:05.773 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourceNestedInClassPathFound] to OSGi 01:27:05.774 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourceNestedInClassPathFound] for execution inside OSGi 01:27:05.774 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNoRootCpBundleResourceNestedInClassPathFound] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5552768b classpath*:/some/nested/nested.file resources 01:27:05.776 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:05.777 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourceNestedInClassPathFound] 01:27:05.777 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testNoRootCpBundleResourceNestedInClassPathFound]'s result read 01:27:05.777 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourceInClassPathFound] to OSGi 01:27:05.778 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourceInClassPathFound] for execution inside OSGi 01:27:05.778 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNoRootCpBundleResourceInClassPathFound] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3c947bc5 classpath*:cp.file resources 01:27:05.780 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:05.781 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourceInClassPathFound] 01:27:05.781 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testNoRootCpBundleResourceInClassPathFound]'s result read 01:27:05.781 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourceMultipleRootsSpecifiedFolder] to OSGi 01:27:05.782 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourceMultipleRootsSpecifiedFolder] for execution inside OSGi 01:27:05.782 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNoRootCpBundleResourceMultipleRootsSpecifiedFolder] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@609db43b 01:27:05.784 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:05.785 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourceMultipleRootsSpecifiedFolder] 01:27:05.785 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testNoRootCpBundleResourceMultipleRootsSpecifiedFolder]'s result read 01:27:05.785 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testURLConnectionToJarInsideBundle] to OSGi 01:27:05.786 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testURLConnectionToJarInsideBundle] for execution inside OSGi 01:27:05.786 [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_cache7628229437701848068.tmp jar.file org/eclipse/gemini/blueprint/ org/eclipse/gemini/blueprint/iandt/ org/eclipse/gemini/blueprint/iandt/compliance/ org/eclipse/gemini/blueprint/iandt/compliance/io/ org/eclipse/gemini/blueprint/iandt/compliance/io/jar-folder.file org/eclipse/gemini/blueprint/iandt/compliance/io/test.file 01:27:05.792 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:05.792 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testURLConnectionToJarInsideBundle] 01:27:05.792 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testURLConnectionToJarInsideBundle]'s result read 01:27:05.793 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testResourceAvailableOnlyInsideJarClasspath] to OSGi 01:27:05.793 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceAvailableOnlyInsideJarClasspath] for execution inside OSGi 01:27:05.793 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testResourceAvailableOnlyInsideJarClasspath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4f67eb2a Arrays inside the jar 01:27:05.797 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:05.798 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testResourceAvailableOnlyInsideJarClasspath] 01:27:05.798 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testResourceAvailableOnlyInsideJarClasspath]'s result read 01:27:05.798 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testRootFileOnBundleClassPath] to OSGi 01:27:05.799 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFileOnBundleClassPath] for execution inside OSGi 01:27:05.799 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testRootFileOnBundleClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5f683daf array count is 4 {URL [bundle://19/fragment.file], URL [bundle://19/fragment1.file], URL [bundle://20/fragment2.file], URL [bundle://21:2/jar.file]} 01:27:05.804 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:05.804 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testRootFileOnBundleClassPath] 01:27:05.804 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testRootFileOnBundleClassPath]'s result read 01:27:05.805 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourceMultipleRoots] to OSGi 01:27:05.808 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourceMultipleRoots] for execution inside OSGi 01:27:05.808 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNoRootCpBundleResourceMultipleRoots] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6c779568 01:27:05.814 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:05.814 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourceMultipleRoots] 01:27:05.814 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testNoRootCpBundleResourceMultipleRoots]'s result read 01:27:05.815 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testRootFileOnAllBundleClassPath] to OSGi 01:27:05.815 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFileOnAllBundleClassPath] for execution inside OSGi 01:27:05.815 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testRootFileOnAllBundleClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@61d6015a array count is 4 {URL [bundle://19/fragment.file], URL [bundle://19/fragment1.file], URL [bundle://20/fragment2.file], URL [bundle://21:2/jar.file]} 01:27:05.820 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:05.821 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testRootFileOnAllBundleClassPath] 01:27:05.821 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testRootFileOnAllBundleClassPath]'s result read 01:27:05.822 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourceInRootNotFoundOnAllClasspaths] to OSGi 01:27:05.822 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourceInRootNotFoundOnAllClasspaths] for execution inside OSGi 01:27:05.823 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNoRootCpBundleResourceInRootNotFoundOnAllClasspaths] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2525ff7e root.file resources classpath*:root.file resources 01:27:05.825 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:05.825 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourceInRootNotFoundOnAllClasspaths] 01:27:05.825 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testNoRootCpBundleResourceInRootNotFoundOnAllClasspaths]'s result read Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.183 sec - in org.eclipse.gemini.blueprint.iandt.io.BundleClassPathWildcardTest 01:27:05.829 [Thread-0] INFO o.e.g.b.i.i.BundleClassPathWildcardTest:471 - Shutting down OSGi platform 01:27:05.830 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments) 01:27:05.857 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Sat Apr 27 01:27:04 UTC 2024]; root of context hierarchy 01:27:05.857 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:05.857 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Sat Apr 27 01:27:04 UTC 2024]; root of context hierarchy] 01:27:05.857 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:05.858 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:05.858 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:05.858 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:05.858 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:05.858 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:05.859 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:05.859 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:27:05.861 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=21] for sending replayes events; last one was null 01:27:05.861 [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.862 [BundleStop #17] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:27:05.863 [BundleStop #17] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:27:06,541 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,697 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:06,700 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:06,723 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:06,783 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:06,785 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:06,791 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:06,801 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3a5ed7a6 - No compression will be used 01:27:06,808 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:06,809 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:06,810 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:06,811 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:06,811 |-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,811 |-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,811 |-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,811 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:27:06,811 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:27:06,812 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:06,812 |-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,812 |-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,812 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:06,812 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:06,812 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:06,812 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:06,813 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:06,813 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:06,813 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:06,814 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@627551fb - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.io.OSGI799Test 01:27:06.954 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:27:06.959 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:85 - Instantiating platform wrapper... 01:27:06.972 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi3083064128624390383kf 01:27:06.973 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:215 - About to start Knopflerfish OSGi Platform 01:27:07.089 [main] INFO o.e.g.b.iandt.io.OSGI799Test:279 - Knopflerfish OSGi Platform [7.1.2] started 01:27:07.089 [main] INFO o.e.g.b.iandt.io.OSGI799Test:60 - Installing custom bundles... 01:27:07.115 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:27:07.116 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:27:07.117 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:27:07.118 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:07.249 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:27:07.257 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:27:07.261 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:27:07.263 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:27:07.271 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:27:07.282 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:27:07.284 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:27:07.288 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:27:07.294 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:27:07.308 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:27:07.316 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:27:07.319 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:27:07.323 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:27:07.330 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:27:07.359 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:27:07.364 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:27:07.374 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:27:07.395 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:27:07.396 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:27:07.401 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:27:07.402 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:27:07.403 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:27:07.404 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:27:07.406 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:27:07.408 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:27:07.411 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:27:07.412 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:27:07.419 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:27:07.420 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:27:07.420 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:27:07.424 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:27:07.426 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:27:07.428 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:27:07,483 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,523 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:07,525 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:07,536 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:07,562 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:07,564 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:07,568 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:07,575 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@df065b1 - No compression will be used 01:27:07,580 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:07,580 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:07,581 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:07,581 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:07,582 |-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,582 |-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,582 |-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,582 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:27:07,582 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:27:07,583 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:07,583 |-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,583 |-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,583 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:07,583 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:07,583 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:07,584 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:07,584 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:07,585 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:07,585 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:07,586 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5db13762 - Registering current configuration as safe fallback point 01:27:07.599 [BundleStart #18] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:27:07.609 [BundleStart #18] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:27:07.761 [BundleStart #18] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:07.762 [BundleStart #18] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:07.766 [BundleStart #18] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:27:07.770 [BundleStart #18] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:27:07.778 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:07.780 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:07.781 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 01:27:07.781 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:07.781 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:27:07.783 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:07.784 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 01:27:07.784 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:27:07.784 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [osgi-799-exp (org.eclipse.gemini.blueprint.bundle.osgi.io.test.osgi799.exp)] 01:27:07.785 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.bundle.osgi.io.test.osgi799.exp]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:07.785 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.bundle.osgi.io.test.osgi799.exp]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle osgi-799-exp (org.eclipse.gemini.blueprint.bundle.osgi.io.test.osgi799.exp) 01:27:07.785 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [osgi-799-exp (org.eclipse.gemini.blueprint.bundle.osgi.io.test.osgi799.exp)] 01:27:07.786 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:27:07.787 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:07.787 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 01:27:07.787 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:27:07.788 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:07.788 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:07.789 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 01:27:07.789 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:07.789 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:27:07.790 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:07.790 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 01:27:07.791 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:27:07.791 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:27:07.792 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:07.792 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 01:27:07.793 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:27:07.793 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:27:07.793 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:07.794 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 01:27:07.794 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:27:07.794 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:07.795 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:07.795 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 01:27:07.795 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:07.796 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:27:07.796 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:07.797 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 01:27:07.797 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:27:07.797 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [osgi-799-imp (org.eclipse.gemini.blueprint.bundle.osgi.io.test.osgi799.imp)] 01:27:07.798 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.bundle.osgi.io.test.osgi799.imp]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:07.798 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.bundle.osgi.io.test.osgi799.imp]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle osgi-799-imp (org.eclipse.gemini.blueprint.bundle.osgi.io.test.osgi799.imp) 01:27:07.798 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [osgi-799-imp (org.eclipse.gemini.blueprint.bundle.osgi.io.test.osgi799.imp)] 01:27:07.798 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:07.799 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:07.799 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 01:27:07.800 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:27:07.800 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:27:07.801 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:07.801 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 01:27:07.801 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:27:07.801 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:07.802 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:07.802 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 01:27:07.802 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:07.803 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:07.804 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:07.804 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 01:27:07.804 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:07.804 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:07.805 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:07.805 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 01:27:07.805 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:27:07.805 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:07.806 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:07.806 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 01:27:07.806 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:07.807 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:27:07.809 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:07.809 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 01:27:07.809 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:27:07.818 [BundleStart #18] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:27:07.818 [BundleStart #18] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:27:07.821 [BundleStart #18] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:27:07.821 [BundleStart #18] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:27:07.825 [BundleStart #18] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:27:07.827 [BundleStart #18] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:07.828 [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@1680b48 w/ reference null 01:27:07.828 [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@1680b48 w/ reference null 01:27:07.829 [BundleStart #18] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 01:27:07.833 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:07.843 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:07.844 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:07.844 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:27:07.847 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:07.847 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:27:07.847 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [osgi-799-exp (org.eclipse.gemini.blueprint.bundle.osgi.io.test.osgi799.exp)] 01:27:07.848 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.bundle.osgi.io.test.osgi799.exp]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:07.849 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [osgi-799-exp (org.eclipse.gemini.blueprint.bundle.osgi.io.test.osgi799.exp)] 01:27:07.849 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:27:07.851 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:07.851 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:27:07.852 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:07.852 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:07.853 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:07.853 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:27:07.854 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:07.855 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:27:07.855 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:27:07.857 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:07.857 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:27:07.857 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:27:07.858 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:07.858 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:27:07.858 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:07.859 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:07.860 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:07.860 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:27:07.861 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:07.861 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:27:07.862 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [osgi-799-imp (org.eclipse.gemini.blueprint.bundle.osgi.io.test.osgi799.imp)] 01:27:07.862 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.bundle.osgi.io.test.osgi799.imp]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:07.863 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [osgi-799-imp (org.eclipse.gemini.blueprint.bundle.osgi.io.test.osgi799.imp)] 01:27:07.863 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:07.864 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:07.865 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:27:07.865 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:27:07.866 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:07.867 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:27:07.867 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:07.868 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:07.868 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:07.868 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:07.870 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:07.870 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:07.871 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:07.872 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:07.872 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:27:07.873 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:07.873 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:07.873 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:07.874 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:27:07.876 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:07.877 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:27:07.878 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:27:07.884 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:07.885 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:07.885 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:07.885 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:07.886 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:07.886 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 01:27:07.886 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:07.888 [main] INFO o.e.g.b.iandt.io.OSGI799Test:199 - org/eclipse/gemini/blueprint/iandt/io/OSGI799Test-bundle.properties was not found; using defaults 01:27:07.888 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:511 - Post processing: creating test bundle 01:27:07.907 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.io] 01:27:07.907 [main] INFO o.e.g.b.iandt.io.OSGI799Test:202 - Automatically creating Manifest for the test bundle 01:27:07.908 [main] INFO o.e.g.b.iandt.io.OSGI799Test:366 - Using the test class for generating bundle imports 01:27:07.910 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 01:27:07.910 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:460 - Package [org.eclipse.gemini.blueprint.iandt.io] is part of the test archive; parsing OSGI799Test bytecode to determine imports... 01:27:07.914 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:491 - Visiting class OSGI799Test 01:27:07.926 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 01:27:07.927 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:460 - Package [org.eclipse.gemini.blueprint.iandt.io] is part of the test archive; parsing BaseIoTest bytecode to determine imports... 01:27:07.927 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:491 - Visiting class BaseIoTest 01:27:07.929 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:07.930 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:27:07.930 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:491 - Visiting class BaseIntegrationTest 01:27:07.932 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:07.932 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:27:07.933 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:491 - Visiting class BaseIntegrationTest$PermissionManager 01:27:07.934 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:07.934 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:27:07.934 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:27:07.935 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:27:07.936 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:27:07.936 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.io, java.lang, org.osgi.framework, org.apache.commons.logging, java.io, org.springframework.util, org.springframework.core.io.support, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.io, org.springframework.core.io, java.util, org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.test.platform, org.eclipse.gemini.blueprint.test, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.osgi.service.permissionadmin, java.net} 01:27:07.936 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.io, java.lang, java.io, java.util, java.util.jar, java.security, java.lang.reflect, java.net] 01:27:07.936 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:27:07.937 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:282 - Filtered imports are [org.osgi.framework, org.apache.commons.logging, org.springframework.util, org.springframework.core.io.support, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.io, org.springframework.core.io, org.eclipse.gemini.blueprint.test.platform, org.eclipse.gemini.blueprint.test, org.eclipse.gemini.blueprint.test.provisioning, org.osgi.service.permissionadmin] 01:27:07.937 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test, Bundle-Name=TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.apache.commons.logging,org.springframework.util,org.springframework.core.io.support,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.io,org.springframework.core.io,org.eclipse.gemini.blueprint.test.platform,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.provisioning,org.osgi.service.permissionadmin, Manifest-Version=1.0] 01:27:07.937 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test, Bundle-Name=TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.apache.commons.logging,org.springframework.util,org.springframework.core.io.support,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.io,org.springframework.core.io,org.eclipse.gemini.blueprint.test.platform,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.provisioning,org.osgi.service.permissionadmin;resolution:=optional, Manifest-Version=1.0]] 01:27:07.937 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:27:07.938 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:27:07.938 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/ 01:27:07.938 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/ 01:27:07.938 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/ 01:27:07.938 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/ 01:27:07.939 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/ 01:27:07.939 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/ 01:27:07.939 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/ 01:27:07.939 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/ 01:27:07.939 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/ 01:27:07.940 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/folder-test.file 01:27:07.940 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/test.file 01:27:07.940 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/simple.jar 01:27:07.940 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:27:07.940 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:27:07.941 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:27:07.941 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:27:07.941 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:27:07.941 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:07.941 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:07.941 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:07.942 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 01:27:07.942 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 01:27:07.942 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest.class 01:27:07.942 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 01:27:07.942 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest.class 01:27:07.943 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest.class 01:27:07.943 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceWildcardTest.class 01:27:07.943 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/EquinoxFileTests.class 01:27:07.943 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests-bundle.properties 01:27:07.943 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF 01:27:07.943 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.class 01:27:07.944 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 01:27:07.944 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests-bundle.properties 01:27:07.944 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests.class 01:27:07.944 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 01:27:07.944 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 01:27:07.945 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/another-resource.res 01:27:07.945 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/duplicate.file 01:27:07.945 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/some-resource.res 01:27:07.965 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:557 - Test bundle [TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test (TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test)] successfully installed 01:27:07.966 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:27:07.968 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test (TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test)] 01:27:07.969 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:07.969 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test (TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test)] 01:27:07.970 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test (TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test)] 01:27:07.970 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:07.970 [BundleStart #20] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test (TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test) 01:27:07.970 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test (TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test)] 01:27:07.970 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:562 - Test bundle [TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test (TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test)] successfully started 01:27:07.971 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:208 - Looking for Spring/OSGi powered bundles to wait for... 01:27:07.973 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:27:07.973 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:27:07.974 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:27:07.975 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.eclipse.gemini.blueprint.bundle.osgi.io.test.osgi799.exp] does not trigger a context creation. 01:27:07.976 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:27:07.976 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:27:07.976 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:27:07.977 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:27:07.978 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:27:07.978 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:27:07.978 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:27:07.979 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:27:07.979 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.eclipse.gemini.blueprint.bundle.osgi.io.test.osgi799.imp] does not trigger a context creation. 01:27:07.980 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:27:07.980 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:27:07.981 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [slf4j.api] does not trigger a context creation. 01:27:07.981 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:27:07.982 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:27:07.982 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:27:07.983 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:27:07.984 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test] does not trigger a context creation. 01:27:07.984 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:364 - Writing test name [testExportedCustomPatternFoldersCP] to OSGi 01:27:07.999 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExportedCustomPatternFoldersCP] for execution inside OSGi 01:27:07.999 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testExportedCustomPatternFoldersCP] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@9f116cc 01:27:08.000 [main] INFO o.e.g.b.iandt.io.OSGI799Test:190 - Loading context for locations: 01:27:08.013 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test, config=): startup date [Sat Apr 27 01:27:08 UTC 2024]; root of context hierarchy 01:27:08.020 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:27:08.039 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@229f66ed: defining beans []; root of factory hierarchy 01:27:08.050 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:08.050 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:27:08.052 [main] TRACE o.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.052 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:27:08.056 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@4961f6af] 01:27:08.057 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5aebe890] 01:27:08.060 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@385e9564] 01:27:08.063 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test, config=): startup date [Sat Apr 27 01:27:08 UTC 2024]; root of context hierarchy] 01:27:08.065 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test, org.springframework.context.service.name=TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test, Bundle-SymbolicName=TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test, Bundle-Version=0.0.0} 01:27:08.067 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} [URL [bundle://1/cp/some/path/cp/cp.res], URL [bundle://1/cp/some/path/cp/], URL [bundle://1/some/path/root/root.res], URL [bundle://1/some/path/root/], URL [bundle://1:1/some/path/cp/cp.res], URL [bundle://1:1/some/path/cp/], URL [bundle://1:2/some/path/nested/], URL [bundle://1:2/some/path/nested/nested.res]] 01:27:08.119 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:08.120 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:440 - Reading OSGi results for test [testExportedCustomPatternFoldersCP] 01:27:08.121 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:447 - Test[testExportedCustomPatternFoldersCP]'s result read 01:27:08.122 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:364 - Writing test name [testImporterCustomPatternFoldersCP] to OSGi 01:27:08.123 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testImporterCustomPatternFoldersCP] for execution inside OSGi 01:27:08.123 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testImporterCustomPatternFoldersCP] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@306cf3ea [URL [bundle://1/some/path/root/root.res], URL [bundle://1:1/some/path/cp/cp.res], URL [bundle://1:1/some/path/cp/], URL [bundle://1:2/some/path/nested/], URL [bundle://1:2/some/path/nested/nested.res]] 01:27:08.132 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:08.132 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:440 - Reading OSGi results for test [testImporterCustomPatternFoldersCP] 01:27:08.132 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:447 - Test[testImporterCustomPatternFoldersCP]'s result read 01:27:08.133 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:364 - Writing test name [testImportedCustomCP] to OSGi 01:27:08.133 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testImportedCustomCP] for execution inside OSGi 01:27:08.134 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testImportedCustomCP] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2beee7ff [URL [bundle://1/some/path/root/root.res], URL [bundle://1:1/some/path/cp/cp.res], URL [bundle://1:2/some/path/nested/nested.res]] 01:27:08.141 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:08.142 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:440 - Reading OSGi results for test [testImportedCustomCP] 01:27:08.142 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:447 - Test[testImportedCustomCP]'s result read 01:27:08.142 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:364 - Writing test name [testImporterCustomFoldersCP] to OSGi 01:27:08.143 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testImporterCustomFoldersCP] for execution inside OSGi 01:27:08.143 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testImporterCustomFoldersCP] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5136d012 [URL [bundle://1/some/path/root/root.res], URL [bundle://1:1/some/path/cp/cp.res], URL [bundle://1:1/some/path/cp/], URL [bundle://1:2/some/path/nested/], URL [bundle://1:2/some/path/nested/nested.res]] 01:27:08.158 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:08.158 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:440 - Reading OSGi results for test [testImporterCustomFoldersCP] 01:27:08.159 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:447 - Test[testImporterCustomFoldersCP]'s result read 01:27:08.159 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:364 - Writing test name [testExportedCustomFoldersCP] to OSGi 01:27:08.160 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExportedCustomFoldersCP] for execution inside OSGi 01:27:08.160 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testExportedCustomFoldersCP] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5939a379 [URL [bundle://1/cp/some/path/cp/cp.res], URL [bundle://1/cp/some/path/cp/], URL [bundle://1/some/path/root/root.res], URL [bundle://1/some/path/root/], URL [bundle://1:1/some/path/cp/cp.res], URL [bundle://1:1/some/path/cp/], URL [bundle://1:2/some/path/nested/], URL [bundle://1:2/some/path/nested/nested.res]] 01:27:08.166 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:08.166 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:440 - Reading OSGi results for test [testExportedCustomFoldersCP] 01:27:08.167 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:447 - Test[testExportedCustomFoldersCP]'s result read 01:27:08.167 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:364 - Writing test name [testExportedCustomCP] to OSGi 01:27:08.168 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExportedCustomCP] for execution inside OSGi 01:27:08.168 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testExportedCustomCP] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@e1de817 [URL [bundle://1/some/path/root/root.res], URL [bundle://1:1/some/path/cp/cp.res], URL [bundle://1:2/some/path/nested/nested.res]] 01:27:08.173 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:08.173 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:440 - Reading OSGi results for test [testExportedCustomCP] 01:27:08.173 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:447 - Test[testExportedCustomCP]'s result read Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.224 sec - in org.eclipse.gemini.blueprint.iandt.io.OSGI799Test 01:27:08.177 [Thread-0] INFO o.e.g.b.iandt.io.OSGI799Test:471 - Shutting down OSGi platform 01:27:08.178 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test (TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test) 01:27:08.178 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test, config=): startup date [Sat Apr 27 01:27:08 UTC 2024]; root of context hierarchy 01:27:08.178 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:08.178 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test, config=): startup date [Sat Apr 27 01:27:08 UTC 2024]; root of context hierarchy] 01:27:08.179 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:08.179 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:08.179 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:08.179 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:08.180 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:08.180 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:08.180 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:08.180 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:27:08.181 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=20] for sending replayes events; last one was null 01:27:08.182 [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:08.182 [BundleStop #18] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:27:08.183 [BundleStop #18] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:27:08,888 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,034 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:09,037 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:09,069 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:09,110 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:09,112 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:09,119 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:09,129 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7d907bac - No compression will be used 01:27:09,137 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:09,137 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:09,158 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:09,159 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:09,159 |-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,159 |-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,159 |-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,159 |-INFO 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,160 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:27:09,160 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:09,160 |-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,160 |-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,160 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:09,160 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:09,161 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:09,161 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:09,161 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:09,162 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:09,162 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:09,163 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5c5a1b69 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.io.OSGI723Test 01:27:09.286 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:27:09.292 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:85 - Instantiating platform wrapper... 01:27:09.305 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi4278002970235374284kf 01:27:09.306 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:215 - About to start Knopflerfish OSGi Platform 01:27:09.418 [main] INFO o.e.g.b.iandt.io.OSGI723Test:279 - Knopflerfish OSGi Platform [7.1.2] started 01:27:09.419 [main] INFO o.e.g.b.iandt.io.OSGI723Test:55 - Installing OSGi-723 bundle... Bundle start Bundle issue.osgi-723 entries: bundle://1/META-INF/ bundle://1/META-INF/MANIFEST.MF bundle://1/META-INF/maven/ bundle://1/META-INF/maven/issue/ bundle://1/META-INF/maven/issue/osgi-723/ bundle://1/META-INF/maven/issue/osgi-723/pom.properties bundle://1/META-INF/maven/issue/osgi-723/pom.xml bundle://1/issue/ bundle://1/issue/Dummy.class bundle://1/issue/OSGI_723.class bundle://1/WEB-INF/ bundle://1/WEB-INF/web.xml 01:27:09.447 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:27:09.448 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:27:09.450 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:27:09.451 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:09.580 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:27:09.586 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:27:09.590 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:27:09.592 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:27:09.601 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:27:09.612 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:27:09.615 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:27:09.619 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:27:09.624 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:27:09.631 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:27:09.678 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:27:09.681 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:27:09.686 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:27:09.694 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:27:09.697 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:27:09.702 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:27:09.706 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:27:09.724 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:27:09.725 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:27:09.757 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:27:09.759 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:27:09.760 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:27:09.761 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:27:09.761 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:27:09.765 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:27:09.768 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:27:09.769 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:27:09.775 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:27:09.776 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:27:09.776 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:27:09.780 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:27:09.782 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:27:09.784 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:27:09,811 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,850 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:09,852 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:09,863 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:09,888 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:09,890 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:09,894 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:09,901 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@66884742 - No compression will be used 01:27:09,906 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:09,906 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:09,907 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:09,908 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:09,908 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:27:09,908 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:27:09,908 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:27:09,908 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:27:09,909 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:27:09,909 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:09,909 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:27:09,909 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:27:09,909 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:09,910 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:09,910 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:09,910 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:09,910 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:09,911 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:09,911 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:09,912 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4ccb994e - Registering current configuration as safe fallback point 01:27:09.925 [BundleStart #17] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:27:09.936 [BundleStart #17] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:27:10.086 [BundleStart #17] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:10.087 [BundleStart #17] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:10.092 [BundleStart #17] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:27:10.095 [BundleStart #17] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:27:10.100 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:10.105 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:10.105 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 01:27:10.105 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:10.106 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:27:10.107 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:10.107 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 01:27:10.108 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:27:10.108 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:27:10.109 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:10.109 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 01:27:10.110 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:27:10.110 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:10.110 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:10.110 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 01:27:10.111 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:10.111 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:27:10.112 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:10.112 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 01:27:10.112 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:27:10.112 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:27:10.113 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:10.113 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 01:27:10.114 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:27:10.114 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:27:10.114 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:10.115 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 01:27:10.115 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:27:10.115 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:10.116 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:10.116 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 01:27:10.116 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:10.116 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:27:10.117 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:10.117 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 01:27:10.117 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:27:10.117 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:10.118 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:10.118 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 01:27:10.118 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:27:10.119 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:27:10.119 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:10.120 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 01:27:10.120 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:27:10.120 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:10.120 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:10.121 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 01:27:10.121 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:10.121 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:10.122 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:10.122 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 01:27:10.122 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:10.122 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:10.123 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:10.123 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 01:27:10.123 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:27:10.123 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:10.123 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:10.124 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 01:27:10.124 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:10.124 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:27:10.126 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:10.126 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 01:27:10.126 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:27:10.126 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [osgi-723 (issue.osgi-723)] 01:27:10.127 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=issue.osgi-723]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:10.127 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=issue.osgi-723]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle osgi-723 (issue.osgi-723) 01:27:10.127 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [osgi-723 (issue.osgi-723)] 01:27:10.136 [BundleStart #17] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:27:10.156 [BundleStart #17] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:27:10.159 [BundleStart #17] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:27:10.160 [BundleStart #17] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:27:10.163 [BundleStart #17] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:27:10.165 [BundleStart #17] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:10.166 [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@5c0daa22 w/ reference null 01:27:10.166 [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@5c0daa22 w/ reference null 01:27:10.167 [BundleStart #17] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 01:27:10.171 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:10.180 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:10.181 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:10.181 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:27:10.184 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:10.184 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:27:10.184 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:27:10.186 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:10.186 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:27:10.186 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:10.187 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:10.187 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:10.188 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:27:10.189 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:10.189 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:27:10.189 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:27:10.191 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:10.191 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:27:10.192 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:27:10.192 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:10.192 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:27:10.193 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:10.193 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:10.194 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:10.194 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:27:10.195 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:10.195 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:27:10.195 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:10.196 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:10.197 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:27:10.197 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:27:10.198 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:10.199 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:27:10.199 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:10.199 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:10.199 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:10.200 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:10.201 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:10.202 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:10.202 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:10.202 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:10.202 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:27:10.203 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:10.203 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:10.203 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:10.204 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:27:10.207 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:10.207 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:27:10.207 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [osgi-723 (issue.osgi-723)] 01:27:10.208 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=issue.osgi-723]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:10.208 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [osgi-723 (issue.osgi-723)] 01:27:10.209 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:27:10.216 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:10.217 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:10.217 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 01:27:10.217 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:10.217 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:10.218 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:10.219 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:10.220 [main] INFO o.e.g.b.iandt.io.OSGI723Test:199 - org/eclipse/gemini/blueprint/iandt/io/OSGI723Test-bundle.properties was not found; using defaults 01:27:10.221 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:511 - Post processing: creating test bundle 01:27:10.238 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.io] 01:27:10.239 [main] INFO o.e.g.b.iandt.io.OSGI723Test:202 - Automatically creating Manifest for the test bundle 01:27:10.240 [main] INFO o.e.g.b.iandt.io.OSGI723Test:366 - Using the test class for generating bundle imports 01:27:10.242 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 01:27:10.242 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:460 - Package [org.eclipse.gemini.blueprint.iandt.io] is part of the test archive; parsing OSGI723Test bytecode to determine imports... 01:27:10.246 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:491 - Visiting class OSGI723Test 01:27:10.258 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 01:27:10.258 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:460 - Package [org.eclipse.gemini.blueprint.iandt.io] is part of the test archive; parsing BaseIoTest bytecode to determine imports... 01:27:10.259 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:491 - Visiting class BaseIoTest 01:27:10.261 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:10.261 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:27:10.262 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:491 - Visiting class BaseIntegrationTest 01:27:10.264 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:10.264 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:27:10.265 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:491 - Visiting class BaseIntegrationTest$PermissionManager 01:27:10.266 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:10.266 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:27:10.267 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:27:10.268 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:27:10.268 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:27:10.268 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.io, java.lang, org.osgi.framework, org.apache.commons.logging, java.io, java.util, java.net, org.springframework.util, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test.platform, org.eclipse.gemini.blueprint.iandt, org.springframework.core.io, org.springframework.core.io.support, org.eclipse.gemini.blueprint.io, org.eclipse.gemini.blueprint.test, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.osgi.service.permissionadmin} 01:27:10.268 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.io, java.lang, java.io, java.util, java.net, java.util.jar, java.security, java.lang.reflect] 01:27:10.269 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:27:10.269 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:282 - Filtered imports are [org.osgi.framework, org.apache.commons.logging, org.springframework.util, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test.platform, org.springframework.core.io, org.springframework.core.io.support, org.eclipse.gemini.blueprint.io, org.eclipse.gemini.blueprint.test, org.eclipse.gemini.blueprint.test.provisioning, org.osgi.service.permissionadmin] 01:27:10.269 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test, Bundle-Name=TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.apache.commons.logging,org.springframework.util,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test.platform,org.springframework.core.io,org.springframework.core.io.support,org.eclipse.gemini.blueprint.io,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.provisioning,org.osgi.service.permissionadmin, Manifest-Version=1.0] 01:27: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-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test, Bundle-Name=TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.apache.commons.logging,org.springframework.util,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test.platform,org.springframework.core.io,org.springframework.core.io.support,org.eclipse.gemini.blueprint.io,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.provisioning,org.osgi.service.permissionadmin;resolution:=optional, Manifest-Version=1.0]] 01:27:10.270 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:27:10.270 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:27:10.270 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:27:10.271 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:27:10.271 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:27:10.271 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:27:10.271 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:27:10.272 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:10.272 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:10.272 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:10.272 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 01:27:10.273 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 01:27:10.273 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest.class 01:27:10.273 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 01:27:10.273 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest.class 01:27:10.273 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest.class 01:27:10.274 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceWildcardTest.class 01:27:10.274 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/EquinoxFileTests.class 01:27:10.274 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests-bundle.properties 01:27:10.274 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF 01:27:10.275 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.class 01:27:10.275 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 01:27:10.275 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests-bundle.properties 01:27:10.275 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests.class 01:27:10.275 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 01:27:10.276 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 01:27:10.276 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/another-resource.res 01:27:10.276 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/duplicate.file 01:27:10.276 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/some-resource.res 01:27:10.286 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:557 - Test bundle [TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test (TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test)] successfully installed 01:27:10.287 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:27:10.289 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test (TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test)] 01:27:10.290 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:10.290 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test (TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test) 01:27:10.290 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test (TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test)] 01:27:10.290 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test (TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test)] 01:27:10.291 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:10.291 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test (TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test)] 01:27:10.291 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:562 - Test bundle [TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test (TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test)] successfully started 01:27:10.292 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:208 - Looking for Spring/OSGi powered bundles to wait for... 01:27:10.294 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:27:10.295 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:27:10.296 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:27:10.297 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:27:10.297 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:27:10.298 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:27:10.298 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:27:10.299 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:27:10.300 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:27:10.300 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:27:10.301 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:27:10.301 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:27:10.302 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:27:10.302 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [slf4j.api] does not trigger a context creation. 01:27:10.303 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:27:10.303 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:27:10.304 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:27:10.305 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:27:10.305 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test] does not trigger a context creation. 01:27:10.306 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [issue.osgi-723] does not trigger a context creation. 01:27:10.306 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:364 - Writing test name [testSpecialBundle] to OSGi 01:27:10.321 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testSpecialBundle] for execution inside OSGi 01:27:10.321 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testSpecialBundle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4fb61f4a 01:27:10.322 [main] INFO o.e.g.b.iandt.io.OSGI723Test:190 - Loading context for locations: 01:27:10.335 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test, config=): startup date [Sat Apr 27 01:27:10 UTC 2024]; root of context hierarchy 01:27:10.342 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:27:10.361 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@10683d9d: defining beans []; root of factory hierarchy 01:27:10.371 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:10.371 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:27:10.372 [main] TRACE o.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.373 [main] TRACE o.e.g.b.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.377 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@3c3d9b6b] 01:27:10.378 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@79d8407f] 01:27:10.381 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@65d09a04] 01:27:10.384 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test, config=): startup date [Sat Apr 27 01:27:10 UTC 2024]; root of context hierarchy] 01:27:10.387 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test, org.springframework.context.service.name=TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test, Bundle-SymbolicName=TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test, Bundle-Version=0.0.0} 01:27:10.388 [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-bla7553203081809659145.osgi/META-INF Copying bundle://1/META-INF/MANIFEST.MF to /tmp/tomcat-bla7553203081809659145.osgi/META-INF/MANIFEST.MF /tmp/tomcat-bla7553203081809659145.osgi/META-INF/maven/issue/osgi-723 Copying bundle://1/META-INF/maven/issue/osgi-723/pom.properties to /tmp/tomcat-bla7553203081809659145.osgi/META-INF/maven/issue/osgi-723/pom.properties /tmp/tomcat-bla7553203081809659145.osgi/META-INF/maven/issue/osgi-723 Copying bundle://1/META-INF/maven/issue/osgi-723/pom.xml to /tmp/tomcat-bla7553203081809659145.osgi/META-INF/maven/issue/osgi-723/pom.xml /tmp/tomcat-bla7553203081809659145.osgi/issue Copying bundle://1/issue/Dummy.class to /tmp/tomcat-bla7553203081809659145.osgi/issue/Dummy.class /tmp/tomcat-bla7553203081809659145.osgi/issue Copying bundle://1/issue/OSGI_723.class to /tmp/tomcat-bla7553203081809659145.osgi/issue/OSGI_723.class /tmp/tomcat-bla7553203081809659145.osgi/WEB-INF Copying bundle://1/WEB-INF/web.xml to /tmp/tomcat-bla7553203081809659145.osgi/WEB-INF/web.xml 01:27:10.431 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:10.432 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:440 - Reading OSGi results for test [testSpecialBundle] 01:27:10.433 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:447 - Test[testSpecialBundle]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.153 sec - in org.eclipse.gemini.blueprint.iandt.io.OSGI723Test 01:27:10.437 [Thread-0] INFO o.e.g.b.iandt.io.OSGI723Test:471 - Shutting down OSGi platform 01:27:10.438 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test (TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test) 01:27:10.438 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:10.438 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test, config=): startup date [Sat Apr 27 01:27:10 UTC 2024]; root of context hierarchy 01:27:10.439 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:10.439 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test, config=): startup date [Sat Apr 27 01:27:10 UTC 2024]; root of context hierarchy] 01:27:10.439 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:10.439 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:10.439 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:10.440 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:10.440 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:10.440 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:10.441 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:27:10.441 [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:10.442 [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:10.442 [BundleStop #17] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:27:10.443 [BundleStop #17] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:27:11,116 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,249 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:11,252 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:11,275 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:11,314 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:11,317 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:11,323 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:11,333 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@57536d79 - No compression will be used 01:27:11,340 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:11,340 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:11,342 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:11,342 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:11,356 |-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,357 |-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,357 |-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,357 |-INFO 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,357 |-INFO 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,357 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:11,358 |-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,358 |-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,358 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:11,358 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:11,358 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:11,358 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:11,358 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:11,359 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:11,359 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:11,361 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5bc79255 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest 01:27:11.496 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:27:11.501 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:85 - Instantiating platform wrapper... 01:27:11.513 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi5468971384097966712kf 01:27:11.514 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:215 - About to start Knopflerfish OSGi Platform 01:27:11.623 [main] INFO o.e.g.b.i.j.b.BridgeMethodTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:27:11.627 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:27:11.628 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:27:11.629 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:27:11.630 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:11.762 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:27:11.778 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:27:11.783 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:27:11.786 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:27:11.794 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:27:11.806 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:27:11.808 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:27:11.812 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:27:11.817 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:27:11.823 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:27:11.840 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:27:11.843 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:27:11.860 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:27:11.868 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:27:11.870 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:27:11.875 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:27:11.878 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:27:11.901 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:27:11.910 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:27:11.916 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:27:11.918 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:27:11.918 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:27:11.919 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:27:11.920 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:27:11.923 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:27:11.927 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:27:11.928 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:27:11.934 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:27:11.935 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:27:11.936 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:27:11.939 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:27:11.940 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:27:11.958 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:27:11,990 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,033 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:12,035 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:12,046 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:12,073 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:12,075 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:12,079 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:12,086 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@48a2d583 - No compression will be used 01:27:12,091 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:12,091 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:12,093 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:12,093 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:12,093 |-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,093 |-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,093 |-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,094 |-INFO 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,094 |-INFO 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,094 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:12,094 |-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,094 |-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,095 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:12,095 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:12,095 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:12,095 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:12,095 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:12,096 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:12,096 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:12,097 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@523167a - Registering current configuration as safe fallback point 01:27:12.109 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:27:12.119 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:27:12.270 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:12.271 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:12.275 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:27:12.278 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:27:12.283 [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.285 [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.285 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 01:27:12.285 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:12.286 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:27:12.288 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:12.288 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 01:27:12.288 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:27:12.288 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:27:12.289 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:12.290 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 01:27:12.290 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:27:12.290 [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.291 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:12.291 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 01:27:12.291 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:12.292 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:27:12.292 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:12.293 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 01:27:12.293 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:27:12.293 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:27:12.294 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:12.294 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 01:27:12.295 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:27:12.295 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:27:12.295 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:12.296 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 01:27:12.296 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:27:12.296 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:12.297 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:12.297 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 01:27:12.297 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:12.297 [BundleStart #16] 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.298 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:12.298 [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.298 [BundleStart #16] DEBUG o.e.g.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.299 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:12.299 [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.299 [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.299 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:27:12.300 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:27:12.301 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:12.301 [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.301 [BundleStart #16] DEBUG o.e.g.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.301 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:12.302 [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.302 [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.302 [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.302 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:12.303 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:12.303 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 01:27:12.304 [BundleStart #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.304 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:12.304 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:12.304 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 01:27:12.304 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:27:12.304 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:12.305 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:12.305 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 01:27:12.305 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:12.305 [BundleStart #16] 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.307 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:12.307 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 01:27:12.307 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:27:12.316 [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.317 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:27:12.319 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:27:12.320 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:27:12.323 [BundleStart #16] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:27:12.325 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:12.326 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@1f27620 w/ reference null 01:27:12.326 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@1f27620 w/ reference null 01:27:12.327 [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.331 [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.341 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:12.342 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:12.342 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:27:12.345 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:12.345 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:27:12.345 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:27:12.347 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:12.347 [BundleStart #16] DEBUG o.e.g.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.347 [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.348 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:12.348 [BundleStart #16] DEBUG 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.349 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:27:12.350 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:12.350 [BundleStart #16] DEBUG o.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.351 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:27:12.352 [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.353 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:27:12.353 [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.353 [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.354 [BundleStart #16] DEBUG o.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.354 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:12.355 [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.355 [BundleStart #16] 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.355 [BundleStart #16] 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.356 [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.357 [BundleStart #16] DEBUG o.e.g.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.357 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:12.358 [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.358 [BundleStart #16] 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.358 [BundleStart #16] 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.360 [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.360 [BundleStart #16] DEBUG o.e.g.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.360 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:12.361 [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.361 [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.361 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:12.363 [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.363 [BundleStart #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.363 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:12.364 [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.364 [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.364 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:12.365 [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.365 [BundleStart #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.365 [BundleStart #16] 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.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:27:12.369 [BundleStart #16] DEBUG o.e.g.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.370 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:27:12.376 [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.377 [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.377 [BundleStart #17] DEBUG 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.378 [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.378 [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.382 [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.383 [BundleStart #17] DEBUG 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.385 [main] INFO o.e.g.b.i.j.b.BridgeMethodTest:199 - org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/BridgeMethodTest-bundle.properties was not found; using defaults 01:27:12.385 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:511 - Post processing: creating test bundle 01:27:12.401 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods] 01:27:12.402 [main] INFO o.e.g.b.i.j.b.BridgeMethodTest:202 - Automatically creating Manifest for the test bundle 01:27:12.403 [main] INFO o.e.g.b.i.j.b.BridgeMethodTest:366 - Using the test class for generating bundle imports 01:27:12.405 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/BridgeMethodTest.class 01:27:12.406 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:460 - Package [org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods] is part of the test archive; parsing BridgeMethodTest bytecode to determine imports... 01:27:12.411 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:491 - Visiting class BridgeMethodTest 01:27:12.429 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:12.430 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:27:12.430 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:491 - Visiting class BaseIntegrationTest 01:27:12.436 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:12.436 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:27:12.437 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:27:12.457 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:12.458 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:27:12.458 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:27:12.459 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:27:12.460 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:27:12.460 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods, org.eclipse.gemini.blueprint.iandt, java.lang, org.osgi.framework, java.awt, java.awt.geom, java.util, org.springframework.context, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io, java.net} 01:27:12.460 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods, java.lang, java.awt, java.awt.geom, java.util, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 01:27:12.461 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:27:12.461 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:282 - Filtered imports are [org.osgi.framework, org.springframework.context, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 01:27:12.462 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest, Bundle-Name=TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.springframework.context,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 01:27:12.462 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest, Bundle-Name=TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.springframework.context,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 01:27:12.462 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:27:12.462 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:27:12.463 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:27:12.463 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:27:12.463 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:27:12.463 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:27:12.463 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:27:12.464 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:12.464 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:12.464 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:12.464 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/ 01:27:12.464 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/ 01:27:12.465 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/BridgeMethodTest.class 01:27:12.465 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/GenerifiedListenerInterface.class 01:27:12.465 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/Listener.class 01:27:12.465 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/config.xml 01:27:12.473 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:557 - Test bundle [TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest (TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest)] successfully installed 01:27:12.473 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:27:12.476 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest (TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest)] 01:27:12.477 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:12.477 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest (TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest)] 01:27:12.477 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest (TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest)] 01:27:12.478 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:12.478 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest (TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest) 01:27:12.478 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest (TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest)] 01:27:12.478 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:562 - Test bundle [TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest (TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest)] successfully started 01:27:12.479 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:27:12.481 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:27:12.481 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:27:12.482 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:27:12.483 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:27:12.484 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:27:12.484 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest] does not trigger a context creation. 01:27:12.484 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:27:12.485 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:27:12.486 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:27:12.486 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:27:12.486 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:27:12.487 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:27:12.488 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:27:12.489 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:27:12.489 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:27:12.491 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:27:12.491 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:27:12.492 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:27:12.494 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:27:12.495 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:364 - Writing test name [testGenerifiedListener] to OSGi 01:27:12.509 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGenerifiedListener] for execution inside OSGi 01:27:12.510 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGenerifiedListener] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@359f7cdf 01:27:12.510 [main] INFO o.e.g.b.i.j.b.BridgeMethodTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/config.xml 01:27:12.524 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest, config=/org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/config.xml): startup date [Sat Apr 27 01:27:12 UTC 2024]; root of context hierarchy 01:27:12.530 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:12.559 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/config.xml] 01:27:12.597 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:12.598 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:27:12.599 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:27:12.600 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:27:12.684 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:27:12.685 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:27:12.729 [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@548e6d58: defining beans [collection]; root of factory hierarchy 01:27:12.741 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:12.741 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:12.743 [main] TRACE o.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.744 [main] TRACE o.e.g.b.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.756 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@6a370f4] 01:27:12.757 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@2abf4075] 01:27:12.795 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapterBeanInfo] required by [TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest(TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest)] scanning available bundles 01:27:12.796 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapterCustomizer] required by [TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest(TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest)] scanning available bundles 01:27:12.798 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.OsgiServiceLifecycleListenerCustomizer] required by [TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest(TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest)] scanning available bundles 01:27:12.799 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.InitializingBeanCustomizer] required by [TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest(TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest)] scanning available bundles 01:27:12.799 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.BeanFactoryAwareCustomizer] required by [TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest(TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest)] scanning available bundles 01:27:12.804 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public void org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.Listener.bind(java.awt.Shape,java.util.Map)] on class org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.Listener 01:27:12.804 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public void org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.Listener.unbind(java.awt.Shape,java.util.Map)] on class org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.Listener 01:27:12.805 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:174 - Discovered bind methods=[[public void org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.Listener.bind(java.awt.Shape,java.util.Map)]], bind ServiceReference=null unbind methods=[[public void org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.Listener.unbind(java.awt.Shape,java.util.Map)]], unbind ServiceReference=null 01:27:12.806 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[] in=[(objectClass=java.awt.Shape)] 01:27:12.806 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.awt.Shape)] in=[(objectClass=java.awt.Shape)] 01:27:12.807 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:27:12.807 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:27:12.807 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=java.awt.Shape)] 01:27:12.808 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:12.808 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@543588e6 w/ reference null 01:27:12.808 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service with props=null 01:27:12.809 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.Listener.unbind(java.awt.Shape,java.util.Map) calling unbind 01:27:12.810 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@543588e6 w/ reference null 01:27:12.811 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@5ba3f27a] 01:27:12.814 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest, config=/org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/config.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest, config=/org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/config.xml): startup date [Sat Apr 27 01:27:12 UTC 2024]; root of context hierarchy] 01:27:12.817 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest, org.springframework.context.service.name=TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest, Bundle-SymbolicName=TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest, Bundle-Version=0.0.0} 01:27:12.818 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:27:12.844 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest] {java.awt.Shape}={service.id=10} 01:27:12.854 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest(TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest)] scanning available bundles 01:27:12.855 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest(TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest)] scanning available bundles 01:27:12.855 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest(TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest)] scanning available bundles 01:27:12.856 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest(TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest)] scanning available bundles 01:27:12.856 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest(TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest)] scanning available bundles 01:27:12.861 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@543588e6 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@66f57048 01:27:12.862 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@e350b40 with props={objectClass=[Ljava.lang.String;@41a0aa7d, service.id=10} 01:27:12.862 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.Listener.bind(java.awt.Shape,java.util.Map) calling bind 01:27:12.862 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@543588e6 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@66f57048 01:27:12.863 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@543588e6 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@66f57048 01:27:12.863 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@e350b40 with props={objectClass=[Ljava.lang.String;@2794eab6, service.id=10} 01:27:12.864 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.Listener.unbind(java.awt.Shape,java.util.Map) calling unbind 01:27:12.864 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@543588e6 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@66f57048 01:27:12.865 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:12.865 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:440 - Reading OSGi results for test [testGenerifiedListener] 01:27:12.866 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:447 - Test[testGenerifiedListener]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.376 sec - in org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest 01:27:12.871 [Thread-0] INFO o.e.g.b.i.j.b.BridgeMethodTest:471 - Shutting down OSGi platform 01:27:12.871 [Thread-3] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest (TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest) 01:27:12.872 [Thread-3] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest, config=/org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/config.xml): startup date [Sat Apr 27 01:27:12 UTC 2024]; root of context hierarchy 01:27:12.872 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:12.872 [Thread-3] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest, config=/org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/config.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest, config=/org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/config.xml): startup date [Sat Apr 27 01:27:12 UTC 2024]; root of context hierarchy] 01:27:12.872 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:12.873 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:12.873 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:12.873 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:12.873 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:12.873 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:12.874 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:12.875 [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:12.875 [Thread-3] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:27:12.876 [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:12.876 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:27:12.876 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:27:13,569 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:27:13,683 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:13,686 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:13,709 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:13,747 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:13,750 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:13,755 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:13,765 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:27:13,773 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:13,773 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:13,775 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:13,775 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:13,775 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:27:13,776 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:27:13,776 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:27:13,776 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:27:13,776 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:27:13,776 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:13,777 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:27:13,777 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:27:13,777 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:13,777 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:13,777 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:13,777 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:13,778 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:13,779 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:13,779 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:13,780 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest 01:27:13.903 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:27:13.908 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:85 - Instantiating platform wrapper... 01:27:13.920 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi7747254424799822739kf 01:27:13.921 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:215 - About to start Knopflerfish OSGi Platform 01:27:14.032 [main] INFO o.e.g.b.i.j.c.OrderedComponentScanningTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:27:14.036 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:27:14.037 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:27:14.039 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:27:14.039 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:14.190 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:27:14.207 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:27:14.213 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:27:14.215 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:27:14.224 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:27:14.234 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:27:14.236 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:27:14.240 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:27:14.246 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:27:14.262 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:27:14.280 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:27:14.282 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:27:14.287 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:27:14.295 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:27:14.297 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:27:14.301 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:27:14.305 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:27:14.308 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/config.bundle/sync.tail.bundle/target/sync-tail-bundle-3.0.1.BUILD-SNAPSHOT.jar] 01:27:14.331 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:27:14.362 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:27:14.367 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:27:14.369 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:27:14.370 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:27:14.370 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:27:14.371 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:27:14.374 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:27:14.378 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:27:14.378 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:27:14.385 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:27:14.386 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:27:14.386 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:27:14.390 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:27:14.392 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:27:14.394 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:27:14,423 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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:14,463 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:14,466 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:14,477 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:14,503 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:14,505 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:14,509 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:14,517 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@286230e2 - No compression will be used 01:27:14,522 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:14,522 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:14,523 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:14,524 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:14,524 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:27:14,524 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:27:14,524 |-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:14,525 |-INFO 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:14,525 |-INFO 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:14,525 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:14,525 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:27:14,525 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:27:14,526 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:14,526 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:14,526 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:14,526 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:14,526 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:14,527 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:14,527 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:14,528 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@7283d6fa - Registering current configuration as safe fallback point 01:27:14.542 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:27:14.553 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:27:14.718 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:14.719 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:14.723 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:27:14.727 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:27:14.736 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:14.737 [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:14.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:14.738 [BundleStart #16] DEBUG 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:14.738 [BundleStart #16] 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:14.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:14.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:14.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:14.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:14.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:14.742 [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:14.742 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:27:14.742 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:14.743 [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:14.743 [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:14.743 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:14.743 [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:14.744 [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:14.744 [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:14.744 [BundleStart #16] DEBUG o.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:14.745 [BundleStart #16] 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:14.746 [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:14.746 [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:14.746 [BundleStart #16] DEBUG o.e.g.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:14.746 [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:14.747 [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:14.747 [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:14.747 [BundleStart #16] DEBUG o.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:14.748 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:14.748 [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:14.748 [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:14.748 [BundleStart #16] 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:14.749 [BundleStart #16] 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:14.749 [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:14.749 [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:14.750 [BundleStart #16] DEBUG o.e.g.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:14.750 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:14.751 [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:14.751 [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:14.751 [BundleStart #16] 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:14.751 [BundleStart #16] 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:14.752 [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:14.752 [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:14.752 [BundleStart #16] DEBUG o.e.g.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:14.753 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:14.753 [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:14.753 [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:14.753 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:14.754 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:14.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:27:14.757 [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:14.757 [BundleStart #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:14.757 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:14.757 [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:14.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:27:14.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:27:14.758 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:14.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:27:14.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:27:14.759 [BundleStart #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:14.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:27:14.761 [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:14.761 [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:14.761 [BundleStart #16] DEBUG o.e.g.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:14.770 [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:14.770 [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:14.773 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:27:14.773 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:27:14.777 [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:14.779 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:14.779 [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:27:14.779 [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:27:14.780 [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:14.784 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:14.794 [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:14.795 [BundleStart #16] DEBUG 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:14.795 [BundleStart #16] 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:14.797 [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:14.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:27:14.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:27:14.800 [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:14.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:27:14.800 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:14.801 [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:14.801 [BundleStart #16] DEBUG 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:14.801 [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:14.802 [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:14.803 [BundleStart #16] DEBUG o.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:14.803 [BundleStart #16] 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:14.805 [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:14.805 [BundleStart #16] DEBUG o.e.g.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:14.806 [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:14.806 [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:14.806 [BundleStart #16] DEBUG o.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:14.807 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:14.807 [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:14.808 [BundleStart #16] 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:14.808 [BundleStart #16] 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:14.809 [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:14.809 [BundleStart #16] DEBUG o.e.g.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:14.809 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:14.811 [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:14.811 [BundleStart #16] 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:14.811 [BundleStart #16] 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:14.812 [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:14.813 [BundleStart #16] DEBUG o.e.g.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:14.813 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:14.813 [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:14.814 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:14.814 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:14.816 [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:14.816 [BundleStart #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:14.816 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:14.817 [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:14.817 [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:14.817 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:14.818 [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:14.818 [BundleStart #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:14.818 [BundleStart #16] 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:14.821 [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:14.822 [BundleStart #16] DEBUG o.e.g.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:14.823 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:27:14.829 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:14.830 [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:14.830 [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:14.830 [BundleStart #17] DEBUG 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:14.831 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:14.832 [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:14.832 [BundleStart #17] DEBUG 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:14.832 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:319 - Starting [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/config.bundle/sync.tail.bundle/target/sync-tail-bundle-3.0.1.BUILD-SNAPSHOT.jar] 01:27:14.834 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 01:27:14.835 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-tail]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=5s 01:27:14.835 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-tail]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=5s for bundle sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail) 01:27:14.835 [BundleStart #18] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 01:27:14.845 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle sync-tail is type compatible with extender gemini-blueprint-extender; processing bundle... 01:27:14.846 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-tail]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=5s 01:27:14.846 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Synchronous context creation for bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 01:27:14.849 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:250 - Setting bundle-defined, wait-for-dependencies/graceperiod timeout value=5000 ms, for bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 01:27:14.849 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:27:14.849 [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@10e46bf6 01:27:14.849 [BundleStart #18] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:27:14.850 [BundleStart #18] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:27:14.859 [BundleStart #18] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:14 UTC 2024]; root of context hierarchy 01:27:14.866 [BundleStart #18] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:14.896 [BundleStart #18] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/context.xml] 01:27:14.928 [BundleStart #18] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:14.928 [BundleStart #18] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:27:14.929 [BundleStart #18] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:27:14.930 [BundleStart #18] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:27:15.000 [BundleStart #18] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:27:15.001 [BundleStart #18] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:27:15.041 [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@433fc16: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy 01:27:15.060 [BundleStart #18] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:15.060 [BundleStart #18] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:15.061 [BundleStart #18] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:27:15.062 [BundleStart #18] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:27:15.072 [BundleStart #18] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:27:15.076 [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@433fc16: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy] 01:27:15.076 [BundleStart #18] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:27:15.076 [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@536b08e8 01:27:15.077 [BundleStart #18] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:27:15.077 [BundleStart #18] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:27:15.077 [BundleStart #18] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:27:15.077 [BundleStart #18] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:27:15.078 [BundleStart #18] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:27:15.078 [BundleStart #18] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:27:15.078 [BundleStart #18] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:27:15.078 [BundleStart #18] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:27:15.079 [BundleStart #18] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:27:15.081 [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@55ce5720] 01:27:15.082 [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@15370d71] 01:27:15.112 [BundleStart #18] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 01:27:15.113 [BundleStart #18] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 01:27:15.114 [BundleStart #18] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 01:27:15.116 [BundleStart #18] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class java.awt.geom.Area] classes {class java.awt.geom.Area, interface java.awt.Shape, interface java.lang.Cloneable} 01:27:15.116 [BundleStart #18] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}] 01:27:15.118 [BundleStart #18] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 01:27:15.119 [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@6f9d1d46] 01:27:15.122 [BundleStart #18] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:14 UTC 2024]; root of context hierarchy] 01:27:15.124 [BundleStart #18] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.springframework.osgi.iandt.config-opt.sync-tail, org.springframework.context.service.name=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-Version=1.0.0} 01:27:15.125 [BundleStart #18] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:27:15.129 [BundleStart #18] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=18] 01:27:15.130 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 01:27:15.131 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-tail]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:15.131 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 01:27:15.133 [main] INFO o.e.g.b.i.j.c.OrderedComponentScanningTest:199 - org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/OrderedComponentScanningTest-bundle.properties was not found; using defaults 01:27:15.134 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:511 - Post processing: creating test bundle 01:27:15.145 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning] 01:27:15.145 [main] INFO o.e.g.b.i.j.c.OrderedComponentScanningTest:202 - Automatically creating Manifest for the test bundle 01:27:15.146 [main] INFO o.e.g.b.i.j.c.OrderedComponentScanningTest:369 - Using all classes in the jar for the generation of bundle imports 01:27:15.147 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:435 - Analyze imports for test bundle resource /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:15.147 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:27:15.151 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:27:15.163 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:435 - Analyze imports for test bundle resource /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:15.164 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:27:15.164 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:27:15.168 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:435 - Analyze imports for test bundle resource /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:15.168 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:27:15.168 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:491 - Visiting class BaseIntegrationTest 01:27:15.171 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:435 - Analyze imports for test bundle resource /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/ComponentBean.class 01:27:15.171 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:460 - Package [org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning] is part of the test archive; parsing ComponentBean bytecode to determine imports... 01:27:15.171 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:491 - Visiting class ComponentBean 01:27:15.172 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:435 - Analyze imports for test bundle resource /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/OrderedComponentScanningTest.class 01:27:15.172 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:460 - Package [org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning] is part of the test archive; parsing OrderedComponentScanningTest bytecode to determine imports... 01:27:15.173 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:491 - Visiting class OrderedComponentScanningTest 01:27:15.174 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt, java.lang, org.eclipse.gemini.blueprint.test.provisioning, org.springframework.core.io, java.net, org.springframework.util, java.io, org.apache.commons.logging, org.osgi.framework, org.osgi.service.permissionadmin, java.util, org.eclipse.gemini.blueprint.util, java.security, org.eclipse.gemini.blueprint.test, java.util.jar, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning, org.springframework.stereotype, java.awt, org.springframework.beans.factory.annotation, org.springframework.context} 01:27:15.174 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:312 - Eliminated special packages [java.lang, java.net, java.io, java.util, java.security, java.util.jar, java.lang.reflect, org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning, java.awt] 01:27:15.175 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:27:15.175 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:282 - Filtered imports are [org.eclipse.gemini.blueprint.test.provisioning, org.springframework.core.io, org.springframework.util, org.apache.commons.logging, org.osgi.framework, org.osgi.service.permissionadmin, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.eclipse.gemini.blueprint.test.platform, org.springframework.stereotype, org.springframework.beans.factory.annotation, org.springframework.context] 01:27:15.176 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest, Bundle-Name=TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.test.provisioning,org.springframework.core.io,org.springframework.util,org.apache.commons.logging,org.osgi.framework,org.osgi.service.permissionadmin,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.platform,org.springframework.stereotype,org.springframework.beans.factory.annotation,org.springframework.context, Manifest-Version=1.0] 01:27:15.176 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest, Bundle-Name=TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.test.provisioning,org.springframework.core.io,org.springframework.util,org.apache.commons.logging,org.osgi.framework,org.osgi.service.permissionadmin;resolution:=optional,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.platform,org.springframework.stereotype,org.springframework.beans.factory.annotation,org.springframework.context, Manifest-Version=1.0]] 01:27:15.176 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:27:15.177 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:27:15.177 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:27:15.177 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:27:15.177 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:27:15.178 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:27:15.178 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:27:15.178 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:15.178 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:15.179 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:15.179 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/ 01:27:15.179 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/ 01:27:15.180 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/ComponentBean.class 01:27:15.180 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/OrderedComponentScanningTest.class 01:27:15.180 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/context.xml 01:27:15.187 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:557 - Test bundle [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest (TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] successfully installed 01:27:15.187 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:27:15.190 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest (TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] 01:27:15.191 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:15.191 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest (TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest) 01:27:15.191 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest (TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] 01:27:15.191 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest (TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] 01:27:15.192 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:15.192 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest (TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] 01:27:15.192 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:562 - Test bundle [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest (TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] successfully started 01:27:15.193 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:27:15.195 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:27:15.196 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:27:15.198 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:27:15.199 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:27:15.199 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:27:15.200 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:218 - Bundle [org.springframework.osgi.iandt.config-opt.sync-tail] triggers a context creation; waiting for it 01:27:15.201 [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:15.203 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@11052328} 01:27:15.204 [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:15.204 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.config-opt.sync-tail 01:27:15.204 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:138 - Found applicationContext for bundle=org.springframework.osgi.iandt.config-opt.sync-tail 01:27:15.205 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:27:15.206 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:27:15.207 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:27:15.207 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:27:15.208 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:27:15.209 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:27:15.209 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:27:15.210 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:27:15.210 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:27:15.212 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:27:15.212 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest] does not trigger a context creation. 01:27:15.212 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:27:15.212 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:27:15.214 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:27:15.215 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:364 - Writing test name [testAutowireInjection] to OSGi 01:27:15.228 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAutowireInjection] for execution inside OSGi 01:27:15.229 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testAutowireInjection] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3e58a80e 01:27:15.229 [main] INFO o.e.g.b.i.j.c.OrderedComponentScanningTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/context.xml 01:27:15.230 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest, config=/org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/context.xml): startup date [Sat Apr 27 01:27:15 UTC 2024]; root of context hierarchy 01:27:15.231 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:15.231 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/context.xml] 01:27:15.257 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:15.257 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:27:15.258 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:27:15.258 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:27:15.288 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/context/config/spring-context.xsd 01:27:15.288 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/context/config/spring-context.xsd at bundle://10/org/springframework/context/config/spring-context.xsd 01:27:15.292 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-tool.xsd 01:27:15.293 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-tool.xsd at bundle://8/org/springframework/beans/factory/xml/spring-tool.xsd 01:27:15.297 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:27:15.298 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:27:15.444 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest, config=/org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/context.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@2925bf5b: defining beans [componentBean,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,shape]; root of factory hierarchy 01:27:15.444 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:15.445 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:15.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:27:15.445 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:27:15.471 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessorBeanInfo] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 01:27:15.472 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:27:15.477 [main] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] exports [org.springframework.beans.factory.annotation] as version [5.0.4.RELEASE] but version [0.0.0] was required 01:27:15.492 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapterBeanInfo] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 01:27:15.493 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapterCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 01:27:15.495 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessorCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 01:27:15.495 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:27:15.499 [main] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] exports [org.springframework.beans.factory.annotation] as version [5.0.4.RELEASE] but version [0.0.0] was required 01:27:15.510 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.support.MergedBeanDefinitionPostProcessorCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 01:27:15.511 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.PriorityOrderedCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 01:27:15.512 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.BeanFactoryAwareCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 01:27:15.513 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.config.SmartInstantiationAwareBeanPostProcessorCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 01:27:15.516 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessorBeanInfo] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 01:27:15.516 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:27:15.520 [main] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] exports [org.springframework.beans.factory.annotation] as version [5.0.4.RELEASE] but version [0.0.0] was required 01:27:15.529 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessorCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 01:27:15.530 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:27:15.533 [main] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] exports [org.springframework.beans.factory.annotation] as version [5.0.4.RELEASE] but version [0.0.0] was required 01:27:15.544 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.support.MergedBeanDefinitionPostProcessorCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 01:27:15.545 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.PriorityOrderedCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 01:27:15.546 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.BeanFactoryAwareCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 01:27:15.546 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.config.SmartInstantiationAwareBeanPostProcessorCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 01:27:15.550 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.context.annotation.CommonAnnotationBeanPostProcessorBeanInfo] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 01:27:15.551 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessorBeanInfo] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 01:27:15.551 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:27:15.555 [main] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] exports [org.springframework.beans.factory.annotation] as version [5.0.4.RELEASE] but version [0.0.0] was required 01:27:15.565 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessorCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 01:27:15.566 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:27:15.569 [main] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] exports [org.springframework.beans.factory.annotation] as version [5.0.4.RELEASE] but version [0.0.0] was required 01:27:15.579 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.context.annotation.CommonAnnotationBeanPostProcessorCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 01:27:15.581 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 01:27:15.581 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.BeanFactoryAwareCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 01:27:15.582 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.config.DestructionAwareBeanPostProcessorCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 01:27:15.583 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.support.MergedBeanDefinitionPostProcessorCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 01:27:15.583 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.PriorityOrderedCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 01:27:15.584 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@6a03bcb1] 01:27:15.585 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@21b2e768] 01:27:15.611 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape, interface java.lang.Cloneable} and filter=[] in=[(&(objectClass=java.awt.Shape)(objectClass=java.lang.Cloneable))] 01:27:15.611 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=java.awt.Shape)(objectClass=java.lang.Cloneable))] in=[(&(objectClass=java.awt.Shape)(objectClass=java.lang.Cloneable))] 01:27:15.612 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:27:15.619 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:27:15.626 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 01:27:15.627 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 01:27:15.628 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 01:27:15.628 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 01:27:15.629 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 01:27:15.635 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(&(objectClass=java.awt.Shape)(objectClass=java.lang.Cloneable))] 01:27:15.636 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@2dc5629e} 01:27:15.637 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2dc5629e] bound to proxy 01:27:15.637 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2dc5629e] bound to proxy 01:27:15.640 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.ComponentBeanBeanInfo] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 01:27:15.640 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.ComponentBeanCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 01:27:15.657 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.context.event.EventListenerMethodProcessorBeanInfo] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 01:27:15.658 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.context.event.EventListenerMethodProcessorCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 01:27:15.659 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.SmartInitializingSingletonCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 01:27:15.660 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.context.ApplicationContextAwareCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 01:27:15.660 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:27:15.677 [main] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] exports [org.springframework.context] as version [5.0.4.RELEASE] but version [0.0.0] was required 01:27:15.679 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.context.event.DefaultEventListenerFactoryBeanInfo] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 01:27:15.680 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.context.event.DefaultEventListenerFactoryCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 01:27:15.681 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.context.event.EventListenerFactoryCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 01:27:15.682 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.OrderedCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 01:27:15.712 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4d5b6aac] 01:27:15.713 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest, config=/org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/context.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest, config=/org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/context.xml): startup date [Sat Apr 27 01:27:15 UTC 2024]; root of context hierarchy] 01:27:15.714 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest, org.springframework.context.service.name=TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest, Bundle-SymbolicName=TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest, Bundle-Version=0.0.0} 01:27:15.714 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:27:15.739 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:15.756 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:440 - Reading OSGi results for test [testAutowireInjection] 01:27:15.757 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:447 - Test[testAutowireInjection]'s result read 01:27:15.759 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:364 - Writing test name [testInjectionIdentity] to OSGi 01:27:15.759 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testInjectionIdentity] for execution inside OSGi 01:27:15.759 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testInjectionIdentity] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@156b88f5 01:27:15.760 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:15.761 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:440 - Reading OSGi results for test [testInjectionIdentity] 01:27:15.761 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:447 - Test[testInjectionIdentity]'s result read 01:27:15.761 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:364 - Writing test name [testComponentExistence] to OSGi 01:27:15.762 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testComponentExistence] for execution inside OSGi 01:27:15.762 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testComponentExistence] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4d465b11 01:27:15.763 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:15.763 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:440 - Reading OSGi results for test [testComponentExistence] 01:27:15.764 [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.867 sec - in org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest 01:27:15.771 [Thread-0] INFO o.e.g.b.i.j.c.OrderedComponentScanningTest:471 - Shutting down OSGi platform 01:27:15.772 [Thread-3] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest (TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest) 01:27:15.772 [Thread-3] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest, config=/org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/context.xml): startup date [Sat Apr 27 01:27:15 UTC 2024]; root of context hierarchy 01:27:15.772 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:15.772 [Thread-3] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest, config=/org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/context.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest, config=/org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/context.xml): startup date [Sat Apr 27 01:27:15 UTC 2024]; root of context hierarchy] 01:27:15.773 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=18]] 01:27:15.774 [Thread-3] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2dc5629e] was unregistered and unbound from the service proxy 01:27:15.774 [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:15.774 [Thread-3] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2dc5629e] was unregistered and unbound from the service proxy 01:27:15.775 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=18]] 01:27:15.775 [Thread-3] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:27:15.776 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:27:15.777 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:27:15.777 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@10e46bf6 01:27:15.777 [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:15.777 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:27:15.778 [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:15.778 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:14 UTC 2024]; root of context hierarchy 01:27:15.778 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:14 UTC 2024]; root of context hierarchy] 01:27:15.778 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 01:27:15.779 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@2dc5629e] 01:27:15.779 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:27:15.780 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:27:15.780 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@10e46bf6 01:27:15.780 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:27:15.781 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:15.781 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:15.781 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:15.781 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:15.781 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:15.781 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:15.783 [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:15.783 [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@4e5cd1d2 01:27:15.783 [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:15.783 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:27:15.784 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:27:16,501 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:27:16,622 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:16,626 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:16,649 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:16,692 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:16,695 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:16,701 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:16,711 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:27:16,718 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:16,719 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:16,721 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:16,721 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:16,721 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:27:16,721 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:27:16,721 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:27:16,722 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:27:16,722 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:27:16,722 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:16,722 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:27:16,722 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:27:16,722 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:16,723 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:16,723 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:16,723 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:16,723 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:16,724 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:16,724 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:16,725 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest 01:27:16.860 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:27:16.865 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:85 - Instantiating platform wrapper... 01:27:16.877 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi6623880134120121418kf 01:27:16.878 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:215 - About to start Knopflerfish OSGi Platform 01:27:16.990 [main] INFO o.e.g.b.i.j.io.ComponentScanTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:27:16.993 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:27:16.994 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:27:16.996 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:27:16.997 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:17.132 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:27:17.147 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:27:17.153 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:27:17.155 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:27:17.164 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:27:17.174 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:27:17.177 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:27:17.181 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:27:17.186 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:27:17.201 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:27:17.210 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:27:17.213 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:27:17.217 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:27:17.230 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:27:17.259 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:27:17.264 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:27:17.268 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:27:17.271 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/jdk5/component.scan.bundle/target/component.scan.bundle-3.0.1.BUILD-SNAPSHOT.jar] 01:27:17.289 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:27:17.297 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:27:17.302 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:27:17.304 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:27:17.305 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:27:17.305 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:27:17.306 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:27:17.309 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:27:17.313 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:27:17.313 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:27:17.320 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:27:17.321 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:27:17.321 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:27:17.325 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:27:17.327 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:27:17.329 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:27:17,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:17,417 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:17,420 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:17,433 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:17,465 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:17,467 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:17,471 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:17,479 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@49b1c2dd - No compression will be used 01:27:17,483 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:17,483 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:17,485 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:17,485 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:17,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:17,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:17,486 |-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,486 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:27:17,486 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:27:17,486 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:17,486 |-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,486 |-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,487 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:17,487 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:17,487 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:17,487 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:17,487 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:17,488 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:17,488 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:17,489 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@58a98683 - Registering current configuration as safe fallback point 01:27:17.503 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:27:17.513 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:27:17.678 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:17.679 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:17.684 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:27:17.687 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:27:17.696 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:17.698 [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:17.698 [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:17.698 [BundleStart #16] DEBUG 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:17.699 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:27:17.701 [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:17.701 [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:17.701 [BundleStart #16] DEBUG o.e.g.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:17.702 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:27:17.703 [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:17.703 [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:17.703 [BundleStart #16] DEBUG o.e.g.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:17.704 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:17.704 [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:17.705 [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:17.705 [BundleStart #16] DEBUG 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:17.705 [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:17.706 [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:17.706 [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:17.706 [BundleStart #16] DEBUG o.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:17.707 [BundleStart #16] 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:17.708 [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:17.708 [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:17.708 [BundleStart #16] DEBUG o.e.g.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:17.709 [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:17.709 [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:17.709 [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:17.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:27:17.710 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:17.711 [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:17.711 [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:17.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:27:17.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:27:17.712 [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:17.712 [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:17.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:27:17.713 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:17.714 [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:17.714 [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:17.714 [BundleStart #16] 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:17.714 [BundleStart #16] 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:17.715 [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:17.715 [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:17.716 [BundleStart #16] DEBUG o.e.g.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:17.716 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:17.716 [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:17.717 [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:17.717 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:17.717 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:17.718 [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:17.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:17.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:17.719 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:17.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:17.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:17.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:27:17.720 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:17.720 [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:17.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:27:17.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:27:17.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:27:17.723 [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:17.723 [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:17.723 [BundleStart #16] DEBUG o.e.g.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:17.732 [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:17.733 [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:17.735 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:27:17.736 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:27:17.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:17.741 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:17.742 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@5c653c92 w/ reference null 01:27:17.742 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@5c653c92 w/ reference null 01:27:17.743 [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:17.747 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:17.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:27:17.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:27:17.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:27:17.762 [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:17.762 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:27:17.763 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:27:17.765 [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:17.765 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:27:17.765 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:17.766 [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:17.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:27:17.767 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:27:17.768 [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:17.768 [BundleStart #16] DEBUG o.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:17.769 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:27:17.771 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:17.771 [BundleStart #16] DEBUG o.e.g.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:17.772 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:27:17.772 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:17.773 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:27:17.773 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:17.774 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:17.774 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:17.774 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:27:17.775 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:17.776 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:27:17.776 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:17.777 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:17.778 [BundleStart #16] 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:17.778 [BundleStart #16] 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:17.780 [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:17.780 [BundleStart #16] DEBUG o.e.g.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:17.780 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:17.781 [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:17.781 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:17.781 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:17.784 [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:17.784 [BundleStart #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:17.784 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:17.785 [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:17.785 [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:17.785 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:17.786 [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:17.786 [BundleStart #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:17.787 [BundleStart #16] 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:17.791 [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:17.791 [BundleStart #16] DEBUG o.e.g.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:17.792 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:27:17.798 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:17.799 [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:17.800 [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:17.800 [BundleStart #17] DEBUG 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:17.800 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:17.801 [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:17.802 [BundleStart #17] DEBUG 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:17.802 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:319 - Starting [Component Bundle (org.eclipse.gemini.blueprint.iandt.io.component)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/jdk5/component.scan.bundle/target/component.scan.bundle-3.0.1.BUILD-SNAPSHOT.jar] 01:27:17.803 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Component Bundle (org.eclipse.gemini.blueprint.iandt.io.component)] 01:27:17.803 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.io.component]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:17.804 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.io.component]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Component Bundle (org.eclipse.gemini.blueprint.iandt.io.component) 01:27:17.804 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Component Bundle (org.eclipse.gemini.blueprint.iandt.io.component)] 01:27:17.804 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Component Bundle (org.eclipse.gemini.blueprint.iandt.io.component)] 01:27:17.805 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.io.component]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:17.805 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Component Bundle (org.eclipse.gemini.blueprint.iandt.io.component)] 01:27:17.807 [main] INFO o.e.g.b.i.j.io.ComponentScanTest:199 - org/eclipse/gemini/blueprint/iandt/jdk5/io/ComponentScanTest-bundle.properties was not found; using defaults 01:27:17.807 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:511 - Post processing: creating test bundle 01:27:17.819 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.jdk5.io] 01:27:17.819 [main] INFO o.e.g.b.i.j.io.ComponentScanTest:202 - Automatically creating Manifest for the test bundle 01:27:17.820 [main] INFO o.e.g.b.i.j.io.ComponentScanTest:366 - Using the test class for generating bundle imports 01:27:17.822 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/jdk5/io/ComponentScanTest.class 01:27:17.822 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:460 - Package [org.eclipse.gemini.blueprint.iandt.jdk5.io] is part of the test archive; parsing ComponentScanTest bytecode to determine imports... 01:27:17.826 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:491 - Visiting class ComponentScanTest 01:27:17.837 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:17.837 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:27:17.837 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:491 - Visiting class BaseIntegrationTest 01:27:17.842 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:17.842 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:27:17.842 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:27:17.844 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:17.844 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:27:17.844 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:27:17.856 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:27:17.857 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:27:17.857 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.jdk5.io, org.eclipse.gemini.blueprint.iandt, java.lang, org.eclipse.gemini.blueprint.iandt.io.component, org.springframework.context, org.eclipse.gemini.blueprint.test, org.osgi.framework, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io, java.net} 01:27:17.857 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.jdk5.io, java.lang, java.util, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 01:27:17.858 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:27:17.858 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:282 - Filtered imports are [org.eclipse.gemini.blueprint.iandt.io.component, org.springframework.context, org.eclipse.gemini.blueprint.test, org.osgi.framework, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 01:27:17.858 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest, Bundle-Name=TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.iandt.io.component,org.springframework.context,org.eclipse.gemini.blueprint.test,org.osgi.framework,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 01:27:17.859 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest, Bundle-Name=TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.iandt.io.component,org.springframework.context,org.eclipse.gemini.blueprint.test,org.osgi.framework,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 01:27:17.859 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:27:17.859 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:27:17.859 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:27:17.860 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:27:17.860 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:27:17.860 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:27:17.860 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:27:17.860 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:17.861 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:17.861 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:17.861 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/ 01:27:17.861 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/io/ 01:27:17.861 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/io/ComponentScanTest.class 01:27:17.861 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/io/component-scan.xml 01:27:17.868 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:557 - Test bundle [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest (TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] successfully installed 01:27:17.868 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:27:17.871 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest (TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] 01:27:17.871 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:17.872 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest (TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest) 01:27:17.872 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest (TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] 01:27:17.872 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest (TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] 01:27:17.873 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:17.873 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest (TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] 01:27:17.873 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:562 - Test bundle [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest (TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] successfully started 01:27:17.874 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:27:17.875 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:27:17.876 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:27:17.877 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:27:17.878 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:27:17.878 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:27:17.879 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:27:17.879 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.eclipse.gemini.blueprint.iandt.io.component] does not trigger a context creation. 01:27:17.880 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:27:17.880 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:27:17.881 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:27:17.881 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:27:17.882 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest] does not trigger a context creation. 01:27:17.882 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:27:17.882 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:27:17.883 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:27:17.883 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:27:17.884 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:27:17.884 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:27:17.885 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:27:17.886 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:27:17.887 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:364 - Writing test name [testComponentScan] to OSGi 01:27:17.900 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testComponentScan] for execution inside OSGi 01:27:17.900 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testComponentScan] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4fb61f4a 01:27:17.901 [main] INFO o.e.g.b.i.j.io.ComponentScanTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/jdk5/io/component-scan.xml 01:27:17.914 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest, config=/org/eclipse/gemini/blueprint/iandt/jdk5/io/component-scan.xml): startup date [Sat Apr 27 01:27:17 UTC 2024]; root of context hierarchy 01:27:17.920 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:17.949 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/org/eclipse/gemini/blueprint/iandt/jdk5/io/component-scan.xml] 01:27:17.981 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:17.982 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:27:17.983 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:27:17.983 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:27:18.062 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/context/config/spring-context.xsd 01:27:18.063 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/context/config/spring-context.xsd at bundle://10/org/springframework/context/config/spring-context.xsd 01:27:18.070 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-tool.xsd 01:27:18.070 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-tool.xsd at bundle://8/org/springframework/beans/factory/xml/spring-tool.xsd 01:27:18.124 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.stereotype.Component] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 01:27:18.134 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.stereotype.Component] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 01:27:18.146 [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@2dde1bff: defining beans [bean,componentBean,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory]; root of factory hierarchy 01:27:18.155 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:18.156 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:18.157 [main] TRACE o.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.158 [main] TRACE o.e.g.b.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.193 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessorBeanInfo] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 01:27:18.194 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapterBeanInfo] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 01:27:18.194 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapterCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 01:27:18.196 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessorCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 01:27:18.199 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.support.MergedBeanDefinitionPostProcessorCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 01:27:18.200 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.PriorityOrderedCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 01:27:18.200 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.BeanFactoryAwareCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 01:27:18.201 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.config.SmartInstantiationAwareBeanPostProcessorCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 01:27:18.204 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessorBeanInfo] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 01:27:18.205 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessorCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 01:27:18.207 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.support.MergedBeanDefinitionPostProcessorCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 01:27:18.207 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.PriorityOrderedCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 01:27:18.208 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.BeanFactoryAwareCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 01:27:18.209 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.config.SmartInstantiationAwareBeanPostProcessorCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 01:27:18.213 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.context.annotation.CommonAnnotationBeanPostProcessorBeanInfo] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 01:27:18.214 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessorBeanInfo] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 01:27:18.214 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessorCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 01:27:18.216 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.context.annotation.CommonAnnotationBeanPostProcessorCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 01:27:18.218 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 01:27:18.219 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.BeanFactoryAwareCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 01:27:18.220 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.config.DestructionAwareBeanPostProcessorCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 01:27:18.220 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.support.MergedBeanDefinitionPostProcessorCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 01:27:18.221 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.PriorityOrderedCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 01:27:18.224 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@f78a47e] 01:27:18.224 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@644baf4a] 01:27:18.235 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.io.component.BeanBeanInfo] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 01:27:18.235 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:27:18.246 [main] TRACE o.e.g.blueprint.util.DebugUtils:220 - Bundle [Component Bundle (org.eclipse.gemini.blueprint.iandt.io.component)] does not contain [BeanBeanInfo.class] but exports the package 01:27:18.246 [main] TRACE o.e.g.blueprint.util.DebugUtils:234 - Bundle [Component Bundle (org.eclipse.gemini.blueprint.iandt.io.component)] contains package [org.eclipse.gemini.blueprint.iandt.io.component] and exports it 01:27:18.265 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.io.component.BeanCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 01:27:18.265 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:27:18.273 [main] TRACE o.e.g.blueprint.util.DebugUtils:220 - Bundle [Component Bundle (org.eclipse.gemini.blueprint.iandt.io.component)] does not contain [BeanCustomizer.class] but exports the package 01:27:18.274 [main] TRACE o.e.g.blueprint.util.DebugUtils:234 - Bundle [Component Bundle (org.eclipse.gemini.blueprint.iandt.io.component)] contains package [org.eclipse.gemini.blueprint.iandt.io.component] and exports it 01:27:18.296 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.io.component.ComponentBeanBeanInfo] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 01:27:18.297 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:27:18.315 [main] TRACE o.e.g.blueprint.util.DebugUtils:220 - Bundle [Component Bundle (org.eclipse.gemini.blueprint.iandt.io.component)] does not contain [ComponentBeanBeanInfo.class] but exports the package 01:27:18.315 [main] TRACE o.e.g.blueprint.util.DebugUtils:234 - Bundle [Component Bundle (org.eclipse.gemini.blueprint.iandt.io.component)] contains package [org.eclipse.gemini.blueprint.iandt.io.component] and exports it 01:27:18.325 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.io.component.ComponentBeanCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 01:27:18.326 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:27:18.331 [main] TRACE o.e.g.blueprint.util.DebugUtils:220 - Bundle [Component Bundle (org.eclipse.gemini.blueprint.iandt.io.component)] does not contain [ComponentBeanCustomizer.class] but exports the package 01:27:18.332 [main] TRACE o.e.g.blueprint.util.DebugUtils:234 - Bundle [Component Bundle (org.eclipse.gemini.blueprint.iandt.io.component)] contains package [org.eclipse.gemini.blueprint.iandt.io.component] and exports it 01:27:18.405 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.context.event.EventListenerMethodProcessorBeanInfo] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 01:27:18.405 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.context.event.EventListenerMethodProcessorCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 01:27:18.406 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.SmartInitializingSingletonCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 01:27:18.407 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.context.ApplicationContextAwareCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 01:27:18.407 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:27:18.420 [main] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] exports [org.springframework.context] as version [5.0.4.RELEASE] but version [0.0.0] was required 01:27:18.422 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.context.event.DefaultEventListenerFactoryBeanInfo] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 01:27:18.423 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.context.event.DefaultEventListenerFactoryCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 01:27:18.424 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.context.event.EventListenerFactoryCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 01:27:18.425 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.OrderedCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 01:27:18.460 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@2767e23c] 01:27:18.463 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest, config=/org/eclipse/gemini/blueprint/iandt/jdk5/io/component-scan.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest, config=/org/eclipse/gemini/blueprint/iandt/jdk5/io/component-scan.xml): startup date [Sat Apr 27 01:27:17 UTC 2024]; root of context hierarchy] 01:27:18.466 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest, org.springframework.context.service.name=TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest, Bundle-SymbolicName=TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest, Bundle-Version=0.0.0} 01:27:18.467 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:27:18.489 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:18.490 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:440 - Reading OSGi results for test [testComponentScan] 01:27:18.490 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:447 - Test[testComponentScan]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.637 sec - in org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest 01:27:18.494 [Thread-0] INFO o.e.g.b.i.j.io.ComponentScanTest:471 - Shutting down OSGi platform 01:27:18.495 [Thread-3] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest (TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest) 01:27:18.495 [Thread-3] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest, config=/org/eclipse/gemini/blueprint/iandt/jdk5/io/component-scan.xml): startup date [Sat Apr 27 01:27:17 UTC 2024]; root of context hierarchy 01:27:18.495 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:18.495 [Thread-3] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest, config=/org/eclipse/gemini/blueprint/iandt/jdk5/io/component-scan.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest, config=/org/eclipse/gemini/blueprint/iandt/jdk5/io/component-scan.xml): startup date [Sat Apr 27 01:27:17 UTC 2024]; root of context hierarchy] 01:27:18.495 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:18.496 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:18.496 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:18.496 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:18.496 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:18.497 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:18.497 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:18.498 [Thread-3] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:27:18.498 [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:18.498 [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:18.499 [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:18.500 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:27:18.501 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:27:19,205 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:27:19,340 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:19,343 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:19,366 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:19,406 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:19,409 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:19,415 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:19,425 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1f28c152 - No compression will be used 01:27:19,433 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:19,433 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:19,435 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:19,435 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:19,435 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:27:19,435 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:27:19,436 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:27:19,436 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:27:19,436 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:27:19,436 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:19,436 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:27:19,437 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:27:19,437 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:19,437 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:19,437 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:19,437 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:19,438 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:19,438 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:19,439 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:19,440 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@43814d18 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest 01:27:19.573 [main] TRACE o.e.g.b.i.l.LifecycleTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:27:19.578 [main] TRACE o.e.g.b.i.l.LifecycleTest:85 - Instantiating platform wrapper... 01:27:19.591 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi7973173692565385735kf 01:27:19.591 [main] DEBUG o.e.g.b.i.l.LifecycleTest:215 - About to start Knopflerfish OSGi Platform 01:27:19.699 [main] INFO o.e.g.b.i.l.LifecycleTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:27:19.703 [main] TRACE o.e.g.b.i.l.LifecycleTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:27:19.704 [main] TRACE o.e.g.b.i.l.LifecycleTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:27:19.706 [main] DEBUG o.e.g.b.i.l.LifecycleTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:27:19.707 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:19.839 [main] DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:27:19.855 [main] DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:27:19.860 [main] DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:27:19.862 [main] DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:27:19.871 [main] DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:27:19.881 [main] DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:27:19.883 [main] DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:27:19.887 [main] DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:27:19.892 [main] DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:27:19.899 [main] DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:27:19.916 [main] DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:27:19.919 [main] DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:27:19.923 [main] DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:27:19.931 [main] DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:27:19.933 [main] DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:27:19.960 [main] DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:27:19.963 [main] DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:27:19.967 [main] DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/lifecycle.test.bundle/target/lifecycle-3.0.1.BUILD-SNAPSHOT.jar] 01:27:19.988 [main] DEBUG o.e.g.b.i.l.LifecycleTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:27:19.998 [main] DEBUG o.e.g.b.i.l.LifecycleTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:27:20.003 [main] DEBUG o.e.g.b.i.l.LifecycleTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:27:20.005 [main] DEBUG o.e.g.b.i.l.LifecycleTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:27:20.005 [main] DEBUG o.e.g.b.i.l.LifecycleTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:27:20.006 [main] DEBUG o.e.g.b.i.l.LifecycleTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:27:20.007 [main] DEBUG o.e.g.b.i.l.LifecycleTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:27:20.010 [main] DEBUG o.e.g.b.i.l.LifecycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:27:20.013 [main] DEBUG o.e.g.b.i.l.LifecycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:27:20.014 [main] DEBUG o.e.g.b.i.l.LifecycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:27:20.021 [main] DEBUG o.e.g.b.i.l.LifecycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:27:20.021 [main] DEBUG o.e.g.b.i.l.LifecycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:27:20.022 [main] DEBUG o.e.g.b.i.l.LifecycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:27:20.027 [main] DEBUG o.e.g.b.i.l.LifecycleTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:27:20.028 [main] DEBUG o.e.g.b.i.l.LifecycleTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:27:20.030 [main] DEBUG o.e.g.b.i.l.LifecycleTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:27:20,071 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:27:20,110 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:20,113 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:20,124 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:20,150 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:20,152 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:20,156 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:20,163 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1814d0d9 - No compression will be used 01:27:20,168 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:20,168 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:20,169 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:20,170 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:20,170 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:27:20,170 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:27:20,170 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:27:20,171 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:27:20,171 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:27:20,171 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:20,171 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:27:20,171 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:27:20,171 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:20,172 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:20,172 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:20,172 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:20,172 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:20,173 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:20,173 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:20,174 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ee66fb0 - Registering current configuration as safe fallback point 01:27:20.187 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:27:20.198 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:27:20.353 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:20.354 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:20.358 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:27:20.362 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:27:20.371 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:20.373 [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:20.373 [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:20.374 [BundleStart #16] DEBUG 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:20.374 [BundleStart #16] 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:20.376 [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:20.376 [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:20.376 [BundleStart #16] DEBUG o.e.g.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:20.377 [BundleStart #16] 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:20.378 [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:20.379 [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:20.379 [BundleStart #16] DEBUG o.e.g.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:20.379 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:20.380 [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:20.380 [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:20.380 [BundleStart #16] DEBUG 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:20.381 [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:20.381 [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:20.382 [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:20.382 [BundleStart #16] DEBUG o.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:20.382 [BundleStart #16] 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:20.384 [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:20.384 [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:20.384 [BundleStart #16] DEBUG o.e.g.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:20.385 [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:20.385 [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:20.385 [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:20.385 [BundleStart #16] DEBUG o.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:20.386 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:20.386 [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:20.387 [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:20.387 [BundleStart #16] 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:20.387 [BundleStart #16] 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:20.388 [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:20.388 [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:20.388 [BundleStart #16] DEBUG o.e.g.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:20.389 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:20.389 [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:20.390 [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:20.390 [BundleStart #16] 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:20.390 [BundleStart #16] 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:20.391 [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:20.391 [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:20.392 [BundleStart #16] DEBUG o.e.g.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:20.392 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:20.392 [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:20.393 [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:20.393 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:20.393 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:20.394 [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:20.394 [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:20.395 [BundleStart #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:20.395 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:20.395 [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:20.395 [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:20.395 [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:20.396 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:20.396 [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:20.397 [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:20.397 [BundleStart #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:20.397 [BundleStart #16] 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:20.399 [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:20.399 [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:20.399 [BundleStart #16] DEBUG o.e.g.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:20.408 [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:20.409 [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:20.411 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:27:20.412 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:27:20.415 [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:20.417 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:20.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@203e8d98 w/ reference null 01:27:20.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@203e8d98 w/ reference null 01:27:20.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:27:20.423 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:20.433 [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:20.433 [BundleStart #16] DEBUG 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:20.434 [BundleStart #16] 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:20.436 [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:20.437 [BundleStart #16] DEBUG o.e.g.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:20.437 [BundleStart #16] 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:20.439 [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:20.439 [BundleStart #16] DEBUG o.e.g.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:20.440 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:20.440 [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:20.441 [BundleStart #16] DEBUG 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:20.441 [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:20.442 [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:20.443 [BundleStart #16] DEBUG o.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:20.443 [BundleStart #16] 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:20.445 [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:20.445 [BundleStart #16] DEBUG o.e.g.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:20.445 [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:20.446 [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:20.446 [BundleStart #16] DEBUG o.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:20.447 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:20.447 [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:20.448 [BundleStart #16] 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:20.448 [BundleStart #16] 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:20.449 [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:20.449 [BundleStart #16] DEBUG o.e.g.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:20.450 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:20.451 [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:20.451 [BundleStart #16] 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:20.452 [BundleStart #16] 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:20.453 [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:20.453 [BundleStart #16] DEBUG o.e.g.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:20.453 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:20.454 [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:20.454 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:20.454 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:20.456 [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:20.457 [BundleStart #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:20.457 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:20.458 [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:20.458 [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:20.458 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:20.459 [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:20.459 [BundleStart #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:20.459 [BundleStart #16] 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:20.463 [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:20.464 [BundleStart #16] DEBUG o.e.g.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:20.465 [main] DEBUG o.e.g.b.i.l.LifecycleTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:27:20.471 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:20.472 [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:20.472 [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:20.472 [BundleStart #17] DEBUG 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:20.473 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:20.474 [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:20.474 [BundleStart #17] DEBUG 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:20.474 [main] DEBUG o.e.g.b.i.l.LifecycleTest:319 - Starting [org-eclipse-gemini-blueprint-iandt-lifecycle (org.eclipse.gemini.blueprint.iandt.lifecycle)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/lifecycle.test.bundle/target/lifecycle-3.0.1.BUILD-SNAPSHOT.jar] 01:27:20.476 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-eclipse-gemini-blueprint-iandt-lifecycle (org.eclipse.gemini.blueprint.iandt.lifecycle)] 01:27:20.476 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.lifecycle]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:20.477 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.lifecycle]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-eclipse-gemini-blueprint-iandt-lifecycle (org.eclipse.gemini.blueprint.iandt.lifecycle) 01:27:20.477 [BundleStart #18] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-eclipse-gemini-blueprint-iandt-lifecycle (org.eclipse.gemini.blueprint.iandt.lifecycle)] 01:27:20.487 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-eclipse-gemini-blueprint-iandt-lifecycle is type compatible with extender gemini-blueprint-extender; processing bundle... 01:27:20.487 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.lifecycle]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:20.488 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-eclipse-gemini-blueprint-iandt-lifecycle (org.eclipse.gemini.blueprint.iandt.lifecycle)] 01:27:20.490 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-eclipse-gemini-blueprint-iandt-lifecycle (org.eclipse.gemini.blueprint.iandt.lifecycle)] 01:27:20.491 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:27:20.491 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-eclipse-gemini-blueprint-iandt-lifecycle (org.eclipse.gemini.blueprint.iandt.lifecycle)] 01:27:20.492 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@4e7c06d 01:27:20.492 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 01:27:20.492 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.lifecycle]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:20.492 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 01:27:20.492 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-eclipse-gemini-blueprint-iandt-lifecycle (org.eclipse.gemini.blueprint.iandt.lifecycle)] 01:27:20.494 [main] INFO o.e.g.b.i.l.LifecycleTest:199 - org/eclipse/gemini/blueprint/iandt/lifecycle/LifecycleTest-bundle.properties was not found; using defaults 01:27:20.495 [main] DEBUG o.e.g.b.i.l.LifecycleTest:511 - Post processing: creating test bundle 01:27:20.497 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:20 UTC 2024]; root of context hierarchy 01:27:20.504 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:20.511 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.lifecycle] 01:27:20.512 [main] INFO o.e.g.b.i.l.LifecycleTest:202 - Automatically creating Manifest for the test bundle 01:27:20.513 [main] INFO o.e.g.b.i.l.LifecycleTest:366 - Using the test class for generating bundle imports 01:27:20.515 [main] TRACE o.e.g.b.i.l.LifecycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/lifecycle/LifecycleTest.class 01:27:20.516 [main] TRACE o.e.g.b.i.l.LifecycleTest:460 - Package [org.eclipse.gemini.blueprint.iandt.lifecycle] is part of the test archive; parsing LifecycleTest bytecode to determine imports... 01:27:20.520 [main] TRACE o.e.g.b.i.l.LifecycleTest:491 - Visiting class LifecycleTest 01:27:20.568 [main] TRACE o.e.g.b.i.l.LifecycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:20.569 [main] TRACE o.e.g.b.i.l.LifecycleTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:27:20.569 [main] TRACE o.e.g.b.i.l.LifecycleTest:491 - Visiting class BaseIntegrationTest 01:27:20.571 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/lifecycle.xml] 01:27:20.574 [main] TRACE o.e.g.b.i.l.LifecycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:20.575 [main] TRACE o.e.g.b.i.l.LifecycleTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:27:20.575 [main] TRACE o.e.g.b.i.l.LifecycleTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:27:20.577 [main] TRACE o.e.g.b.i.l.LifecycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:20.578 [main] TRACE o.e.g.b.i.l.LifecycleTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:27:20.578 [main] TRACE o.e.g.b.i.l.LifecycleTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:27:20.580 [main] TRACE o.e.g.b.i.l.LifecycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:27:20.580 [main] TRACE o.e.g.b.i.l.LifecycleTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:27:20.580 [main] TRACE o.e.g.b.i.l.LifecycleTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.lifecycle, org.eclipse.gemini.blueprint.iandt, java.lang, org.osgi.framework, org.springframework.context, org.apache.commons.logging, org.springframework.context.support, java.util, org.eclipse.gemini.blueprint.test, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io, java.net} 01:27:20.581 [main] TRACE o.e.g.b.i.l.LifecycleTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.lifecycle, java.lang, java.util, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 01:27:20.581 [main] TRACE o.e.g.b.i.l.LifecycleTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:27:20.582 [main] TRACE o.e.g.b.i.l.LifecycleTest:282 - Filtered imports are [org.osgi.framework, org.springframework.context, org.apache.commons.logging, org.springframework.context.support, org.eclipse.gemini.blueprint.test, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 01:27:20.582 [main] DEBUG o.e.g.b.i.l.LifecycleTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest, Bundle-Name=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.springframework.context,org.apache.commons.logging,org.springframework.context.support,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 01:27:20.583 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest, Bundle-Name=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.springframework.context,org.apache.commons.logging,org.springframework.context.support,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 01:27:20.583 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:27:20.583 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:27:20.583 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:27:20.584 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:27:20.584 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:27:20.584 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:27:20.584 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:27:20.584 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:20.585 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:20.585 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:20.585 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/lifecycle/ 01:27:20.585 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/lifecycle/LifecycleTest.class 01:27:20.586 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/lifecycle/MANIFEST.MF 01:27:20.593 [main] DEBUG o.e.g.b.i.l.LifecycleTest:557 - Test bundle [TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest (TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest)] successfully installed 01:27:20.593 [main] DEBUG o.e.g.b.i.l.LifecycleTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:27:20.596 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest (TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest)] 01:27:20.597 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:20.597 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest (TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest) 01:27:20.597 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest (TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest)] 01:27:20.597 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest (TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest)] 01:27:20.598 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:20.598 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest (TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest)] 01:27:20.598 [main] DEBUG o.e.g.b.i.l.LifecycleTest:562 - Test bundle [TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest (TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest)] successfully started 01:27:20.599 [main] DEBUG o.e.g.b.i.l.LifecycleTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:27:20.600 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:27:20.601 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:27:20.603 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:27:20.603 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:27:20.604 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:27:20.604 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:27:20.605 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:27:20.606 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:27:20.606 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:27:20.606 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:27:20.607 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:27:20.607 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:27:20.608 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:20.608 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:27:20.608 [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:20.609 [main] DEBUG o.e.g.b.i.l.LifecycleTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.lifecycle] triggers a context creation; waiting for it 01:27:20.609 [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:20.609 [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:20.609 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.lifecycle] incremented to 1 01:27:20.658 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:20.658 [main] DEBUG o.e.g.b.i.l.LifecycleTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.lifecycle 01:27:20.746 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@5049afda: defining beans [guinea-pig]; root of factory hierarchy 01:27:20.764 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:20.764 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:20.765 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.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.766 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.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.775 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:27:20.778 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@5049afda: defining beans [guinea-pig]; root of factory hierarchy] 01:27:20.779 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:27:20.779 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@31512965 01:27:20.779 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:27:20.780 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:27:20.780 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 01:27:20.780 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:27:20.780 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:27:20.780 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 01:27:20.781 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 01:27:20.781 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:27:20.782 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 01:27:20.784 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@789df183] 01:27:20.784 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5ad8a009] 01:27:20.802 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@bd78074] 01:27:20.806 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:20 UTC 2024]; root of context hierarchy] 01:27:20.808 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.lifecycle, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.lifecycle, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.lifecycle, Bundle-Version=2.0.0} 01:27:20.809 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, 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.810 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.lifecycle] decremented to 0 01:27:20.811 [main] DEBUG o.e.g.b.i.l.LifecycleTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.lifecycle 01:27:20.811 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest] does not trigger a context creation. 01:27:20.812 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:27:20.813 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:27:20.813 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:27:20.813 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:27:20.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:20.816 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:27:20.816 [main] TRACE o.e.g.b.i.l.LifecycleTest:364 - Writing test name [testLifecycle] to OSGi 01:27:20.829 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testLifecycle] for execution inside OSGi 01:27:20.829 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testLifecycle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4fb0f2b9 01:27:20.830 [main] INFO o.e.g.b.i.l.LifecycleTest:190 - Loading context for locations: 01:27:20.832 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest, config=): startup date [Sat Apr 27 01:27:20 UTC 2024]; root of context hierarchy 01:27:20.832 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:27:20.832 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@294425a7: defining beans []; root of factory hierarchy 01:27:20.833 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:20.833 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:27:20.834 [main] TRACE o.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.834 [main] TRACE o.e.g.b.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.834 [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:20.835 [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:20.835 [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:20.835 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest, config=): startup date [Sat Apr 27 01:27:20 UTC 2024]; root of context hierarchy] 01:27:20.836 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest, org.springframework.context.service.name=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest, Bundle-SymbolicName=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest, Bundle-Version=0.0.0} 01:27:20.837 [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:20.859 [main] INFO o.e.g.b.i.l.LifecycleTest:68 - Creating filter = (&(objectClass=org.springframework.context.ApplicationContext)(org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.lifecycle)) 01:27:20.862 [BundleStop #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:27:20.862 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 01:27:20.863 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@4e7c06d 01:27:20.863 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 01:27:20.863 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 01:27:20.864 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-eclipse-gemini-blueprint-iandt-lifecycle (org.eclipse.gemini.blueprint.iandt.lifecycle) 01:27:20.864 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:20 UTC 2024]; root of context hierarchy 01:27:20.864 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:20 UTC 2024]; root of context hierarchy] 01:27:20.867 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:27:20.868 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:27:20.868 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@4e7c06d 01:27:20.868 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:27:20.869 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:20.869 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=18] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@4d24ea00 01:27:20.870 [main] TRACE o.e.g.b.i.l.LifecycleTest:440 - Reading OSGi results for test [testLifecycle] 01:27:20.871 [main] DEBUG o.e.g.b.i.l.LifecycleTest:447 - Test[testLifecycle]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.303 sec - in org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest 01:27:20.875 [Thread-0] INFO o.e.g.b.i.l.LifecycleTest:471 - Shutting down OSGi platform 01:27:20.875 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest (TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest) 01:27:20.875 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest, config=): startup date [Sat Apr 27 01:27:20 UTC 2024]; root of context hierarchy 01:27:20.876 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest, config=): startup date [Sat Apr 27 01:27:20 UTC 2024]; root of context hierarchy] 01:27:20.876 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:20.876 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:27:20.876 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:20.876 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:20.877 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:20.877 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:20.877 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:20.877 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:20.877 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:20.878 [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:20.878 [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:20.879 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:27:20.879 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:27:21,562 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:27:21,681 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:21,684 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:21,708 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:21,747 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:21,750 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:21,756 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:21,766 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@67b92f0a - No compression will be used 01:27:21,774 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:21,774 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:21,776 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:21,777 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:21,777 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:27:21,777 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:27:21,777 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:27:21,778 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:27:21,778 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:27:21,778 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:21,778 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:27:21,778 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:27:21,779 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:21,779 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:21,779 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:21,779 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:21,779 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:21,780 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:21,780 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:21,781 |-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:27:21.903 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:27:21.908 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:85 - Instantiating platform wrapper... 01:27:21.920 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi6101602518170175402kf 01:27:21.920 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:215 - About to start Knopflerfish OSGi Platform 01:27:22.030 [main] INFO o.e.g.b.i.m.MavenArtifactLookupTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:27:22.034 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:27:22.036 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:27:22.037 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:27:22.057 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:22.193 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:27:22.209 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:27:22.214 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:27:22.217 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:27:22.226 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:27:22.236 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:27:22.238 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:27:22.242 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:27:22.257 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:27:22.263 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:27:22.281 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:27:22.283 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:27:22.288 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:27:22.295 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:27:22.298 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:27:22.302 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:27:22.306 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:27:22.309 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.1.BUILD-SNAPSHOT.jar] 01:27:22.317 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/cardinality.0to1.bundle/target/cardinality0to1-3.0.1.BUILD-SNAPSHOT.jar] 01:27:22.359 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:27:22.371 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:27:22.376 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:27:22.379 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:27:22.380 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:27:22.381 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:27:22.381 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:27:22.384 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:27:22.388 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:27:22.389 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:27:22.398 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:27:22.399 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:27:22.401 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:27:22.406 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:27:22.409 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:27:22.411 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:27:22,439 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,481 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:22,483 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:22,494 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:22,521 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:22,523 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:22,527 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:22,535 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@d4ab299 - No compression will be used 01:27:22,539 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:22,540 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:22,541 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:22,542 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:22,542 |-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,542 |-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,542 |-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,543 |-INFO 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,543 |-INFO 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,543 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:22,543 |-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,543 |-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,544 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:22,544 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:22,544 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:22,544 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:22,544 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:22,545 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:22,545 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:22,546 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@12e54a6 - Registering current configuration as safe fallback point 01:27:22.559 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:27:22.570 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:27:22.734 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:22.739 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:22.744 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:27:22.748 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:27:22.753 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:22.754 [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:22.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:27:22.755 [BundleStart #16] DEBUG 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:22.755 [BundleStart #16] 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:22.757 [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:22.757 [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:22.758 [BundleStart #16] DEBUG o.e.g.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:22.758 [BundleStart #16] 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:22.759 [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:22.760 [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:22.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:27:22.760 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:22.761 [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:22.761 [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:22.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:27:22.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:27:22.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:27:22.762 [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:22.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:27:22.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:27:22.764 [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:22.764 [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:22.765 [BundleStart #16] DEBUG o.e.g.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:22.765 [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:22.765 [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:22.766 [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:22.766 [BundleStart #16] DEBUG o.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:22.766 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:22.767 [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:22.767 [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:22.767 [BundleStart #16] 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:22.767 [BundleStart #16] 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:22.768 [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:22.768 [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:22.768 [BundleStart #16] DEBUG o.e.g.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:22.769 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:22.769 [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:22.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:27:22.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:27:22.770 [BundleStart #16] 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:22.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:27:22.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:27:22.772 [BundleStart #16] DEBUG o.e.g.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:22.772 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:22.772 [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:22.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:27:22.773 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:22.773 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:22.774 [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:22.774 [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:22.774 [BundleStart #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:22.775 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:22.775 [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:22.775 [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:22.775 [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:22.776 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:22.776 [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:22.776 [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:22.776 [BundleStart #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:22.777 [BundleStart #16] 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:22.778 [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:22.779 [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:22.779 [BundleStart #16] DEBUG o.e.g.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:22.788 [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:22.788 [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:22.791 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:27:22.791 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:27:22.795 [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:22.797 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:22.798 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@48962db w/ reference null 01:27:22.798 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@48962db w/ reference null 01:27:22.799 [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:22.803 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:22.813 [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:22.814 [BundleStart #16] DEBUG 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:22.814 [BundleStart #16] 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:22.817 [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:22.817 [BundleStart #16] DEBUG o.e.g.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:22.818 [BundleStart #16] 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:22.820 [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:22.820 [BundleStart #16] DEBUG o.e.g.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:22.820 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:22.821 [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:22.821 [BundleStart #16] DEBUG 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:22.822 [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:22.823 [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:22.824 [BundleStart #16] DEBUG o.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:22.824 [BundleStart #16] 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:22.826 [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:22.826 [BundleStart #16] DEBUG o.e.g.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:22.826 [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:22.827 [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:22.827 [BundleStart #16] DEBUG o.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:22.827 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:22.828 [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:22.829 [BundleStart #16] 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:22.829 [BundleStart #16] 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:22.830 [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:22.830 [BundleStart #16] DEBUG o.e.g.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:22.831 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:22.832 [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:22.832 [BundleStart #16] 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:22.833 [BundleStart #16] 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:22.834 [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:22.834 [BundleStart #16] DEBUG o.e.g.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:22.835 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:22.835 [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:22.836 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:22.836 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:22.838 [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:22.838 [BundleStart #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:22.839 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:22.839 [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:22.839 [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:22.840 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:22.857 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:22.857 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:22.857 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:27:22.860 [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:22.861 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:27:22.862 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:27:22.868 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:22.869 [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:22.870 [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:22.870 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:22.870 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:22.871 [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:22.871 [BundleStart #17] DEBUG 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:22.872 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:319 - Starting [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.1.BUILD-SNAPSHOT.jar] 01:27:22.874 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:27:22.874 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:22.875 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 01:27:22.875 [BundleStart #18] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:27:22.885 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 01:27:22.886 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:22.886 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:27:22.889 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:27:22.889 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:27:22.889 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:27:22.889 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@5655c861 01:27:22.890 [EclipseGeminiBlueprintExtenderThread-1] 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:22.890 [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:22.890 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:22.891 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:27:22.891 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:319 - Starting [cardinality_0__1 (org.eclipse.gemini.blueprint.iandt.cardinality.0to1)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/cardinality.0to1.bundle/target/cardinality0to1-3.0.1.BUILD-SNAPSHOT.jar] 01:27:22.893 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [cardinality_0__1 (org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] 01:27:22.893 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:22.894 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle cardinality_0__1 (org.eclipse.gemini.blueprint.iandt.cardinality.0to1) 01:27:22.894 [BundleStart #19] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [cardinality_0__1 (org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] 01:27:22.894 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle cardinality_0__1 is type compatible with extender gemini-blueprint-extender; processing bundle... 01:27:22.895 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:22 UTC 2024]; root of context hierarchy 01:27:22.895 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:22.895 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [cardinality_0__1 (org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] 01:27:22.895 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [cardinality_0__1 (org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] 01:27:22.895 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:27:22.896 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [cardinality_0__1 (org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] 01:27:22.897 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:22.897 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [cardinality_0__1 (org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] 01:27:22.899 [main] INFO o.e.g.b.i.m.MavenArtifactLookupTest:199 - org/eclipse/gemini/blueprint/iandt/mavenArtifact/MavenArtifactLookupTest-bundle.properties was not found; using defaults 01:27:22.899 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:511 - Post processing: creating test bundle 01:27:22.901 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:22.915 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.mavenArtifact] 01:27:22.916 [main] INFO o.e.g.b.i.m.MavenArtifactLookupTest:202 - Automatically creating Manifest for the test bundle 01:27:22.917 [main] INFO o.e.g.b.i.m.MavenArtifactLookupTest:366 - Using the test class for generating bundle imports 01:27:22.920 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/mavenArtifact/MavenArtifactLookupTest.class 01:27:22.920 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:460 - Package [org.eclipse.gemini.blueprint.iandt.mavenArtifact] is part of the test archive; parsing MavenArtifactLookupTest bytecode to determine imports... 01:27:22.926 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:491 - Visiting class MavenArtifactLookupTest 01:27:22.933 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/simpleservice-osgi.xml] 01:27:22.963 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:22.964 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:27:22.964 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:491 - Visiting class BaseIntegrationTest 01:27:22.969 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:22.970 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:27:22.970 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:27:22.972 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:22.972 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:27:22.972 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:27:22.973 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:27:22.974 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:27:22.974 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.mavenArtifact, org.eclipse.gemini.blueprint.iandt, java.lang, org.eclipse.gemini.blueprint.service, org.osgi.framework, org.eclipse.gemini.blueprint.test.provisioning, org.springframework.core.io, java.net, org.eclipse.gemini.blueprint.iandt.cardinality0to1.test, org.eclipse.gemini.blueprint.iandt.simpleservice2, java.io, java.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util} 01:27:22.975 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.mavenArtifact, java.lang, java.net, java.io, java.util, java.util.jar, java.security, java.lang.reflect] 01:27:22.975 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:27:22.975 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:282 - Filtered imports are [org.eclipse.gemini.blueprint.service, org.osgi.framework, org.eclipse.gemini.blueprint.test.provisioning, org.springframework.core.io, org.eclipse.gemini.blueprint.iandt.cardinality0to1.test, org.eclipse.gemini.blueprint.iandt.simpleservice2, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util] 01:27:22.976 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest, Bundle-Name=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.service,org.osgi.framework,org.eclipse.gemini.blueprint.test.provisioning,org.springframework.core.io,org.eclipse.gemini.blueprint.iandt.cardinality0to1.test,org.eclipse.gemini.blueprint.iandt.simpleservice2,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util, Manifest-Version=1.0] 01:27:22.976 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest, Bundle-Name=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.service,org.osgi.framework,org.eclipse.gemini.blueprint.test.provisioning,org.springframework.core.io,org.eclipse.gemini.blueprint.iandt.cardinality0to1.test,org.eclipse.gemini.blueprint.iandt.simpleservice2,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util, Manifest-Version=1.0]] 01:27:22.977 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:27:22.977 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:27:22.977 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:27:22.978 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:27:22.978 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:27:22.978 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:27:22.978 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:27:22.978 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:22.979 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:22.979 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:22.979 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/mavenArtifact/ 01:27:22.979 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/mavenArtifact/MavenArtifactLookupTest.MF 01:27:22.979 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/mavenArtifact/MavenArtifactLookupTest.class 01:27:22.986 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:557 - Test bundle [TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest (TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest)] successfully installed 01:27:22.987 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:27:22.987 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:22.988 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:27:22.989 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:27:22.989 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:27:22.990 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest (TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest)] 01:27:22.990 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:22.990 [BundleStart #20] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest (TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest) 01:27:22.990 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest (TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest)] 01:27:22.991 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest (TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest)] 01:27:22.992 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:22.992 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest (TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest)] 01:27:22.992 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:562 - Test bundle [TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest (TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest)] successfully started 01:27:22.993 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:27:22.995 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:27:22.997 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:27:22.999 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:27:23.000 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.simpleservice] triggers a context creation; waiting for it 01:27:23.001 [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:23.004 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:23.004 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:27:23.111 [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.112 [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.174 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/simpleservice.xml] 01:27:23.179 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:23.179 [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.180 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:27:23.180 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:27:23.212 [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@7ba3e859: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 01:27:23.224 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:23.224 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:23.225 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.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.226 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.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.259 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:27:23.262 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@7ba3e859: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 01:27:23.263 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:27:23.263 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@43e6f2e0 01:27:23.264 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:27:23.264 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:27:23.264 [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:23.265 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:27:23.265 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:27:23.265 [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:23.265 [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:23.265 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:27:23.266 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@5655c861 01:27:23.266 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml) 01:27:23.266 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml) 01:27:23.267 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:23 UTC 2024]; root of context hierarchy 01:27:23.267 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:23.268 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/cardinality0to1.xml] 01:27:23.272 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:23.272 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:27:23.273 [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.273 [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.298 [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.298 [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.311 [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@112e0df0: defining beans [listener,my-container,simpleServiceOsgi]; root of factory hierarchy 01:27:23.311 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:23.312 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:23.312 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.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.312 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.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.314 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:27:23.314 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@112e0df0: defining beans [listener,my-container,simpleServiceOsgi]; root of factory hierarchy] 01:27:23.314 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:27:23.315 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@43e6f2e0 01:27:23.315 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&simpleServiceOsgi] 01:27:23.315 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:27:23.382 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public void org.eclipse.gemini.blueprint.iandt.cardinality0to1.test.MyListener.serviceAvailable(org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2,java.util.Dictionary)] on class org.eclipse.gemini.blueprint.iandt.cardinality0to1.test.MyListener 01:27:23.383 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public void org.eclipse.gemini.blueprint.iandt.cardinality0to1.test.MyListener.serviceUnavailable(org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2,java.util.Dictionary)] on class org.eclipse.gemini.blueprint.iandt.cardinality0to1.test.MyListener 01:27:23.383 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:174 - Discovered bind methods=[[public void org.eclipse.gemini.blueprint.iandt.cardinality0to1.test.MyListener.serviceAvailable(org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2,java.util.Dictionary)]], bind ServiceReference=null unbind methods=[[public void org.eclipse.gemini.blueprint.iandt.cardinality0to1.test.MyListener.serviceUnavailable(org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2,java.util.Dictionary)]], unbind ServiceReference=null 01:27:23.385 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2} and filter=[] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)] 01:27:23.386 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)] 01:27:23.386 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:114 - Eager importer &simpleServiceOsgi implies dependecy DependencyService[Name=&simpleServiceOsgi][Filter=(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)][Mandatory=false] 01:27:23.386 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml) 01:27:23.387 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:27:23.387 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:27:23.387 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml) 01:27:23.387 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml) 01:27:23.387 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:27:23.388 [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:23.390 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@70577ccb] 01:27:23.391 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@2cc815f7] Delaying for:0 01:27:23.398 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 01:27:23.399 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 01:27:23.400 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 01:27:23.401 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice.impl.MyServiceImpl] classes {} 01:27:23.401 [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:23.402 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 01:27:23.404 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@360d92d] 01:27:23.407 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:22 UTC 2024]; root of context hierarchy] 01:27:23.409 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0} 01:27:23.411 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, 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.411 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] decremented to 0 01:27:23.411 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:27:23.413 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:27:23.413 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:27:23.414 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest] does not trigger a context creation. 01:27:23.414 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.cardinality.0to1] triggers a context creation; waiting for it 01:27:23.415 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.cardinality.0to1] incremented to 1 01:27:23.415 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:23.415 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1 01:27:23.415 [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.417 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml) 01:27:23.417 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:27:23.423 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:27:23.432 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [cardinality_0__1(org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] scanning available bundles 01:27:23.432 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [cardinality_0__1(org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] scanning available bundles 01:27:23.433 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [cardinality_0__1(org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] scanning available bundles 01:27:23.434 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [cardinality_0__1(org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] scanning available bundles 01:27:23.457 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [cardinality_0__1(org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] scanning available bundles 01:27:23.460 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@3d1975ea] 01:27:23.461 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@7079e343] 01:27:23.462 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)] 01:27:23.462 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 01:27:23.462 [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@64024a72 w/ reference null 01:27:23.463 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service with props=null 01:27:23.463 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cardinality0to1.test.MyListener.serviceUnavailable(org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2,java.util.Dictionary) 01:27:23.464 [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@64024a72 w/ reference null 01:27:23.465 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.cardinality0to1.test.ReferenceContainerBeanInfo] required by [cardinality_0__1(org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] scanning available bundles 01:27:23.465 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:27:23.466 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [cardinality_0__1 (org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] exports [org.eclipse.gemini.blueprint.iandt.cardinality0to1.test] as version [0.0.0] but version [null] was required 01:27:23.466 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.cardinality0to1.test.ReferenceContainerCustomizer] required by [cardinality_0__1(org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] scanning available bundles 01:27:23.467 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:27:23.467 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [cardinality_0__1 (org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] exports [org.eclipse.gemini.blueprint.iandt.cardinality0to1.test] as version [0.0.0] but version [null] was required 01:27:23.468 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@3ffc0711] 01:27:23.469 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:23 UTC 2024]; root of context hierarchy] 01:27:23.469 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, Bundle-Version=1.0.0} 01:27:23.470 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, 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.471 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.cardinality.0to1] decremented to 0 01:27:23.471 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1 01:27:23.471 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:27:23.472 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:27:23.473 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:27:23.474 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:27:23.474 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:27:23.475 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:27:23.476 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:27:23.476 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:27:23.477 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:27:23.478 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:27:23.479 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:27:23.479 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:27:23.480 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:27:23.482 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:27:23.482 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:364 - Writing test name [test0to1Cardinality] to OSGi 01:27:23.496 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [test0to1Cardinality] for execution inside OSGi 01:27:23.497 [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:27:23.497 [main] INFO o.e.g.b.i.m.MavenArtifactLookupTest:190 - Loading context for locations: 01:27:23.499 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest, config=): startup date [Sat Apr 27 01:27:23 UTC 2024]; root of context hierarchy 01:27:23.499 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:27:23.500 [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:27:23.500 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:23.500 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:27:23.501 [main] TRACE o.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.501 [main] TRACE o.e.g.b.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.502 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@515aebb0] 01:27:23.502 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@dd8ba08] 01:27:23.502 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@245b4bdc] 01:27:23.503 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest, config=): startup date [Sat Apr 27 01:27:23 UTC 2024]; root of context hierarchy] 01:27:23.503 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest, org.springframework.context.service.name=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest, Bundle-SymbolicName=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest, Bundle-Version=0.0.0} 01:27:23.504 [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.527 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:23.574 [main] TRACE o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:445 - Publishing event through publisher OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:23 UTC 2024]; root of context hierarchy 01:27:23.575 [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:27:23.586 [main] TRACE o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:445 - Publishing event through publisher OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:23 UTC 2024]; root of context hierarchy 01:27:23.586 [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:27:23.588 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:27:23.589 [BundleStart #21] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:23.589 [BundleStart #21] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2) 01:27:23.589 [BundleStart #21] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:27:23.590 [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:23.591 [BundleStart #21] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:23.591 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:27:23.591 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:27:23.591 [BundleStart #21] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 01:27:23.591 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@5655c861 01:27:23.591 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:27:23.592 [EclipseGeminiBlueprintExtenderThread-1] 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:23.592 [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:23.592 [BundleStart #21] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:23.592 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:23 UTC 2024]; root of context hierarchy 01:27:23.592 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:27:23.593 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:23.593 [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:23.594 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:23.594 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 01:27:23.594 [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:23.597 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:23.598 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:27:23.599 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:27:23.599 [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.619 [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:23.623 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:23.623 [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.624 [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.624 [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.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:27:23.643 [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.664 [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@27b7ceb8: defining beans [simpleService,simpleServiceOsgi]; root of factory hierarchy 01:27:23.665 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:23.665 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:23.666 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.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.666 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.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.667 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:27: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@27b7ceb8: defining beans [simpleService,simpleServiceOsgi]; root of factory hierarchy] 01:27:23.667 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:27: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@43e6f2e0 01:27:23.668 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:27:23.668 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:27: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.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:27:23.669 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:27:23.669 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:27:23.669 [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: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.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:27:23.669 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:27:23.669 [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:23.670 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@950c29] 01:27:23.670 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@11eec72] 01:27:23.677 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 01:27:23.678 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 01:27:23.678 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 01:27:23.678 [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:23.679 [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:23.679 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5f0b7a71] bound to proxy 01:27:23.680 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5f0b7a71] bound to proxy 01:27:23.680 [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@64024a72 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5f0b7a71 01:27:23.680 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@6d2dd305 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;@69f1f423, service.id=13} 01:27:23.680 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cardinality0to1.test.MyListener.serviceAvailable(org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2,java.util.Dictionary) 01:27:23.681 [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@64024a72 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5f0b7a71 01:27:23.681 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 01:27:23.681 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@7ec5a171] 01:27:23.682 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:23 UTC 2024]; root of context hierarchy] 01:27:23.682 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice2, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0} 01:27:23.683 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:27:23.683 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice2] decremented to 0 01:27:23.684 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 Dependency started 01:27:23.684 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=21] 01:27:23.684 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle cardinality_0__1 on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice2] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2,Bundle-Version=1.0.0,service.id=13} 01:27:23.685 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:23.686 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:440 - Reading OSGi results for test [test0to1Cardinality] 01:27:23.686 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:447 - Test[test0to1Cardinality]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.789 sec - in org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest 01:27:23.691 [Thread-0] INFO o.e.g.b.i.m.MavenArtifactLookupTest:471 - Shutting down OSGi platform 01:27:23.691 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest (TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest) 01:27:23.692 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:23.692 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest, config=): startup date [Sat Apr 27 01:27:23 UTC 2024]; root of context hierarchy 01:27:23.692 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=18], BundleImpl[id=19], BundleImpl[id=21]] 01:27:23.692 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest, config=): startup date [Sat Apr 27 01:27:23 UTC 2024]; root of context hierarchy] 01:27:23.693 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.simpleservice has unused registered services; added for shutdown 01:27:23.694 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.cardinality.0to1 has unused registered services; added for shutdown 01:27:23.694 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:27:23.776 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:105 - Bundle org.eclipse.gemini.blueprint.iandt.simpleservice2 has registered services in use; postponing shutdown. The using bundles are [BundleImpl[id=19]] 01:27:23.777 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19], BundleImpl[id=18]] 01:27:23.778 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:27:23.779 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml) 01:27:23.779 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@5655c861 01:27:23.779 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml) 01:27:23.780 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml) 01:27:23.780 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle cardinality_0__1 (org.eclipse.gemini.blueprint.iandt.cardinality.0to1) 01:27:23.780 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:23 UTC 2024]; root of context hierarchy 01:27:23.781 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:23 UTC 2024]; root of context hierarchy] 01:27:23.781 [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@64024a72 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5f0b7a71 01:27:23.782 [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@6d2dd305 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;@76352a42, service.id=13} 01:27:23.782 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cardinality0to1.test.MyListener.serviceUnavailable(org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2,java.util.Dictionary) 01:27:23.782 [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@64024a72 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5f0b7a71 01:27:23.783 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5f0b7a71] was unregistered and unbound from the service proxy 01:27:23.783 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5f0b7a71] was unregistered and unbound from the service proxy 01:27:23.783 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle cardinality_0__1 on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice2] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2,Bundle-Version=1.0.0,service.id=13} 01:27:23.784 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:27:23.785 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 01:27:23.785 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@5655c861 01:27:23.785 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:27:23.785 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:27:23.785 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:27:23.786 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@5655c861 01:27:23.786 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:27:23.786 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:27:23.786 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 01:27:23.786 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:22 UTC 2024]; root of context hierarchy 01:27:23.787 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:22 UTC 2024]; root of context hierarchy] 01:27:23.787 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 01:27:23.787 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@47557528] 01:27:23.787 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:27:23.788 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:27:23.788 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@5655c861 01:27:23.788 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:27:23.788 [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:23.788 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=21]] 01:27:23.788 [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:23.789 [Gemini Blueprint 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:23.789 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@5655c861 01:27:23.789 [Gemini Blueprint context 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:23.789 [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:23.789 [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:23.790 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:23 UTC 2024]; root of context hierarchy 01:27:23.790 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:23 UTC 2024]; root of context hierarchy] 01:27:23.790 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 01:27:23.791 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@5f0b7a71] 01:27:23.791 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:27:23.791 [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.791 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@5655c861 01:27:23.791 [Gemini Blueprint context shutdown thread 1] TRACE o.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:23.792 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:23.792 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:23.792 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:23.792 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:23.792 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:23.792 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:23.794 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=21] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@22f27cd3 01:27:23.794 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=20] for sending replayes events; last one was null 01:27:23.794 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@2c3586fd 01:27:23.794 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=18] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@280a17a3 01:27:23.795 [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.795 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:27:23.796 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:27:24,486 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,613 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:24,616 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:24,639 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:24,678 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:24,680 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:24,686 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:24,697 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:27:24,704 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:24,704 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:24,706 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:24,706 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:24,706 |-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,707 |-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,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:27:24,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:27:24,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:27:24,707 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:24,707 |-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,707 |-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,708 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:24,708 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:24,708 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:24,708 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:24,708 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:24,709 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:24,709 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:24,710 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest 01:27:24.833 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:27:24.838 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:85 - Instantiating platform wrapper... 01:27:24.851 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi3756179181731874486kf 01:27:24.851 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:215 - About to start Knopflerfish OSGi Platform 01:27:24.974 [main] INFO o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:27:24.978 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:27:24.979 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:27:24.980 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:27:24.981 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:25.110 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:27:25.128 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:27:25.133 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:27:25.136 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:27:25.144 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:27:25.157 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:27:25.160 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:27:25.164 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:27:25.169 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:27:25.175 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:27:25.193 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:27:25.196 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:27:25.201 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:27:25.209 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:27:25.211 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:27:25.216 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:27:25.220 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:27:25.272 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:27:25.282 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:27:25.287 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:27:25.289 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:27:25.290 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:27:25.291 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:27:25.292 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:27:25.295 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:27:25.299 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:27:25.300 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:27:25.307 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:27:25.308 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:27:25.309 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:27:25.314 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:27:25.317 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:27:25.319 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:27:25,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:25,405 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:25,408 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:25,419 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:25,445 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:25,447 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:25,451 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:25,459 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@589b2b9a - No compression will be used 01:27:25,464 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:25,464 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:25,465 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:25,466 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:25,466 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:27:25,466 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:27:25,466 |-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:25,466 |-INFO 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:25,467 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:27:25,467 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:25,467 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:27:25,468 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:27:25,468 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:25,468 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:25,468 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:25,469 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:25,469 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:25,470 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:25,470 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:25,471 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@cda4c0d - Registering current configuration as safe fallback point 01:27:25.483 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:27:25.494 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:27:25.645 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:25.646 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:25.651 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:27:25.654 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:27:25.659 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:25.661 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:25.661 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 01:27:25.662 [BundleStart #16] DEBUG 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:25.662 [BundleStart #16] 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:25.664 [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:25.664 [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:25.664 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:27:25.665 [BundleStart #16] 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:25.666 [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:25.666 [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:25.666 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:27:25.666 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:25.667 [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:25.667 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 01:27:25.667 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:25.668 [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:25.668 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:25.669 [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:25.669 [BundleStart #16] DEBUG o.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:25.669 [BundleStart #16] 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:25.670 [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:25.671 [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:25.671 [BundleStart #16] DEBUG o.e.g.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:25.671 [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:25.671 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:25.672 [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:25.672 [BundleStart #16] DEBUG o.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:25.672 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:25.673 [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:25.673 [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:25.673 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:25.673 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:27:25.674 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:25.674 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 01:27:25.674 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:27:25.675 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:25.675 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:25.676 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 01:27:25.676 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:27:25.676 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:27:25.677 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:25.677 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 01:27:25.677 [BundleStart #16] DEBUG o.e.g.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:25.678 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:25.678 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:25.678 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 01:27:25.678 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:25.679 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:25.680 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:25.680 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 01:27:25.680 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:25.680 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:25.681 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:25.681 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 01:27:25.681 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:27:25.681 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:25.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:27:25.682 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 01:27:25.682 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:25.682 [BundleStart #16] 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:25.684 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:25.684 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 01:27:25.684 [BundleStart #16] DEBUG o.e.g.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:25.693 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:27:25.694 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:27:25.696 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:27:25.697 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:27:25.700 [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:25.702 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:25.703 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@3a45c451 w/ reference null 01:27:25.703 [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@3a45c451 w/ reference null 01:27:25.704 [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:25.708 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:25.718 [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:25.719 [BundleStart #16] DEBUG 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:25.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:27:25.722 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:25.722 [BundleStart #16] DEBUG o.e.g.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:25.722 [BundleStart #16] 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:25.724 [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:25.724 [BundleStart #16] DEBUG o.e.g.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:25.725 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:25.725 [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:25.726 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:25.726 [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:25.727 [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:25.727 [BundleStart #16] DEBUG o.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:25.728 [BundleStart #16] 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:25.730 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:25.730 [BundleStart #16] DEBUG o.e.g.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:25.730 [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:25.731 [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:25.731 [BundleStart #16] DEBUG o.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:25.731 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:25.732 [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:25.732 [BundleStart #16] 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:25.733 [BundleStart #16] 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:25.734 [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:25.734 [BundleStart #16] DEBUG o.e.g.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:25.734 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:25.735 [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:25.736 [BundleStart #16] 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:25.736 [BundleStart #16] 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:25.737 [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:25.737 [BundleStart #16] DEBUG o.e.g.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:25.738 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:25.738 [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:25.738 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:25.739 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:25.741 [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:25.741 [BundleStart #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:25.741 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:25.742 [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:25.742 [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:25.742 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:25.743 [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:25.743 [BundleStart #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:25.743 [BundleStart #16] 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:25.747 [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:25.747 [BundleStart #16] DEBUG o.e.g.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:25.748 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:27:25.764 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:25.764 [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:25.764 [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:25.765 [BundleStart #17] DEBUG 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:25.765 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:25.770 [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:25.770 [BundleStart #17] DEBUG 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:25.772 [main] INFO o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:199 - org/eclipse/gemini/blueprint/iandt/namespace/EmbeddedNamespaceLibraryTest-bundle.properties was not found; using defaults 01:27:25.773 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:511 - Post processing: creating test bundle 01:27:25.787 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.namespace] 01:27:25.788 [main] INFO o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:202 - Automatically creating Manifest for the test bundle 01:27:25.789 [main] INFO o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:366 - Using the test class for generating bundle imports 01:27:25.791 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/namespace/EmbeddedNamespaceLibraryTest.class 01:27:25.792 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:460 - Package [org.eclipse.gemini.blueprint.iandt.namespace] is part of the test archive; parsing EmbeddedNamespaceLibraryTest bytecode to determine imports... 01:27:25.796 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:491 - Visiting class EmbeddedNamespaceLibraryTest 01:27:25.808 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:25.808 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:27:25.808 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:491 - Visiting class BaseIntegrationTest 01:27:25.812 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:25.812 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:27:25.813 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:27:25.814 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:25.815 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:27:25.815 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:27:25.816 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:27:25.816 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:27:25.816 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.namespace, org.eclipse.gemini.blueprint.iandt, java.util.jar, java.lang, org.springframework.util, org.springframework.context, org.springframework.beans.factory.xml, org.osgi.framework, java.net, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.eclipse.gemini.blueprint.util, org.springframework.core.io} 01:27:25.816 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.namespace, java.util.jar, java.lang, java.net, java.util, java.security, java.lang.reflect, java.io] 01:27:25.817 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:27:25.817 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:282 - Filtered imports are [org.springframework.util, org.springframework.context, org.springframework.beans.factory.xml, org.osgi.framework, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 01:27:25.817 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest, Bundle-Name=TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.util,org.springframework.context,org.springframework.beans.factory.xml,org.osgi.framework,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 01:27:25.818 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest, Bundle-Name=TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest, Bundle-ClassPath=.,namespace/ns.jar, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.util,org.springframework.context,org.springframework.beans.factory.xml,org.osgi.framework,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 01:27:25.818 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:27:25.818 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:27:25.818 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /namespace/ 01:27:25.818 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /namespace/ns.jar 01:27:25.819 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:27:25.819 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:27:25.819 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:27:25.819 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:27:25.819 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:27:25.820 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:25.820 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:25.820 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:25.820 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/namespace/ 01:27:25.820 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/namespace/EmbeddedNamespaceLibraryTest.class 01:27:25.820 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/namespace/context.xml 01:27:25.830 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:557 - Test bundle [TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest (TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest)] successfully installed 01:27:25.830 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:27:25.834 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest (TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest)] 01:27:25.834 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:25.834 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest (TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest) 01:27:25.835 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest (TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest)] 01:27:25.835 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest (TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest)] 01:27:25.836 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:25.836 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest (TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest)] 01:27:25.836 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:562 - Test bundle [TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest (TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest)] successfully started 01:27:25.837 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:27:25.838 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:27:25.839 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:27:25.840 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:27:25.841 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:27:25.841 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:27:25.842 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:27:25.843 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:27:25.845 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:27:25.845 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:27:25.846 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:27:25.847 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:27:25.848 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:27:25.849 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:27:25.850 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:27:25.851 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:27:25.852 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:27:25.852 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:27:25.854 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:27:25.855 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest] does not trigger a context creation. 01:27:25.855 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:364 - Writing test name [testApplicationContextWasProperlyStarted] to OSGi 01:27:25.869 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testApplicationContextWasProperlyStarted] for execution inside OSGi 01:27:25.869 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testApplicationContextWasProperlyStarted] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@359f7cdf 01:27:25.870 [main] INFO o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:190 - Loading context for locations: org/eclipse/gemini/blueprint/iandt/namespace/context.xml 01:27:25.883 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest, config=org/eclipse/gemini/blueprint/iandt/namespace/context.xml): startup date [Sat Apr 27 01:27:25 UTC 2024]; root of context hierarchy 01:27:25.889 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:25.918 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/org/eclipse/gemini/blueprint/iandt/namespace/context.xml] 01:27:25.960 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:25.961 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:27:25.962 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:27:25.963 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:27:26.040 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/osgi/iandt/namespace/config/test.xsd 01:27:26.041 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/osgi/iandt/namespace/config/test.xsd at bundle://18:1/org/springframework/osgi/iandt/namespace/config/test.xsd 01:27:26.069 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest, config=org/eclipse/gemini/blueprint/iandt/namespace/context.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@65d09a04: defining beans [bean]; root of factory hierarchy 01:27:26.079 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:26.079 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:26.080 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:27:26.081 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:27:26.092 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@44a7bfbc] 01:27:26.092 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@4ef37659] 01:27:26.110 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@51dcb805] 01:27:26.114 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest, config=org/eclipse/gemini/blueprint/iandt/namespace/context.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest, config=org/eclipse/gemini/blueprint/iandt/namespace/context.xml): startup date [Sat Apr 27 01:27:25 UTC 2024]; root of context hierarchy] 01:27:26.116 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest, org.springframework.context.service.name=TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest, Bundle-SymbolicName=TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest, Bundle-Version=0.0.0} 01:27:26.118 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:27:26.140 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:26.141 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:440 - Reading OSGi results for test [testApplicationContextWasProperlyStarted] 01:27:26.142 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:447 - Test[testApplicationContextWasProperlyStarted]'s result read 01:27:26.143 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:364 - Writing test name [testNamespaceFilesOnTheClassPath] to OSGi 01:27:26.144 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNamespaceFilesOnTheClassPath] for execution inside OSGi 01:27:26.144 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNamespaceFilesOnTheClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3059cbc 01:27:26.145 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:26.145 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:440 - Reading OSGi results for test [testNamespaceFilesOnTheClassPath] 01:27:26.146 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:447 - Test[testNamespaceFilesOnTheClassPath]'s result read Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.318 sec - in org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest 01:27:26.149 [Thread-0] INFO o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:471 - Shutting down OSGi platform 01:27:26.150 [Thread-3] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest (TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest) 01:27:26.150 [Thread-3] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest, config=org/eclipse/gemini/blueprint/iandt/namespace/context.xml): startup date [Sat Apr 27 01:27:25 UTC 2024]; root of context hierarchy 01:27:26.150 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:26.151 [Thread-3] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest, config=org/eclipse/gemini/blueprint/iandt/namespace/context.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest, config=org/eclipse/gemini/blueprint/iandt/namespace/context.xml): startup date [Sat Apr 27 01:27:25 UTC 2024]; root of context hierarchy] 01:27:26.151 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:26.151 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:26.151 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:26.151 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:26.152 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:26.152 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:26.152 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:26.153 [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:26.153 [Thread-3] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:27:26.154 [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:26.154 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:27:26.155 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:27:26,837 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:27:26,982 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:26,985 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:27,009 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:27,061 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:27,063 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:27,070 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:27,080 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:27:27,088 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:27,088 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:27,090 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:27,091 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:27,091 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:27:27,091 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:27:27,091 |-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:27,091 |-INFO 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:27,092 |-INFO 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:27,092 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:27,092 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:27:27,092 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:27:27,092 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:27,092 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:27,092 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:27,093 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:27,093 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:27,094 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:27,094 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:27,095 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest 01:27:27.224 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:27:27.230 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:85 - Instantiating platform wrapper... 01:27:27.244 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi718476687362664481kf 01:27:27.244 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:215 - About to start Knopflerfish OSGi Platform 01:27:27.358 [main] INFO o.e.g.b.i.n.NonOSGiLoaderProxyTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:27:27.362 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:27:27.364 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:27:27.365 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:27:27.366 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:27.499 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:27:27.516 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:27:27.522 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:27:27.525 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:27:27.533 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:27:27.544 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:27:27.546 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:27:27.550 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:27:27.555 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:27:27.562 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:27:27.581 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:27:27.583 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:27:27.588 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:27:27.606 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:27:27.608 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:27:27.613 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:27:27.617 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:27:27.638 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:27:27.658 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:27:27.664 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:27:27.666 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:27:27.667 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:27:27.668 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:27:27.669 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:27:27.672 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:27:27.676 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:27:27.676 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:27:27.685 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:27:27.687 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:27:27.688 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:27:27.694 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:27:27.697 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:27:27.700 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:27:27,730 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:27:27,773 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:27,775 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:27,787 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:27,813 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:27,815 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:27,820 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:27,829 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@49b1c2dd - No compression will be used 01:27:27,834 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:27,834 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:27,836 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:27,836 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:27,837 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:27:27,837 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:27:27,837 |-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:27,838 |-INFO 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:27,838 |-INFO 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:27,838 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:27,838 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:27:27,839 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:27:27,839 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:27,839 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:27,839 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:27,840 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:27,840 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:27,841 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:27,841 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:27,842 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@58a98683 - Registering current configuration as safe fallback point 01:27:27.857 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:27:27.868 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:27:28.047 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:28.048 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:28.052 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:27:28.056 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:27:28.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:28.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:28.063 [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:28.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:28.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:28.065 [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:28.065 [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:28.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:28.066 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:27:28.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:28.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:28.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:28.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:28.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:28.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:28.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:28.069 [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:28.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:28.070 [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:28.070 [BundleStart #16] DEBUG o.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:28.070 [BundleStart #16] 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:28.071 [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:28.071 [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:28.071 [BundleStart #16] DEBUG o.e.g.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:28.072 [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:28.072 [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:28.073 [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:28.073 [BundleStart #16] DEBUG o.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:28.073 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:28.074 [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:28.074 [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:28.074 [BundleStart #16] 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:28.074 [BundleStart #16] 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:28.075 [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:28.075 [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:28.075 [BundleStart #16] DEBUG o.e.g.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:28.075 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:28.076 [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:28.076 [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:28.077 [BundleStart #16] 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:28.077 [BundleStart #16] 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:28.078 [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:28.078 [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:28.078 [BundleStart #16] DEBUG o.e.g.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:28.078 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:28.079 [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:28.079 [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:28.079 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:28.080 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:28.081 [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:28.081 [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:28.081 [BundleStart #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:28.081 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:28.081 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:28.082 [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:28.082 [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:28.082 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:28.082 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:28.083 [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:28.083 [BundleStart #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:28.083 [BundleStart #16] 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:28.085 [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:28.085 [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:28.085 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:27:28.094 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:27:28.095 [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:28.098 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:27:28.098 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:27:28.101 [BundleStart #16] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:27:28.103 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:28.104 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@5c653c92 w/ reference null 01:27:28.104 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@5c653c92 w/ reference null 01:27:28.105 [BundleStart #16] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 01:27:28.109 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:28.120 [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:28.120 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:28.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:28.123 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:28.124 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:27:28.124 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:27:28.126 [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:28.126 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:27:28.126 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:28.127 [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:28.127 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:28.128 [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:28.129 [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:28.129 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:27:28.130 [BundleStart #16] 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:28.131 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:28.132 [BundleStart #16] DEBUG o.e.g.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:28.132 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:27:28.133 [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:28.133 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:27:28.133 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:28.134 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:28.134 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:28.135 [BundleStart #16] 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:28.136 [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:28.136 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:27:28.136 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:28.137 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:28.138 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:27:28.138 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:27:28.139 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:28.140 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:27:28.140 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:28.140 [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:28.141 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:28.141 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:28.143 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:28.143 [BundleStart #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:28.143 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:28.144 [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:28.144 [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:28.144 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:28.145 [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:28.145 [BundleStart #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:28.145 [BundleStart #16] 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:28.149 [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:28.149 [BundleStart #16] DEBUG o.e.g.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:28.150 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:27:28.162 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:28.163 [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:28.163 [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:28.163 [BundleStart #17] DEBUG 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:28.163 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:28.168 [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:28.168 [BundleStart #17] DEBUG 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:28.170 [main] INFO o.e.g.b.i.n.NonOSGiLoaderProxyTest:199 - org/eclipse/gemini/blueprint/iandt/nonosgicl/NonOSGiLoaderProxyTest-bundle.properties was not found; using defaults 01:27:28.171 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:511 - Post processing: creating test bundle 01:27:28.183 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.nonosgicl] 01:27:28.184 [main] INFO o.e.g.b.i.n.NonOSGiLoaderProxyTest:202 - Automatically creating Manifest for the test bundle 01:27:28.184 [main] INFO o.e.g.b.i.n.NonOSGiLoaderProxyTest:366 - Using the test class for generating bundle imports 01:27:28.189 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/nonosgicl/NonOSGiLoaderProxyTest.class 01:27:28.189 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:460 - Package [org.eclipse.gemini.blueprint.iandt.nonosgicl] is part of the test archive; parsing NonOSGiLoaderProxyTest bytecode to determine imports... 01:27:28.193 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:491 - Visiting class NonOSGiLoaderProxyTest 01:27:28.204 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/nonosgicl/NonOSGiLoaderProxyTest$Service.class 01:27:28.205 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:460 - Package [org.eclipse.gemini.blueprint.iandt.nonosgicl] is part of the test archive; parsing NonOSGiLoaderProxyTest$Service bytecode to determine imports... 01:27:28.205 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:491 - Visiting class NonOSGiLoaderProxyTest$Service 01:27:28.206 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:28.207 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:27:28.207 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:491 - Visiting class BaseIntegrationTest 01:27:28.210 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:28.210 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:27:28.210 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:27:28.212 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:28.212 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:27:28.212 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:27:28.213 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:27:28.214 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:27:28.214 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.nonosgicl, org.eclipse.gemini.blueprint.iandt, java.lang, org.osgi.framework, javax.sql, java.util, org.springframework.beans.factory, org.springframework.context, org.eclipse.gemini.blueprint.context.support, java.sql, java.io, java.util.logging, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io, java.net} 01:27:28.214 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.nonosgicl, java.lang, java.util, java.sql, java.io, java.util.logging, java.util.jar, java.security, java.lang.reflect, java.net] 01:27:28.214 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:27:28.215 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:282 - Filtered imports are [org.osgi.framework, javax.sql, org.springframework.beans.factory, org.springframework.context, org.eclipse.gemini.blueprint.context.support, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 01:27:28.215 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, Bundle-Name=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,javax.sql,org.springframework.beans.factory,org.springframework.context,org.eclipse.gemini.blueprint.context.support,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 01:27:28.215 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, Bundle-Name=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,javax.sql,org.springframework.beans.factory,org.springframework.context,org.eclipse.gemini.blueprint.context.support,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 01:27:28.216 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:27:28.216 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:27:28.216 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:27:28.216 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:27:28.216 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:27:28.217 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:27:28.217 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:27:28.217 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:28.217 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:28.217 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:28.218 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/ 01:27:28.218 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/NonOSGiLoaderProxyTest$1.class 01:27:28.218 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/NonOSGiLoaderProxyTest$Service.class 01:27:28.218 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/NonOSGiLoaderProxyTest.class 01:27:28.218 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/context.xml 01:27:28.225 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:557 - Test bundle [TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest (TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest)] successfully installed 01:27:28.225 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:27:28.228 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest (TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest)] 01:27:28.228 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:28.228 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest (TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest) 01:27:28.229 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest (TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest)] 01:27:28.229 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest (TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest)] 01:27:28.229 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:28.230 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest (TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest)] 01:27:28.230 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:562 - Test bundle [TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest (TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest)] successfully started 01:27:28.230 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:27:28.232 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:27:28.233 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:27:28.234 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:27:28.235 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:27:28.235 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:27:28.235 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:27:28.236 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:27:28.237 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:27:28.237 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest] does not trigger a context creation. 01:27:28.237 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:27:28.238 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:27:28.238 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:27:28.239 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:27:28.239 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:27:28.240 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:27:28.240 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:27:28.241 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:27:28.241 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:27:28.242 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:27:28.243 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:364 - Writing test name [testProxy] to OSGi 01:27:28.256 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testProxy] for execution inside OSGi 01:27:28.256 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testProxy] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@79924b 01:27:28.257 [main] INFO o.e.g.b.i.n.NonOSGiLoaderProxyTest:190 - Loading context for locations: 01:27:28.271 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, config=): startup date [Sat Apr 27 01:27:28 UTC 2024]; root of context hierarchy 01:27:28.277 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:27:28.296 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@5aa9e4eb: defining beans []; root of factory hierarchy 01:27:28.306 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:28.307 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:27:28.308 [main] TRACE o.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:28.308 [main] TRACE o.e.g.b.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:28.312 [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:28.312 [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:28.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@75db5df9] 01:27:28.318 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, config=): startup date [Sat Apr 27 01:27:28 UTC 2024]; root of context hierarchy] 01:27:28.321 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, org.springframework.context.service.name=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, Bundle-SymbolicName=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, Bundle-Version=0.0.0} 01:27:28.322 [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:28.359 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, config=org/eclipse/gemini/blueprint/iandt/nonosgicl/context.xml): startup date [Sat Apr 27 01:27:28 UTC 2024]; root of context hierarchy 01:27:28.359 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:28.370 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/org/eclipse/gemini/blueprint/iandt/nonosgicl/context.xml] 01:27:28.403 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:28.404 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:27:28.406 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:27:28.407 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:27:28.491 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:27:28.491 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:27:28.532 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, config=org/eclipse/gemini/blueprint/iandt/nonosgicl/context.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@5403f35f: defining beans [service]; root of factory hierarchy 01:27:28.533 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:28.533 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:28.534 [main] TRACE o.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:28.534 [main] TRACE o.e.g.b.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:28.535 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1b1426f4] 01:27:28.536 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@32b260fa] 01:27:28.562 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.util.Comparator, interface org.osgi.framework.Constants, interface org.springframework.beans.factory.InitializingBean, interface javax.sql.DataSource} and filter=[] in=[(&(objectClass=java.util.Comparator)(objectClass=org.osgi.framework.Constants)(objectClass=org.springframework.beans.factory.InitializingBean)(objectClass=javax.sql.DataSource))] 01:27:28.563 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=java.util.Comparator)(objectClass=org.osgi.framework.Constants)(objectClass=org.springframework.beans.factory.InitializingBean)(objectClass=javax.sql.DataSource))] in=[(&(objectClass=java.util.Comparator)(objectClass=org.osgi.framework.Constants)(objectClass=org.springframework.beans.factory.InitializingBean)(objectClass=javax.sql.DataSource))] 01:27:28.564 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:27:28.572 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:27:28.583 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest(TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest)] scanning available bundles 01:27:28.583 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest(TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest)] scanning available bundles 01:27:28.584 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest(TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest)] scanning available bundles 01:27:28.585 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest(TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest)] scanning available bundles 01:27:28.585 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest(TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest)] scanning available bundles 01:27:28.592 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(&(objectClass=java.util.Comparator)(objectClass=org.osgi.framework.Constants)(objectClass=org.springframework.beans.factory.InitializingBean)(objectClass=javax.sql.DataSource))] 01:27:28.593 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@6bf0219d} 01:27:28.594 [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:28.594 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6bf0219d] bound to proxy 01:27:28.595 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@3e27aa33] 01:27:28.595 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, config=org/eclipse/gemini/blueprint/iandt/nonosgicl/context.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, config=org/eclipse/gemini/blueprint/iandt/nonosgicl/context.xml): startup date [Sat Apr 27 01:27:28 UTC 2024]; root of context hierarchy] 01:27:28.596 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, org.springframework.context.service.name=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, Bundle-SymbolicName=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, Bundle-Version=0.0.0} 01:27:28.597 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:27:28.598 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest (TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest) 01:27:28.598 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, config=org/eclipse/gemini/blueprint/iandt/nonosgicl/context.xml): startup date [Sat Apr 27 01:27:28 UTC 2024]; root of context hierarchy 01:27:28.599 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, config=org/eclipse/gemini/blueprint/iandt/nonosgicl/context.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, config=org/eclipse/gemini/blueprint/iandt/nonosgicl/context.xml): startup date [Sat Apr 27 01:27:28 UTC 2024]; root of context hierarchy] 01:27:28.601 [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:28.601 [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:28.602 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:27:28.602 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:28.602 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:440 - Reading OSGi results for test [testProxy] 01:27:28.603 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:447 - Test[testProxy]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.386 sec - in org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest 01:27:28.608 [Thread-0] INFO o.e.g.b.i.n.NonOSGiLoaderProxyTest:471 - Shutting down OSGi platform 01:27:28.608 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest (TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest) 01:27:28.608 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, config=): startup date [Sat Apr 27 01:27:28 UTC 2024]; root of context hierarchy 01:27:28.609 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, config=): startup date [Sat Apr 27 01:27:28 UTC 2024]; root of context hierarchy] 01:27:28.609 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:28.609 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:27:28.609 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:28.610 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:28.610 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:28.610 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:28.610 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:28.610 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:28.611 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:28.612 [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:28.612 [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:28.613 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:27:28.614 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:27:29,313 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:27:29,449 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:29,452 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:29,476 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:29,516 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:29,519 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:29,525 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:29,535 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:27:29,542 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:29,542 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:29,557 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:29,558 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:29,558 |-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,558 |-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,558 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:27:29,558 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:27:29,558 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:27:29,559 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:29,559 |-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,559 |-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,559 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:29,559 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:29,559 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:29,559 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:29,560 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:29,560 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:29,560 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:29,561 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest 01:27:29.687 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:27:29.692 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:85 - Instantiating platform wrapper... 01:27:29.705 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi6485910248349799417kf 01:27:29.706 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:215 - About to start Knopflerfish OSGi Platform 01:27:29.828 [main] INFO o.e.g.b.i.n.NamespaceProviderAndConsumerTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:27:29.832 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:27:29.833 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:27:29.834 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:27:29.835 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:30.006 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:27:30.022 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:27:30.028 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:27:30.030 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:27:30.039 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:27:30.049 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:27:30.051 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:27:30.059 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:27:30.065 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:27:30.071 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:27:30.094 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:27:30.099 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:27:30.103 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:27:30.112 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:27:30.114 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:27:30.119 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:27:30.123 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:27:30.126 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/namespace.own.consumer.bundle/target/ns.own.consumer-3.0.1.BUILD-SNAPSHOT.jar] 01:27:30.197 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:27:30.208 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:27:30.215 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:27:30.217 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:27:30.218 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:27:30.219 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:27:30.220 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:27:30.224 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:27:30.228 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:27:30.229 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:27:30.239 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:27:30.240 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:27:30.241 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:27:30.246 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:27:30.248 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:27:30.251 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:27:30,286 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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:30,327 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:30,330 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:30,341 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:30,367 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:30,369 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:30,373 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:30,381 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@4a4472cf - No compression will be used 01:27:30,385 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:30,386 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:30,387 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:30,387 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:30,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:30,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:30,388 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:27:30,388 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:27:30,388 |-INFO 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:30,389 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:30,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:30,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:30,389 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:30,389 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:30,389 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:30,390 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:30,390 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:30,390 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:30,390 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:30,391 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@115c9b26 - Registering current configuration as safe fallback point 01:27:30.404 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:27:30.414 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:27:30.569 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:30.570 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:30.574 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:27:30.577 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:27:30.586 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:30.588 [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:30.588 [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:30.588 [BundleStart #16] DEBUG 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:30.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:30.590 [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:30.590 [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:30.590 [BundleStart #16] DEBUG o.e.g.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:30.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:30.592 [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:30.592 [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:30.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:30.593 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:30.593 [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:30.593 [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:30.594 [BundleStart #16] DEBUG 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:30.594 [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:30.594 [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:30.595 [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:30.595 [BundleStart #16] DEBUG o.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:30.595 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:27:30.596 [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:30.596 [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:30.596 [BundleStart #16] DEBUG o.e.g.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:30.597 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:27:30.597 [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:30.597 [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:30.598 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:27:30.598 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:30.598 [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:30.598 [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:30.599 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:30.599 [BundleStart #16] 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:30.599 [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:30.600 [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:30.600 [BundleStart #16] DEBUG o.e.g.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:30.600 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:30.601 [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:30.601 [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:30.601 [BundleStart #16] 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:30.601 [BundleStart #16] 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:30.602 [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:30.602 [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:30.602 [BundleStart #16] DEBUG o.e.g.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:30.603 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:30.603 [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:30.603 [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:30.603 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:30.604 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:30.605 [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:30.605 [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:30.605 [BundleStart #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:30.605 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:30.605 [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:30.606 [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:30.606 [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:30.606 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:30.606 [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:30.606 [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:30.607 [BundleStart #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:30.607 [BundleStart #16] 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:30.608 [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:30.609 [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:30.609 [BundleStart #16] DEBUG o.e.g.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:30.618 [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:30.618 [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:30.621 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:27:30.621 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:27:30.625 [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:30.627 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:30.627 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@7564020b w/ reference null 01:27:30.627 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@7564020b w/ reference null 01:27:30.628 [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:30.632 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:30.642 [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:30.643 [BundleStart #16] DEBUG 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:30.643 [BundleStart #16] 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:30.646 [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:30.646 [BundleStart #16] DEBUG o.e.g.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:30.646 [BundleStart #16] 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:30.648 [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:30.649 [BundleStart #16] DEBUG o.e.g.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:30.649 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:30.649 [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:30.650 [BundleStart #16] DEBUG 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:30.650 [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:30.651 [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:30.651 [BundleStart #16] DEBUG o.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:30.652 [BundleStart #16] 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:30.654 [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:30.654 [BundleStart #16] DEBUG o.e.g.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:30.654 [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:30.655 [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:30.655 [BundleStart #16] DEBUG o.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:30.656 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:30.657 [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:30.657 [BundleStart #16] 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:30.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:27:30.659 [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:30.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:27:30.659 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:30.660 [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:30.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:27:30.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:27:30.662 [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:30.662 [BundleStart #16] DEBUG o.e.g.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:30.663 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:30.663 [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:30.663 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:30.664 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:30.665 [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:30.666 [BundleStart #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:30.666 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:30.667 [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:30.667 [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:30.667 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:30.667 [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:30.668 [BundleStart #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:30.668 [BundleStart #16] 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:30.671 [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:30.672 [BundleStart #16] DEBUG o.e.g.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:30.673 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:27:30.680 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:30.680 [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:30.681 [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:30.681 [BundleStart #17] DEBUG 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:30.681 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:30.682 [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:30.682 [BundleStart #17] DEBUG 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:30.683 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:319 - Starting [namespace-test (org.eclipse.gemini.blueprint.iandt.ns.own.provider)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/namespace.own.consumer.bundle/target/ns.own.consumer-3.0.1.BUILD-SNAPSHOT.jar] 01:27:30.685 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [namespace-test (org.eclipse.gemini.blueprint.iandt.ns.own.provider)] 01:27:30.685 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:30.685 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle namespace-test (org.eclipse.gemini.blueprint.iandt.ns.own.provider) 01:27:30.686 [BundleStart #18] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [namespace-test (org.eclipse.gemini.blueprint.iandt.ns.own.provider)] 01:27:30.695 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle namespace-test is type compatible with extender gemini-blueprint-extender; processing bundle... 01:27:30.696 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:30.696 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [namespace-test (org.eclipse.gemini.blueprint.iandt.ns.own.provider)] 01:27:30.699 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [namespace-test (org.eclipse.gemini.blueprint.iandt.ns.own.provider)] 01:27:30.699 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:27:30.699 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [namespace-test (org.eclipse.gemini.blueprint.iandt.ns.own.provider)] 01:27:30.699 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@15ad271 01:27:30.700 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:30.700 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider, config=osgibundle:/META-INF/spring/*.xml) 01:27:30.700 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [namespace-test (org.eclipse.gemini.blueprint.iandt.ns.own.provider)] 01:27:30.700 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider, config=osgibundle:/META-INF/spring/*.xml) 01:27:30.703 [main] INFO o.e.g.b.i.n.NamespaceProviderAndConsumerTest:199 - org/eclipse/gemini/blueprint/iandt/ns/NamespaceProviderAndConsumerTest-bundle.properties was not found; using defaults 01:27:30.703 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:511 - Post processing: creating test bundle 01:27:30.705 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:30 UTC 2024]; root of context hierarchy 01:27:30.712 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:30.716 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.ns] 01:27:30.716 [main] INFO o.e.g.b.i.n.NamespaceProviderAndConsumerTest:202 - Automatically creating Manifest for the test bundle 01:27:30.717 [main] INFO o.e.g.b.i.n.NamespaceProviderAndConsumerTest:366 - Using the test class for generating bundle imports 01:27:30.719 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/ns/NamespaceProviderAndConsumerTest.class 01:27:30.719 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:460 - Package [org.eclipse.gemini.blueprint.iandt.ns] is part of the test archive; parsing NamespaceProviderAndConsumerTest bytecode to determine imports... 01:27:30.723 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:491 - Visiting class NamespaceProviderAndConsumerTest 01:27:30.735 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:30.736 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:27:30.736 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:491 - Visiting class BaseIntegrationTest 01:27:30.757 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:30.758 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:27:30.758 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:27:30.760 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:30.760 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:27:30.761 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:27:30.761 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:27:30.762 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:27:30.762 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.ns, org.eclipse.gemini.blueprint.iandt, java.awt, java.lang, org.springframework.context, org.osgi.framework, org.eclipse.gemini.blueprint.util, java.net, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io} 01:27:30.762 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.ns, java.awt, java.lang, java.net, java.util, java.util.jar, java.security, java.lang.reflect, java.io] 01:27:30.762 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:27:30.763 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:282 - Filtered imports are [org.springframework.context, org.osgi.framework, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io] 01:27:30.763 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest, Bundle-Name=TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.context,org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0] 01:27:30.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-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest, Bundle-Name=TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.context,org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0]] 01:27:30.763 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:27:30.764 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:27:30.764 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:27:30.764 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:27:30.764 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:27:30.764 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:27:30.765 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:27:30.765 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:30.765 [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:30.765 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:30.765 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:30.765 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ns/ 01:27:30.765 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ns/NamespaceProviderAndConsumerTest.class 01:27:30.765 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ns/context.xml 01:27:30.773 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:557 - Test bundle [TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest (TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest)] successfully installed 01:27:30.773 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:27:30.776 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest (TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest)] 01:27:30.776 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:30.777 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest (TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest) 01:27:30.777 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest (TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest)] 01:27:30.777 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest (TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest)] 01:27:30.777 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:30.778 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest (TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest)] 01:27:30.778 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:562 - Test bundle [TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest (TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest)] successfully started 01:27:30.778 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:27:30.781 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:27:30.781 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:27:30.782 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:27:30.783 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:27:30.783 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:27:30.784 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest] does not trigger a context creation. 01:27:30.784 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:27:30.785 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:27:30.786 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:27:30.786 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:27:30.786 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:27:30.787 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:27:30.787 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:27:30.788 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:27:30.788 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.ns.own.provider] triggers a context creation; waiting for it 01:27:30.790 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.ns.own.provider] incremented to 1 01:27:30.792 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:30.792 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider 01:27:30.799 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:30.800 [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:30.802 [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:30.802 [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:30.916 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/iandt/ns/bogus.xsd 01:27:30.916 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/iandt/ns/bogus.xsd at bundle://18/org/eclipse/gemini/blueprint/iandt/ns/bogus.xsd 01:27:30.918 [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:30.918 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd BogusHandler initialized 01:27:30.987 [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@40c5a7eb: defining beans [bean,nsDate,nsBean,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#2]; root of factory hierarchy 01:27:30.999 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:30.999 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:31.000 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.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:31.001 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.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:31.012 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:27:31.016 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@40c5a7eb: defining beans [bean,nsDate,nsBean,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#2]; root of factory hierarchy] 01:27:31.016 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:27:31.017 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@1d1b60b0 01:27:31.017 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:27:31.017 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:27:31.018 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider, config=osgibundle:/META-INF/spring/*.xml) 01:27:31.018 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:27:31.018 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:27:31.018 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider, config=osgibundle:/META-INF/spring/*.xml) 01:27:31.018 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider, config=osgibundle:/META-INF/spring/*.xml) 01:27:31.018 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:27:31.019 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider, config=osgibundle:/META-INF/spring/*.xml) 01:27:31.022 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@af4850d] 01:27:31.023 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@29f50863] 01:27:31.063 [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:31.064 [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:31.065 [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:31.067 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class java.util.Date] classes {class java.util.Date, interface java.io.Serializable, interface java.lang.Cloneable, interface java.lang.Comparable} 01:27:31.067 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable, java.lang.Comparable, java.util.Date}] 01:27:31.068 [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:31.069 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] is being tracked for dependencies 01:27:31.070 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends (transitively) on the following importers:{} 01:27:31.070 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends on importers:[] 01:27:31.071 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class java.awt.Rectangle] classes {class java.awt.Rectangle, interface java.awt.Shape, interface java.io.Serializable, class java.awt.geom.Rectangle2D, class java.awt.geom.RectangularShape, interface java.lang.Cloneable} 01:27:31.071 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.awt.Rectangle, java.awt.Shape, java.awt.geom.Rectangle2D, java.awt.geom.RectangularShape, java.io.Serializable, java.lang.Cloneable}] 01:27:31.071 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] started; all its dependencies are satisfied 01:27:31.072 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#2] is being tracked for dependencies 01:27:31.073 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#2] depends (transitively) on the following importers:{} 01:27:31.073 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#2] depends on importers:[] 01:27:31.073 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class java.lang.Object] classes {class java.lang.Object} 01:27:31.073 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.lang.Object}] 01:27:31.074 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#2] started; all its dependencies are satisfied 01:27:31.075 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@275255fe] 01:27:31.079 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:30 UTC 2024]; root of context hierarchy] 01:27:31.081 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.ns.own.provider, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.ns.own.provider, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.ns.own.provider, Bundle-Version=1.0.0} 01:27:31.082 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:27:31.082 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.ns.own.provider] decremented to 0 01:27:31.083 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider 01:27:31.083 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:27:31.085 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:27:31.085 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:27:31.086 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:27:31.086 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=18] 01:27:31.088 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:27:31.089 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:364 - Writing test name [testTestAutowiring] to OSGi 01:27:31.102 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testTestAutowiring] for execution inside OSGi 01:27:31.103 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testTestAutowiring] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4fb0f2b9 01:27:31.103 [main] INFO o.e.g.b.i.n.NamespaceProviderAndConsumerTest:190 - Loading context for locations: org/eclipse/gemini/blueprint/iandt/ns/context.xml 01:27:31.104 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest, config=org/eclipse/gemini/blueprint/iandt/ns/context.xml): startup date [Sat Apr 27 01:27:31 UTC 2024]; root of context hierarchy 01:27:31.105 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:31.106 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/org/eclipse/gemini/blueprint/iandt/ns/context.xml] 01:27:31.109 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:31.110 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:27:31.110 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:27:31.111 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:27:31.140 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/iandt/ns/bogus.xsd 01:27:31.141 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/iandt/ns/bogus.xsd at bundle://18/org/eclipse/gemini/blueprint/iandt/ns/bogus.xsd BogusHandler initialized 01:27:31.143 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest, config=org/eclipse/gemini/blueprint/iandt/ns/context.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@6ae5aa72: defining beans [bean,nsDate,nsBean]; root of factory hierarchy 01:27:31.143 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:31.144 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:31.144 [main] TRACE o.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:31.144 [main] TRACE o.e.g.b.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:31.146 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@595b007d] 01:27:31.146 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@72d1ad2e] 01:27:31.157 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@2d7275fc] 01:27:31.158 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest, config=org/eclipse/gemini/blueprint/iandt/ns/context.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest, config=org/eclipse/gemini/blueprint/iandt/ns/context.xml): startup date [Sat Apr 27 01:27:31 UTC 2024]; root of context hierarchy] 01:27:31.158 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest, org.springframework.context.service.name=TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest, Bundle-SymbolicName=TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest, Bundle-Version=0.0.0} 01:27:31.159 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:27:31.187 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:31.188 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:440 - Reading OSGi results for test [testTestAutowiring] 01:27:31.189 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:447 - Test[testTestAutowiring]'s result read 01:27:31.190 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:364 - Writing test name [testApplicationContextWasProperlyStarted] to OSGi 01:27:31.191 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testApplicationContextWasProperlyStarted] for execution inside OSGi 01:27:31.191 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testApplicationContextWasProperlyStarted] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@49139829 01:27:31.192 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:31.192 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:440 - Reading OSGi results for test [testApplicationContextWasProperlyStarted] 01:27:31.193 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:447 - Test[testApplicationContextWasProperlyStarted]'s result read 01:27:31.193 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:364 - Writing test name [testNSBundlePublishedOkay] to OSGi 01:27:31.194 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNSBundlePublishedOkay] for execution inside OSGi 01:27:31.194 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNSBundlePublishedOkay] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@9597028 01:27:31.195 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:31.195 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:440 - Reading OSGi results for test [testNSBundlePublishedOkay] 01:27:31.195 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:447 - Test[testNSBundlePublishedOkay]'s result read 01:27:31.196 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:364 - Writing test name [testNamespaceFilesOnTheClassPath] to OSGi 01:27:31.196 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNamespaceFilesOnTheClassPath] for execution inside OSGi 01:27:31.196 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNamespaceFilesOnTheClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6069db50 01:27:31.197 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:31.198 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:440 - Reading OSGi results for test [testNamespaceFilesOnTheClassPath] 01:27:31.198 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:447 - Test[testNamespaceFilesOnTheClassPath]'s result read Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.517 sec - in org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest 01:27:31.202 [Thread-0] INFO o.e.g.b.i.n.NamespaceProviderAndConsumerTest:471 - Shutting down OSGi platform 01:27:31.202 [Thread-3] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest (TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest) 01:27:31.203 [Thread-3] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest, config=org/eclipse/gemini/blueprint/iandt/ns/context.xml): startup date [Sat Apr 27 01:27:31 UTC 2024]; root of context hierarchy 01:27:31.203 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:31.203 [Thread-3] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest, config=org/eclipse/gemini/blueprint/iandt/ns/context.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest, config=org/eclipse/gemini/blueprint/iandt/ns/context.xml): startup date [Sat Apr 27 01:27:31 UTC 2024]; root of context hierarchy] 01:27:31.203 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=18]] 01:27:31.205 [Thread-3] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:27:31.214 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.ns.own.provider has unused registered services; added for shutdown 01:27:31.214 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=18]] 01:27:31.299 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:27:31.300 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider, config=osgibundle:/META-INF/spring/*.xml) 01:27:31.300 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@15ad271 01:27:31.301 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider, config=osgibundle:/META-INF/spring/*.xml) 01:27:31.301 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider, config=osgibundle:/META-INF/spring/*.xml) 01:27:31.301 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle namespace-test (org.eclipse.gemini.blueprint.iandt.ns.own.provider) 01:27:31.302 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:30 UTC 2024]; root of context hierarchy 01:27:31.302 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:30 UTC 2024]; root of context hierarchy] 01:27:31.302 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#2] 01:27:31.303 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@71c67404] 01:27:31.303 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] 01:27:31.303 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@63da7f1a] 01:27:31.304 [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:31.304 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@602abcf3] 01:27:31.304 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:27:31.306 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:27:31.306 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@15ad271 01:27:31.306 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:27:31.306 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:31.306 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:31.306 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:31.307 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:31.307 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:31.307 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:31.308 [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:31.308 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=18] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@14a6bbc9 01:27:31.309 [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:31.309 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:27:31.309 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:27:32,097 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,211 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:32,215 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:32,238 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:32,295 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:32,297 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:32,303 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:32,313 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@4b1c1ea0 - No compression will be used 01:27:32,320 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:32,320 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:32,322 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:32,322 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:32,323 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:27:32,323 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:27:32,323 |-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:32,323 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:27:32,324 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:27:32,324 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:32,324 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:27:32,324 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:27:32,324 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:32,324 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:32,325 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:32,325 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:32,325 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:32,326 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:32,326 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:32,327 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@305fd85d - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest 01:27:32.394 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:27:32.399 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:85 - Instantiating platform wrapper... 01:27:32.413 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi8157758670442193722kf 01:27:32.414 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:215 - About to start Knopflerfish OSGi Platform 01:27:32.540 [main] INFO o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:27:32.544 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:27:32.545 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:27:32.547 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:27:32.548 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:32.680 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:27:32.694 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:27:32.700 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:27:32.702 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:27:32.709 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:27:32.718 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:27:32.720 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:27:32.724 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:27:32.729 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:27:32.735 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:27:32.757 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:27:32.760 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:27:32.764 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:27:32.773 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:27:32.776 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:27:32.784 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:27:32.791 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:27:32.810 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:27:32.819 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:27:32.824 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:27:32.826 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:27:32.827 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:27:32.827 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:27:32.828 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:27:32.857 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:27:32.861 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:27:32.862 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:27:32.869 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:27:32.870 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:27:32.870 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:27:32.875 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:27:32.876 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:27:32.878 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:27:32,921 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:27:32,967 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:32,970 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:32,981 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:33,008 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:33,010 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:33,014 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:33,021 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@696454d4 - No compression will be used 01:27:33,026 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:33,026 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:33,028 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:33,028 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:33,028 |-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,028 |-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,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:27:33,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:27:33,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:27:33,029 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:33,029 |-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,029 |-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,030 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:33,030 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:33,030 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:33,030 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:33,030 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:33,031 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:33,031 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:33,032 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3511959 - Registering current configuration as safe fallback point 01:27:33.044 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:27:33.055 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:27:33.212 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:33.213 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:33.217 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:27:33.220 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:27:33.225 [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.227 [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.227 [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.231 [BundleStart #16] DEBUG 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.231 [BundleStart #16] 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.233 [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.233 [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.234 [BundleStart #16] DEBUG o.e.g.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.234 [BundleStart #16] 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.235 [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.235 [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.236 [BundleStart #16] DEBUG o.e.g.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.236 [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.236 [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.237 [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.237 [BundleStart #16] DEBUG 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.237 [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.238 [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.238 [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.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:27:33.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:27:33.239 [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.240 [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.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:27:33.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:27:33.240 [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.241 [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.241 [BundleStart #16] DEBUG o.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.241 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:33.242 [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.242 [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.242 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:33.242 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:27:33.243 [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.243 [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.243 [BundleStart #16] DEBUG o.e.g.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.244 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:33.256 [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.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:27:33.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:27:33.257 [BundleStart #16] 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.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:27:33.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:27:33.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:27:33.259 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:33.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:27:33.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:27:33.259 [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.260 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:33.261 [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.261 [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.261 [BundleStart #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.261 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:33.262 [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.262 [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.262 [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.262 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:33.262 [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.263 [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.263 [BundleStart #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.263 [BundleStart #16] 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.265 [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.265 [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.265 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:27:33.275 [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.275 [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.278 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:27:33.278 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:27:33.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:27:33.283 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:33.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@6bba347a w/ reference null 01:27:33.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@6bba347a w/ reference null 01:27:33.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:27:33.289 [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.299 [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.300 [BundleStart #16] DEBUG 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.300 [BundleStart #16] 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.302 [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.303 [BundleStart #16] DEBUG o.e.g.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.303 [BundleStart #16] 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.305 [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.305 [BundleStart #16] DEBUG o.e.g.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.305 [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.306 [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.306 [BundleStart #16] DEBUG 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.306 [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.308 [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.308 [BundleStart #16] DEBUG o.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.309 [BundleStart #16] 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.310 [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.311 [BundleStart #16] DEBUG o.e.g.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.311 [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.312 [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.312 [BundleStart #16] DEBUG o.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.312 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:33.313 [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.313 [BundleStart #16] 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.314 [BundleStart #16] 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.314 [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.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:27:33.315 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:33.316 [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.317 [BundleStart #16] 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.317 [BundleStart #16] 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.318 [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.318 [BundleStart #16] DEBUG o.e.g.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.319 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:33.319 [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.319 [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.319 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:33.321 [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.322 [BundleStart #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.322 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:33.322 [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.323 [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.323 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:33.323 [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.324 [BundleStart #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.324 [BundleStart #16] 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.328 [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.328 [BundleStart #16] DEBUG o.e.g.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.329 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:27:33.336 [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.336 [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.336 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 01:27:33.337 [BundleStart #17] DEBUG 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.337 [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.338 [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.338 [BundleStart #17] DEBUG 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.340 [main] INFO o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:199 - org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest-bundle.properties was not found; using defaults 01:27:33.357 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:511 - Post processing: creating test bundle 01:27:33.372 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.postprocessors] 01:27:33.372 [main] INFO o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:202 - Automatically creating Manifest for the test bundle 01:27:33.373 [main] INFO o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:366 - Using the test class for generating bundle imports 01:27:33.377 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest.class 01:27:33.377 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:460 - Package [org.eclipse.gemini.blueprint.iandt.postprocessors] is part of the test archive; parsing BeanDefinitionRegistryPostProcessorTest bytecode to determine imports... 01:27:33.381 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BeanDefinitionRegistryPostProcessorTest 01:27:33.394 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$RegularPostProcessorWithOrder2.class 01:27:33.394 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:460 - Package [org.eclipse.gemini.blueprint.iandt.postprocessors] is part of the test archive; parsing BeanDefinitionRegistryPostProcessorTest$RegularPostProcessorWithOrder2 bytecode to determine imports... 01:27:33.394 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BeanDefinitionRegistryPostProcessorTest$RegularPostProcessorWithOrder2 01:27:33.395 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$RegularPostProcessorWithPriorityOrder2.class 01:27:33.395 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:460 - Package [org.eclipse.gemini.blueprint.iandt.postprocessors] is part of the test archive; parsing BeanDefinitionRegistryPostProcessorTest$RegularPostProcessorWithPriorityOrder2 bytecode to determine imports... 01:27:33.395 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BeanDefinitionRegistryPostProcessorTest$RegularPostProcessorWithPriorityOrder2 01:27:33.396 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$RegularPostProcessor.class 01:27:33.396 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:460 - Package [org.eclipse.gemini.blueprint.iandt.postprocessors] is part of the test archive; parsing BeanDefinitionRegistryPostProcessorTest$RegularPostProcessor bytecode to determine imports... 01:27:33.396 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BeanDefinitionRegistryPostProcessorTest$RegularPostProcessor 01:27:33.397 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithOrder2.class 01:27:33.397 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:460 - Package [org.eclipse.gemini.blueprint.iandt.postprocessors] is part of the test archive; parsing BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithOrder2 bytecode to determine imports... 01:27:33.397 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithOrder2 01:27:33.398 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithPriorityOrder2.class 01:27:33.398 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:460 - Package [org.eclipse.gemini.blueprint.iandt.postprocessors] is part of the test archive; parsing BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithPriorityOrder2 bytecode to determine imports... 01:27:33.398 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithPriorityOrder2 01:27:33.399 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessor.class 01:27:33.399 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:460 - Package [org.eclipse.gemini.blueprint.iandt.postprocessors] is part of the test archive; parsing BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessor bytecode to determine imports... 01:27:33.399 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessor 01:27:33.400 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:33.400 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:27:33.400 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BaseIntegrationTest 01:27:33.403 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:33.403 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:27:33.403 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:27:33.404 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:33.405 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:27:33.405 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:27:33.406 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:27:33.406 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:27:33.406 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.postprocessors, org.eclipse.gemini.blueprint.iandt, java.lang.invoke, java.lang, java.util, org.assertj.core.api, java.util.function, org.springframework.beans.factory.config, org.springframework.core, org.springframework.beans, org.springframework.beans.factory.support, org.eclipse.gemini.blueprint.test, org.osgi.framework, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io, java.net} 01:27:33.406 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.postprocessors, java.lang.invoke, java.lang, java.util, java.util.function, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 01:27:33.406 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:27:33.407 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:282 - Filtered imports are [org.assertj.core.api, org.springframework.beans.factory.config, org.springframework.core, org.springframework.beans, org.springframework.beans.factory.support, org.eclipse.gemini.blueprint.test, org.osgi.framework, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 01:27:33.407 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest, Bundle-Name=TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.assertj.core.api,org.springframework.beans.factory.config,org.springframework.core,org.springframework.beans,org.springframework.beans.factory.support,org.eclipse.gemini.blueprint.test,org.osgi.framework,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 01:27:33.407 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest, Bundle-Name=TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.assertj.core.api,org.springframework.beans.factory.config,org.springframework.core,org.springframework.beans,org.springframework.beans.factory.support,org.eclipse.gemini.blueprint.test,org.osgi.framework,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 01:27:33.408 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:27:33.408 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:27:33.408 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:27:33.408 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:27:33.408 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:27:33.408 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:27:33.409 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:27:33.409 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:33.409 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:33.409 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:33.409 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/ 01:27:33.410 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessor$CustomPostProcessor.class 01:27:33.410 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessor.class 01:27:33.410 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithOrder2$CustomPostProcessor.class 01:27:33.410 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithOrder2.class 01:27:33.410 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithPriorityOrder2$CustomPostProcessor.class 01:27:33.410 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithPriorityOrder2.class 01:27:33.411 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$RegularPostProcessor.class 01:27:33.411 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$RegularPostProcessorWithOrder2.class 01:27:33.411 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$RegularPostProcessorWithPriorityOrder2.class 01:27:33.411 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest.class 01:27:33.411 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/postprocessors.xml 01:27:33.419 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:557 - Test bundle [TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest (TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest)] successfully installed 01:27:33.420 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:27:33.422 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest (TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest)] 01:27:33.423 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:33.423 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest (TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest) 01:27:33.423 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest (TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest)] 01:27:33.423 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest (TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest)] 01:27:33.424 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:33.424 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest (TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest)] 01:27:33.424 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:562 - Test bundle [TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest (TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest)] successfully started 01:27:33.425 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:27:33.427 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:27:33.427 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:27:33.429 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:27:33.429 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:27:33.430 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:27:33.430 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest] does not trigger a context creation. 01:27:33.430 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:27:33.431 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:27:33.432 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:27:33.432 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:27:33.432 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:27:33.433 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:27:33.433 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:27:33.434 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:27:33.434 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:27:33.435 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:27:33.435 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:27:33.435 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:27:33.457 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:27:33.457 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:364 - Writing test name [testOrderOfRegistryAndFactoryPostProcessorInvocations] to OSGi 01:27:33.473 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testOrderOfRegistryAndFactoryPostProcessorInvocations] for execution inside OSGi 01:27:33.473 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testOrderOfRegistryAndFactoryPostProcessorInvocations] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2a798d51 01:27:33.474 [main] INFO o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/postprocessors/postprocessors.xml 01:27:33.487 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest, config=/org/eclipse/gemini/blueprint/iandt/postprocessors/postprocessors.xml): startup date [Sat Apr 27 01:27:33 UTC 2024]; root of context hierarchy 01:27:33.494 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:33.522 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/org/eclipse/gemini/blueprint/iandt/postprocessors/postprocessors.xml] 01:27:33.558 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:33.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:27:33.559 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:27:33.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:27:33.670 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest, config=/org/eclipse/gemini/blueprint/iandt/postprocessors/postprocessors.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@192c3f1e: defining beans [registryPostProcessorUnordered,registryPostProcessorPriorityOrdered,registryPostProcessorOrdered,factoryPostProcessorUnordered,factoryPostProcessorPriorityOrdered,factoryPostProcessorOrdered]; root of factory hierarchy 01:27:33.684 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:33.685 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:33.686 [main] TRACE o.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.687 [main] TRACE o.e.g.b.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.718 [main] INFO o.s.b.f.s.DefaultListableBeanFactory:824 - Overriding bean definition for bean 'DefinitionPostProcessorWithOrder2Child' with a different definition: replacing [Generic bean: class [org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithOrder2$CustomPostProcessor]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] with [Generic bean: class [java.util.ArrayList]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] 01:27:33.722 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@20f5239f] 01:27:33.722 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@57af006c] 01:27:33.725 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@37654521] 01:27:33.728 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest, config=/org/eclipse/gemini/blueprint/iandt/postprocessors/postprocessors.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest, config=/org/eclipse/gemini/blueprint/iandt/postprocessors/postprocessors.xml): startup date [Sat Apr 27 01:27:33 UTC 2024]; root of context hierarchy] 01:27:33.730 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest, org.springframework.context.service.name=TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest, Bundle-SymbolicName=TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest, Bundle-Version=0.0.0} 01:27:33.732 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:27:33.863 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:33.864 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:440 - Reading OSGi results for test [testOrderOfRegistryAndFactoryPostProcessorInvocations] 01:27:33.865 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:447 - Test[testOrderOfRegistryAndFactoryPostProcessorInvocations]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.478 sec - in org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest 01:27:33.872 [Thread-0] INFO o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:471 - Shutting down OSGi platform 01:27:33.873 [Thread-3] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest (TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest) 01:27:33.873 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:33.873 [Thread-3] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest, config=/org/eclipse/gemini/blueprint/iandt/postprocessors/postprocessors.xml): startup date [Sat Apr 27 01:27:33 UTC 2024]; root of context hierarchy 01:27:33.874 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:33.874 [Thread-3] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest, config=/org/eclipse/gemini/blueprint/iandt/postprocessors/postprocessors.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest, config=/org/eclipse/gemini/blueprint/iandt/postprocessors/postprocessors.xml): startup date [Sat Apr 27 01:27:33 UTC 2024]; root of context hierarchy] 01:27:33.874 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:33.874 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:33.875 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:33.875 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:33.875 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:33.875 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:33.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 null 01:27:33.877 [Thread-3] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:27:33.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:33.878 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:27:33.879 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:27:34,605 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,742 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:34,745 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:34,775 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:34,823 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:34,825 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:34,831 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:34,841 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@57536d79 - No compression will be used 01:27:34,848 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:34,848 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:34,850 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:34,857 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:34,857 |-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,857 |-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,857 |-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,857 |-INFO 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,857 |-INFO 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,858 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:34,858 |-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,858 |-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,858 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:34,858 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:34,859 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:34,859 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:34,859 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:34,860 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:34,860 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:34,862 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5bc79255 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest 01:27:34.983 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:27:34.988 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:85 - Instantiating platform wrapper... 01:27:35.002 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi3420628454469616364kf 01:27:35.002 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:215 - About to start Knopflerfish OSGi Platform 01:27:35.114 [main] INFO o.e.g.b.i.p.PropertyPlaceholderTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:27:35.118 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:27:35.119 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:27:35.120 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:27:35.121 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:35.270 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:27:35.287 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:27:35.292 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:27:35.295 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:27:35.305 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:27:35.317 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:27:35.319 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:27:35.323 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:27:35.327 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:27:35.333 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:27:35.368 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:27:35.371 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:27:35.376 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:27:35.388 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:27:35.391 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:27:35.398 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:27:35.403 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:27:35.408 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.configadmin/1.4.0/org.apache.felix.configadmin-1.4.0.jar] 01:27:35.431 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:27:35.460 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:27:35.466 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:27:35.468 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:27:35.469 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:27:35.469 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:27:35.470 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:27:35.473 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:27:35.477 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:27:35.477 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:27:35.483 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:27:35.484 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:27:35.484 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:27:35.488 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:27:35.490 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:27:35.492 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:27:35,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:27:35,559 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:35,561 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:35,572 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:35,599 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:35,601 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:35,605 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:35,613 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7fdb3dc9 - No compression will be used 01:27:35,618 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:35,618 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:35,620 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:35,620 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:35,620 |-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,621 |-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,621 |-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,621 |-INFO 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,621 |-INFO 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,621 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:35,621 |-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,622 |-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,622 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:35,622 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:35,622 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:35,622 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:35,623 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:35,623 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:35,623 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:35,624 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4e1812bb - Registering current configuration as safe fallback point 01:27:35.637 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:27:35.649 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:27:35.813 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:35.814 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:35.819 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:27:35.823 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:27:35.831 [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.833 [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.833 [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.834 [BundleStart #16] DEBUG 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.834 [BundleStart #16] 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.836 [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.836 [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.836 [BundleStart #16] DEBUG o.e.g.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.837 [BundleStart #16] 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.838 [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.838 [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.839 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:27:35.839 [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.840 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:35.840 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 01:27:35.840 [BundleStart #16] DEBUG 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.841 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:27:35.842 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:35.842 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 01:27:35.843 [BundleStart #16] DEBUG o.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.843 [BundleStart #16] 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.844 [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.844 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 01:27:35.844 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:27:35.845 [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.845 [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.846 [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.846 [BundleStart #16] DEBUG o.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.846 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:35.847 [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.847 [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.847 [BundleStart #16] 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.848 [BundleStart #16] 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.857 [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.857 [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.857 [BundleStart #16] DEBUG o.e.g.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.858 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:35.859 [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.859 [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.860 [BundleStart #16] 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.860 [BundleStart #16] 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.861 [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.862 [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.862 [BundleStart #16] DEBUG o.e.g.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.862 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:35.862 [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.863 [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.863 [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.863 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:35.864 [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.864 [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.864 [BundleStart #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.865 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:35.865 [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.865 [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.865 [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.865 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:35.866 [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.866 [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.866 [BundleStart #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.867 [BundleStart #16] 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.868 [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.868 [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.869 [BundleStart #16] DEBUG o.e.g.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.878 [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.878 [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.881 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:27:35.881 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:27:35.885 [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.887 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:35.887 [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:27:35.887 [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:27:35.888 [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.893 [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.903 [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.903 [BundleStart #16] DEBUG 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.904 [BundleStart #16] 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.906 [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.907 [BundleStart #16] DEBUG o.e.g.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.907 [BundleStart #16] 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.909 [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.909 [BundleStart #16] DEBUG o.e.g.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.909 [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.910 [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.910 [BundleStart #16] DEBUG 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.910 [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.912 [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.912 [BundleStart #16] DEBUG o.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.912 [BundleStart #16] 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.914 [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.914 [BundleStart #16] DEBUG o.e.g.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.914 [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.915 [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.915 [BundleStart #16] DEBUG o.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.916 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:35.916 [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.917 [BundleStart #16] 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.917 [BundleStart #16] 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.918 [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.918 [BundleStart #16] DEBUG o.e.g.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.919 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:35.920 [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.920 [BundleStart #16] 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.920 [BundleStart #16] 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.922 [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.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:27:35.922 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:35.923 [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.923 [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.923 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:35.925 [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.925 [BundleStart #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.926 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:35.926 [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.926 [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.927 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:35.927 [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.927 [BundleStart #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.928 [BundleStart #16] 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.931 [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.931 [BundleStart #16] DEBUG o.e.g.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.932 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:27:35.939 [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.940 [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.940 [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.940 [BundleStart #17] DEBUG 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.940 [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.941 [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.942 [BundleStart #17] DEBUG 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.942 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:319 - Starting [Apache Felix Configuration Admin Service (org.apache.felix.configadmin)|file:/home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.configadmin/1.4.0/org.apache.felix.configadmin-1.4.0.jar] 01:27:35.953 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache Felix Configuration Admin Service (org.apache.felix.configadmin)] 01:27:35.954 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.felix.configadmin]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:35.954 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.felix.configadmin]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache Felix Configuration Admin Service (org.apache.felix.configadmin) 01:27:35.954 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache Felix Configuration Admin Service (org.apache.felix.configadmin)] 01:27:35.955 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache Felix Configuration Admin Service (org.apache.felix.configadmin)] 01:27:35.955 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.felix.configadmin]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:35.955 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache Felix Configuration Admin Service (org.apache.felix.configadmin)] 01:27:35.958 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:193 - Loaded jar settings from org/eclipse/gemini/blueprint/iandt/propertyplaceholder/PropertyPlaceholderTest-bundle.properties 01:27:35.959 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:511 - Post processing: creating test bundle 01:27:35.971 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.propertyplaceholder] 01:27:35.972 [main] INFO o.e.g.b.i.p.PropertyPlaceholderTest:202 - Automatically creating Manifest for the test bundle 01:27:35.973 [main] INFO o.e.g.b.i.p.PropertyPlaceholderTest:366 - Using the test class for generating bundle imports 01:27:35.975 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/propertyplaceholder/PropertyPlaceholderTest.class 01:27:35.975 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:460 - Package [org.eclipse.gemini.blueprint.iandt.propertyplaceholder] is part of the test archive; parsing PropertyPlaceholderTest bytecode to determine imports... 01:27:35.979 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:491 - Visiting class PropertyPlaceholderTest 01:27:35.993 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:35.994 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:27:35.994 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:491 - Visiting class BaseIntegrationTest 01:27:35.997 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:35.997 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:27:35.997 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:27:35.999 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:35.999 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:27:35.999 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:27:36.000 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:27:36.000 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:27:36.000 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.propertyplaceholder, org.eclipse.gemini.blueprint.iandt, java.lang, java.util, org.eclipse.gemini.blueprint.context, java.io, org.eclipse.gemini.blueprint.context.support, org.osgi.framework, org.osgi.service.cm, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io, java.net} 01:27:36.001 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.propertyplaceholder, java.lang, java.util, java.io, java.util.jar, java.security, java.lang.reflect, java.net] 01:27:36.001 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:27:36.001 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:282 - Filtered imports are [org.eclipse.gemini.blueprint.context, org.eclipse.gemini.blueprint.context.support, org.osgi.framework, org.osgi.service.cm, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io] 01:27:36.001 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, Bundle-Name=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.context,org.eclipse.gemini.blueprint.context.support,org.osgi.framework,org.osgi.service.cm,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0] 01:27:36.002 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, Bundle-Name=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.context,org.eclipse.gemini.blueprint.context.support,org.osgi.framework,org.osgi.service.cm,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0]] 01:27:36.002 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:27:36.002 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:27:36.002 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:27:36.003 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:27:36.003 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:27:36.003 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:27:36.003 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:27:36.003 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:36.003 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:36.004 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:36.004 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/propertyplaceholder/ 01:27:36.004 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/propertyplaceholder/PropertyPlaceholderTest-bundle.properties 01:27:36.004 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/propertyplaceholder/PropertyPlaceholderTest.class 01:27:36.004 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml 01:27:36.011 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:557 - Test bundle [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest (TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] successfully installed 01:27:36.011 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:27:36.015 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest (TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] 01:27:36.015 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:36.015 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest (TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest) 01:27:36.015 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest (TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] 01:27:36.015 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest (TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] 01:27:36.016 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:36.016 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest (TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] 01:27:36.017 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:562 - Test bundle [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest (TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] successfully started 01:27:36.017 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:27:36.019 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:27:36.020 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:27:36.021 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:27:36.022 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:27:36.022 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:27:36.023 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.felix.configadmin] does not trigger a context creation. 01:27:36.023 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:27:36.024 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:27:36.025 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:27:36.025 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest] does not trigger a context creation. 01:27:36.025 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:27:36.025 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:27:36.026 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:27:36.026 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:27:36.027 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:27:36.027 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:27:36.039 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:27:36.040 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:27:36.040 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:27:36.041 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:27:36.042 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:364 - Writing test name [testFallbackProperties] to OSGi 01:27:36.056 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFallbackProperties] for execution inside OSGi 01:27:36.057 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFallbackProperties] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4fb61f4a 01:27:36.057 [main] INFO o.e.g.b.i.p.PropertyPlaceholderTest:190 - Loading context for locations: 01:27:36.071 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, config=): startup date [Sat Apr 27 01:27:36 UTC 2024]; root of context hierarchy 01:27:36.077 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:27:36.098 [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@10683d9d: defining beans []; root of factory hierarchy 01:27:36.108 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:36.109 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:27:36.110 [main] TRACE o.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.111 [main] TRACE o.e.g.b.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.114 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@3c3d9b6b] 01:27:36.115 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@79d8407f] 01:27:36.117 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@65d09a04] 01:27:36.120 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, config=): startup date [Sat Apr 27 01:27:36 UTC 2024]; root of context hierarchy] 01:27:36.123 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, org.springframework.context.service.name=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, Bundle-SymbolicName=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, Bundle-Version=0.0.0} 01:27:36.125 [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:36.170 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, config=org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml): startup date [Sat Apr 27 01:27:36 UTC 2024]; root of context hierarchy 01:27:36.171 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:36.181 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml] 01:27:36.216 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:36.217 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:27:36.218 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:27:36.218 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:27:36.295 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/compendium/config/spring-osgi-compendium-2.0.xsd 01:27:36.296 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/compendium/config/spring-osgi-compendium-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/compendium/config/spring-osgi-compendium-2.0.xsd 01:27:36.300 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:27:36.300 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:27:36.315 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/context/config/spring-context.xsd 01:27:36.316 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/context/config/spring-context.xsd at bundle://10/org/springframework/context/config/spring-context.xsd 01:27:36.319 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-tool.xsd 01:27:36.320 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-tool.xsd at bundle://8/org/springframework/beans/factory/xml/spring-tool.xsd 01:27:36.371 [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@2fb3536e: defining beans [cm,org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0,bean1,bean2]; root of factory hierarchy 01:27:36.372 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:36.372 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:36.373 [main] TRACE o.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.373 [main] TRACE o.e.g.b.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.396 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.compendium.cm.ConfigAdminPropertiesFactoryBeanBeanInfo] required by [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest(TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] scanning available bundles 01:27:36.397 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.compendium.cm.ConfigAdminPropertiesFactoryBeanCustomizer] required by [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest(TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] scanning available bundles 01:27:36.399 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.context.BundleContextAwareCustomizer] required by [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest(TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] scanning available bundles 01:27:36.400 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:27:36.402 [main] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] exports [org.eclipse.gemini.blueprint.context] as version [3.0.1.BUILD-SNAPSHOT] but version [0.0.0] was required 01:27:36.420 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.InitializingBeanCustomizer] required by [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest(TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] scanning available bundles 01:27:36.421 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.DisposableBeanCustomizer] required by [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest(TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] scanning available bundles 01:27:36.422 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.FactoryBeanCustomizer] required by [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest(TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] scanning available bundles 01:27:36.443 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.context.support.PropertySourcesPlaceholderConfigurerBeanInfo] required by [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest(TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] scanning available bundles 01:27:36.443 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.config.PlaceholderConfigurerSupportBeanInfo] required by [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest(TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] scanning available bundles 01:27:36.444 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.config.PropertyResourceConfigurerBeanInfo] required by [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest(TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] scanning available bundles 01:27:36.445 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.io.support.PropertiesLoaderSupportBeanInfo] required by [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest(TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] scanning available bundles 01:27:36.445 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.io.support.PropertiesLoaderSupportCustomizer] required by [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest(TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] scanning available bundles 01:27:36.447 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.config.PropertyResourceConfigurerCustomizer] required by [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest(TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] scanning available bundles 01:27:36.447 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.config.PlaceholderConfigurerSupportCustomizer] required by [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest(TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] scanning available bundles 01:27:36.448 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.context.support.PropertySourcesPlaceholderConfigurerCustomizer] required by [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest(TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] scanning available bundles 01:27:36.451 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.context.EnvironmentAwareCustomizer] required by [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest(TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] scanning available bundles 01:27:36.451 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.BeanNameAwareCustomizer] required by [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest(TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] scanning available bundles 01:27:36.452 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.BeanFactoryAwareCustomizer] required by [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest(TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] scanning available bundles 01:27:36.453 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.config.BeanFactoryPostProcessorCustomizer] required by [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest(TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] scanning available bundles 01:27:36.453 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.PriorityOrderedCustomizer] required by [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest(TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] scanning available bundles 01:27:36.460 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1c7696c6] 01:27:36.461 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@60099951] 01:27:36.549 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@17f62e33] 01:27:36.550 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, config=org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, config=org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml): startup date [Sat Apr 27 01:27:36 UTC 2024]; root of context hierarchy] 01:27:36.550 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, org.springframework.context.service.name=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, Bundle-SymbolicName=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, Bundle-Version=0.0.0} 01:27:36.551 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:27:36.552 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest (TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest) 01:27:36.553 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, config=org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml): startup date [Sat Apr 27 01:27:36 UTC 2024]; root of context hierarchy 01:27:36.553 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, config=org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, config=org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml): startup date [Sat Apr 27 01:27:36 UTC 2024]; root of context hierarchy] 01:27:36.555 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:27:36.555 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:36.556 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:440 - Reading OSGi results for test [testFallbackProperties] 01:27:36.556 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:447 - Test[testFallbackProperties]'s result read 01:27:36.557 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:364 - Writing test name [testFoundProperties] to OSGi 01:27:36.558 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFoundProperties] for execution inside OSGi 01:27:36.559 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFoundProperties] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@202b0582 01:27:36.560 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, config=org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml): startup date [Sat Apr 27 01:27:36 UTC 2024]; root of context hierarchy 01:27:36.561 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:36.561 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml] 01:27:36.565 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:36.565 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:27:36.566 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:27:36.566 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:27:36.595 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/compendium/config/spring-osgi-compendium-2.0.xsd 01:27:36.596 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/compendium/config/spring-osgi-compendium-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/compendium/config/spring-osgi-compendium-2.0.xsd 01:27:36.599 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:27:36.599 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:27:36.609 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/context/config/spring-context.xsd 01:27:36.610 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/context/config/spring-context.xsd at bundle://10/org/springframework/context/config/spring-context.xsd 01:27:36.613 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-tool.xsd 01:27:36.614 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-tool.xsd at bundle://8/org/springframework/beans/factory/xml/spring-tool.xsd 01:27:36.620 [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@1349883: defining beans [cm,org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0,bean1,bean2]; root of factory hierarchy 01:27:36.621 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:36.621 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:36.621 [main] TRACE o.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.622 [main] TRACE o.e.g.b.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.626 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@8519cb4] 01:27:36.626 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@35dab4eb] 01:27:36.661 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@5f049ea1] 01:27:36.661 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, config=org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, config=org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml): startup date [Sat Apr 27 01:27:36 UTC 2024]; root of context hierarchy] 01:27:36.662 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, org.springframework.context.service.name=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, Bundle-SymbolicName=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, Bundle-Version=0.0.0} 01:27:36.662 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:27:36.663 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest (TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest) 01:27:36.663 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, config=org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml): startup date [Sat Apr 27 01:27:36 UTC 2024]; root of context hierarchy 01:27:36.664 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, config=org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, config=org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml): startup date [Sat Apr 27 01:27:36 UTC 2024]; root of context hierarchy] 01:27:36.664 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:27:36.665 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:36.665 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:440 - Reading OSGi results for test [testFoundProperties] 01:27:36.665 [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.688 sec - in org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest 01:27:36.669 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest (TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest) 01:27:36.669 [Thread-0] INFO o.e.g.b.i.p.PropertyPlaceholderTest:471 - Shutting down OSGi platform 01:27:36.670 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, config=): startup date [Sat Apr 27 01:27:36 UTC 2024]; root of context hierarchy 01:27:36.670 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, config=): startup date [Sat Apr 27 01:27:36 UTC 2024]; root of context hierarchy] 01:27:36.670 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:27:36.670 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:36.671 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:36.671 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:36.671 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:36.671 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:36.671 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:36.672 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:36.672 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:36.673 [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:36.674 [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.674 [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.675 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:27:36.676 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:27:37,401 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,526 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:37,529 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:37,552 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:37,598 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:37,600 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:37,606 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:37,617 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:27:37,624 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:37,624 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:37,626 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:37,626 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:37,626 |-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,626 |-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,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:37,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:37,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:37,627 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:37,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:37,628 |-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,628 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:37,628 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:37,628 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:37,628 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:37,628 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:37,629 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:37,629 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:37,630 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest 01:27:37.783 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:27:37.789 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:85 - Instantiating platform wrapper... 01:27:37.803 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi5497784307682905172kf 01:27:37.804 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:215 - About to start Knopflerfish OSGi Platform 01:27:37.925 [main] INFO o.e.g.b.i.p.l.ProxiedListenerTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:27:37.929 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:27:37.930 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:27:37.931 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:27:37.932 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:38.086 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:27:38.104 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:27:38.111 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:27:38.113 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:27:38.122 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:27:38.143 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:27:38.159 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:27:38.163 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:27:38.168 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:27:38.175 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:27:38.205 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:27:38.209 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:27:38.215 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:27:38.227 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:27:38.230 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:27:38.236 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:27:38.261 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:27:38.265 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/proxy.listener/target/proxy.listener-3.0.1.BUILD-SNAPSHOT.jar] 01:27:38.292 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:27:38.301 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:27:38.307 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:27:38.309 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:27:38.310 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:27:38.311 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:27:38.311 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:27:38.314 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:27:38.319 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:27:38.320 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:27:38.327 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:27:38.328 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:27:38.329 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:27:38.333 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:27:38.335 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:27:38.337 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:27:38,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:27:38,411 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:38,414 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:38,425 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:38,451 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:38,453 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:38,459 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:38,468 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@49b1c2dd - No compression will be used 01:27:38,474 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:38,474 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:38,476 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:38,476 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:38,476 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:27:38,477 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:27:38,477 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:27:38,477 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:27:38,478 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:27:38,478 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:38,478 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:27:38,478 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:27:38,479 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:38,479 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:38,479 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:38,480 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:38,480 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:38,481 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:38,481 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:38,482 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@58a98683 - Registering current configuration as safe fallback point 01:27:38.496 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:27:38.508 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:27:38.671 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:38.672 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:38.676 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:27:38.680 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:27:38.689 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:38.691 [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:38.691 [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:38.691 [BundleStart #16] DEBUG 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:38.692 [BundleStart #16] 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:38.693 [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:38.694 [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:38.694 [BundleStart #16] DEBUG o.e.g.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:38.694 [BundleStart #16] 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:38.695 [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:38.696 [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:38.696 [BundleStart #16] DEBUG o.e.g.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:38.696 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:38.697 [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:38.697 [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:38.697 [BundleStart #16] DEBUG 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:38.698 [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:38.698 [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:38.698 [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:38.699 [BundleStart #16] DEBUG o.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:38.699 [BundleStart #16] 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:38.700 [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:38.701 [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:38.701 [BundleStart #16] DEBUG o.e.g.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:38.701 [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:38.701 [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:38.702 [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:38.702 [BundleStart #16] DEBUG o.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:38.702 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:38.703 [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:38.703 [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:38.703 [BundleStart #16] 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:38.704 [BundleStart #16] 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:38.704 [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:38.704 [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:38.705 [BundleStart #16] DEBUG o.e.g.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:38.705 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:38.706 [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:38.706 [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:38.706 [BundleStart #16] 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:38.706 [BundleStart #16] 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:38.707 [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:38.707 [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:38.708 [BundleStart #16] DEBUG o.e.g.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:38.708 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:38.708 [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:38.709 [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:38.709 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:38.709 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:38.710 [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:38.711 [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:38.711 [BundleStart #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:38.711 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:38.711 [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:38.712 [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:38.712 [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:38.712 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:38.712 [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:38.713 [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:38.713 [BundleStart #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:38.713 [BundleStart #16] 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:38.715 [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:38.715 [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:38.715 [BundleStart #16] DEBUG o.e.g.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:38.725 [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:38.725 [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:38.728 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:27:38.728 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:27:38.732 [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:38.734 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:38.734 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@5c653c92 w/ reference null 01:27:38.735 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@5c653c92 w/ reference null 01:27:38.736 [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:38.740 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:38.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:38.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:38.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:38.754 [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:38.754 [BundleStart #16] DEBUG o.e.g.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:38.755 [BundleStart #16] 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:38.757 [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:38.757 [BundleStart #16] DEBUG o.e.g.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:38.757 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:38.758 [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:38.758 [BundleStart #16] DEBUG 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:38.759 [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:38.760 [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:38.761 [BundleStart #16] DEBUG o.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:38.761 [BundleStart #16] 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:38.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:27:38.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:27:38.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:27:38.765 [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:38.765 [BundleStart #16] DEBUG o.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:38.765 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:38.766 [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:38.766 [BundleStart #16] 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:38.767 [BundleStart #16] 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:38.768 [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:38.768 [BundleStart #16] DEBUG o.e.g.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:38.768 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:38.770 [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:38.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:27:38.770 [BundleStart #16] 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:38.772 [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:38.772 [BundleStart #16] DEBUG o.e.g.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:38.772 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:38.773 [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:38.773 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:38.774 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:38.776 [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:38.776 [BundleStart #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:38.776 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:38.777 [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:38.778 [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:38.778 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:38.779 [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:38.779 [BundleStart #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:38.779 [BundleStart #16] 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:38.783 [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:38.783 [BundleStart #16] DEBUG o.e.g.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:38.785 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:27:38.791 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:38.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:38.793 [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:38.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:38.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:38.794 [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:38.795 [BundleStart #17] DEBUG 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:38.795 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:319 - Starting [org-springframework-osgi-iandt-proxy-listener (org.eclipse.gemini.blueprint.iandt.proxy.listener)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/proxy.listener/target/proxy.listener-3.0.1.BUILD-SNAPSHOT.jar] 01:27:38.797 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-proxy-listener (org.eclipse.gemini.blueprint.iandt.proxy.listener)] 01:27:38.797 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:38.797 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-proxy-listener (org.eclipse.gemini.blueprint.iandt.proxy.listener) 01:27:38.798 [BundleStart #18] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-proxy-listener (org.eclipse.gemini.blueprint.iandt.proxy.listener)] 01:27:38.808 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-proxy-listener is type compatible with extender gemini-blueprint-extender; processing bundle... 01:27:38.809 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:38.809 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-proxy-listener (org.eclipse.gemini.blueprint.iandt.proxy.listener)] 01:27:38.812 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-proxy-listener (org.eclipse.gemini.blueprint.iandt.proxy.listener)] 01:27:38.813 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:27:38.813 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-proxy-listener (org.eclipse.gemini.blueprint.iandt.proxy.listener)] 01:27:38.814 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@6c477ebd 01:27:38.814 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:38.814 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener, config=osgibundle:/META-INF/spring/*.xml) 01:27:38.814 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-proxy-listener (org.eclipse.gemini.blueprint.iandt.proxy.listener)] 01:27:38.814 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener, config=osgibundle:/META-INF/spring/*.xml) 01:27:38.817 [main] INFO o.e.g.b.i.p.l.ProxiedListenerTest:199 - org/eclipse/gemini/blueprint/iandt/proxied/listener/ProxiedListenerTest-bundle.properties was not found; using defaults 01:27:38.817 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:511 - Post processing: creating test bundle 01:27:38.820 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:38 UTC 2024]; root of context hierarchy 01:27:38.826 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:38.830 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.proxied.listener] 01:27:38.830 [main] INFO o.e.g.b.i.p.l.ProxiedListenerTest:202 - Automatically creating Manifest for the test bundle 01:27:38.831 [main] INFO o.e.g.b.i.p.l.ProxiedListenerTest:366 - Using the test class for generating bundle imports 01:27:38.857 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/proxied/listener/ProxiedListenerTest.class 01:27:38.858 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:460 - Package [org.eclipse.gemini.blueprint.iandt.proxied.listener] is part of the test archive; parsing ProxiedListenerTest bytecode to determine imports... 01:27:38.862 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:491 - Visiting class ProxiedListenerTest 01:27:38.874 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:38.874 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:27:38.875 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:491 - Visiting class BaseIntegrationTest 01:27:38.879 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:38.879 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:27:38.879 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:27:38.881 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/config.xml] 01:27:38.882 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:38.882 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:27:38.882 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:27:38.883 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:27:38.883 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:27:38.884 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.proxied.listener, org.eclipse.gemini.blueprint.iandt, java.lang, java.io, org.eclipse.gemini.blueprint.iandt.proxy.listener, java.awt.geom, org.osgi.framework, java.awt, java.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io, java.net} 01:27:38.884 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.proxied.listener, java.lang, java.io, java.awt.geom, java.awt, java.util, java.util.jar, java.security, java.lang.reflect, java.net] 01:27:38.885 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:27:38.885 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:282 - Filtered imports are [org.eclipse.gemini.blueprint.iandt.proxy.listener, org.osgi.framework, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 01:27:38.886 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest, Bundle-Name=TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.iandt.proxy.listener,org.osgi.framework,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 01:27:38.886 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest, Bundle-Name=TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.iandt.proxy.listener,org.osgi.framework,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 01:27:38.886 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:27:38.886 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:27:38.887 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:27:38.887 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:27:38.887 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:27:38.887 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:27:38.888 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:27:38.888 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:38.888 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:38.888 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:38.889 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxied/ 01:27:38.889 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxied/listener/ 01:27:38.889 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxied/listener/ProxiedListenerTest.class 01:27:38.889 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxied/listener/service-import.xml 01:27:38.897 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:557 - Test bundle [TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest (TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest)] successfully installed 01:27:38.897 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:27:38.900 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest (TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest)] 01:27:38.900 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:38.901 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest (TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest) 01:27:38.901 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest (TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest)] 01:27:38.901 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest (TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest)] 01:27:38.902 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:38.902 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest (TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest)] 01:27:38.902 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:562 - Test bundle [TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest (TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest)] successfully started 01:27:38.903 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:27:38.904 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:27:38.905 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:27:38.906 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:27:38.907 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:27:38.907 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:27:38.908 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:27:38.909 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:27:38.909 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:27:38.910 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:27:38.910 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:27:38.911 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:27:38.911 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.proxy.listener] triggers a context creation; waiting for it 01:27:38.912 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.proxy.listener] incremented to 1 01:27:38.915 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:38.915 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener 01:27:38.962 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:38.962 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:27:38.963 [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:38.964 [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:39.060 [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:39.061 [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:39.102 [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@6f2c71f9: defining beans [listener,export]; root of factory hierarchy 01:27:39.114 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:39.114 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:39.115 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.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:39.116 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.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:39.127 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:27:39.131 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@6f2c71f9: defining beans [listener,export]; root of factory hierarchy] 01:27:39.131 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:27:39.131 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@65d31c68 01:27:39.132 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:27:39.132 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:27:39.132 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener, config=osgibundle:/META-INF/spring/*.xml) 01:27:39.132 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:27:39.133 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:27:39.133 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener, config=osgibundle:/META-INF/spring/*.xml) 01:27:39.133 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener, config=osgibundle:/META-INF/spring/*.xml) 01:27:39.133 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:27:39.134 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener, config=osgibundle:/META-INF/spring/*.xml) 01:27:39.137 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1213bda0] 01:27:39.137 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5d53a86b] 01:27:39.176 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&export] is being tracked for dependencies 01:27:39.177 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [export] depends (transitively) on the following importers:{} 01:27:39.178 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [export] depends on importers:[] 01:27:39.179 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.proxy.listener.internal.ListenerClass] classes {} 01:27:39.179 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.proxy.listener.Listener}] 01:27:39.181 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [export] started; all its dependencies are satisfied 01:27:39.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@3d8e2875] 01:27:39.186 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:38 UTC 2024]; root of context hierarchy] 01:27:39.188 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.proxy.listener, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.proxy.listener, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.proxy.listener, Bundle-Version=1.0.0} 01:27:39.190 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, 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:39.191 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.proxy.listener] decremented to 0 01:27:39.191 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener 01:27:39.192 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest] does not trigger a context creation. 01:27:39.193 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:27:39.195 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:27:39.195 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:27:39.196 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=18] 01:27:39.198 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:27:39.198 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:27:39.198 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:27:39.200 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:27:39.201 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:364 - Writing test name [testListenerProxy] to OSGi 01:27:39.215 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenerProxy] for execution inside OSGi 01:27:39.215 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testListenerProxy] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@79924b 01:27:39.216 [main] INFO o.e.g.b.i.p.l.ProxiedListenerTest:190 - Loading context for locations: org/eclipse/gemini/blueprint/iandt/proxied/listener/service-import.xml 01:27:39.217 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest, config=org/eclipse/gemini/blueprint/iandt/proxied/listener/service-import.xml): startup date [Sat Apr 27 01:27:39 UTC 2024]; root of context hierarchy 01:27:39.218 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:39.219 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/org/eclipse/gemini/blueprint/iandt/proxied/listener/service-import.xml] 01:27:39.222 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:39.223 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:27:39.223 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:27:39.224 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:27:39.254 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:27:39.255 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:27:39.269 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest, config=org/eclipse/gemini/blueprint/iandt/proxied/listener/service-import.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@478190fc: defining beans [listener,reference]; root of factory hierarchy 01:27:39.270 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:39.270 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:39.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:39.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:39.272 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1189dd52] 01:27:39.273 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@36bc55de] 01:27:39.277 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.proxy.listener.Listener} and filter=[] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.proxy.listener.Listener)] 01:27:39.277 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.eclipse.gemini.blueprint.iandt.proxy.listener.Listener)] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.proxy.listener.Listener)] 01:27:39.277 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:27:39.284 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:27:39.294 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest(TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest)] scanning available bundles 01:27:39.295 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest(TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest)] scanning available bundles 01:27:39.296 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest(TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest)] scanning available bundles 01:27:39.296 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest(TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest)] scanning available bundles 01:27:39.297 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest(TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest)] scanning available bundles 01:27:39.300 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=org.eclipse.gemini.blueprint.iandt.proxy.listener.Listener)] 01:27:39.301 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@3702262a} 01:27:39.302 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3702262a] bound to proxy 01:27:39.302 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3702262a] bound to proxy 01:27:39.305 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapterBeanInfo] required by [TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest(TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest)] scanning available bundles 01:27:39.305 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapterCustomizer] required by [TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest(TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest)] scanning available bundles 01:27:39.307 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.OsgiServiceLifecycleListenerCustomizer] required by [TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest(TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest)] scanning available bundles 01:27:39.308 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.InitializingBeanCustomizer] required by [TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest(TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest)] scanning available bundles 01:27:39.309 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.BeanFactoryAwareCustomizer] required by [TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest(TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest)] scanning available bundles 01:27:39.312 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ServiceReferenceProxy] required by [TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest(TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest)] scanning available bundles 01:27:39.313 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public final void com.sun.proxy.$Proxy7.bind(java.lang.Object,java.util.Map)] on class com.sun.proxy.$Proxy7 01:27:39.313 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public final void com.sun.proxy.$Proxy7.unbind(java.lang.Object,java.util.Map)] on class com.sun.proxy.$Proxy7 01:27:39.314 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:174 - Discovered bind methods=[[public final void com.sun.proxy.$Proxy7.bind(java.lang.Object,java.util.Map)]], bind ServiceReference=null unbind methods=[[public final void com.sun.proxy.$Proxy7.unbind(java.lang.Object,java.util.Map)]], unbind ServiceReference=null 01:27:39.315 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[] in=[(objectClass=java.awt.Shape)] 01:27:39.315 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.awt.Shape)] in=[(objectClass=java.awt.Shape)] 01:27:39.315 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:27:39.316 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:27:39.321 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 01:27:39.321 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 01:27:39.322 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@3754a4bf w/ reference null 01:27:39.322 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service with props=null 01:27:39.323 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public final void com.sun.proxy.$Proxy7.unbind(java.lang.Object,java.util.Map) 01:27:39.329 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.proxy.listener] {org.eclipse.gemini.blueprint.iandt.proxy.listener.Listener}={org.eclipse.gemini.blueprint.bean.name=listener,org.springframework.osgi.bean.name=listener,osgi.service.blueprint.compname=listener,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.proxy.listener,Bundle-Version=1.0.0,service.id=9} Unbind service null w/ props null 01:27:39.330 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@3754a4bf w/ reference null 01:27:39.331 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@139982de] 01:27:39.331 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest, config=org/eclipse/gemini/blueprint/iandt/proxied/listener/service-import.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest, config=org/eclipse/gemini/blueprint/iandt/proxied/listener/service-import.xml): startup date [Sat Apr 27 01:27:39 UTC 2024]; root of context hierarchy] 01:27:39.332 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest, org.springframework.context.service.name=TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest, Bundle-SymbolicName=TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest, Bundle-Version=0.0.0} 01:27:39.333 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} org.eclipse.gemini.blueprint.iandt.proxy.listener.Listener 01:27:39.365 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@179ece50] bound to proxy 01:27:39.366 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@179ece50] bound to proxy 01:27:39.366 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@3754a4bf w/ reference org.knopflerfish.framework.ServiceReferenceImpl@179ece50 01:27:39.367 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy8@3b0090a4 with props={objectClass=[Ljava.lang.String;@3cd3e762, service.id=12} 01:27:39.367 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public final void com.sun.proxy.$Proxy7.bind(java.lang.Object,java.util.Map) Bind service java.awt.geom.Area@1fa121e2 w/ props {objectClass=[Ljava.lang.String;@3cd3e762, service.id=12} 01:27:39.368 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@3754a4bf w/ reference org.knopflerfish.framework.ServiceReferenceImpl@179ece50 01:27:39.369 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@3754a4bf w/ reference org.knopflerfish.framework.ServiceReferenceImpl@179ece50 01:27:39.369 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy8@3b0090a4 with props={objectClass=[Ljava.lang.String;@7eac9008, service.id=12} 01:27:39.369 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public final void com.sun.proxy.$Proxy7.unbind(java.lang.Object,java.util.Map) Unbind service java.awt.geom.Area@1fa121e2 w/ props {objectClass=[Ljava.lang.String;@7eac9008, service.id=12} 01:27:39.370 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@3754a4bf w/ reference org.knopflerfish.framework.ServiceReferenceImpl@179ece50 01:27:39.370 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@179ece50] was unregistered and unbound from the service proxy 01:27:39.371 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@179ece50] was unregistered and unbound from the service proxy 01:27:39.371 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:39.372 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:440 - Reading OSGi results for test [testListenerProxy] 01:27:39.373 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:447 - Test[testListenerProxy]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.596 sec - in org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest 01:27:39.378 [Thread-0] INFO o.e.g.b.i.p.l.ProxiedListenerTest:471 - Shutting down OSGi platform 01:27:39.379 [Thread-3] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest (TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest) 01:27:39.379 [Thread-3] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest, config=org/eclipse/gemini/blueprint/iandt/proxied/listener/service-import.xml): startup date [Sat Apr 27 01:27:39 UTC 2024]; root of context hierarchy 01:27:39.379 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:39.380 [Thread-3] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest, config=org/eclipse/gemini/blueprint/iandt/proxied/listener/service-import.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest, config=org/eclipse/gemini/blueprint/iandt/proxied/listener/service-import.xml): startup date [Sat Apr 27 01:27:39 UTC 2024]; root of context hierarchy] 01:27:39.380 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=18]] 01:27:39.382 [Thread-3] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3702262a] was unregistered and unbound from the service proxy 01:27:39.382 [Thread-3] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3702262a] was unregistered and unbound from the service proxy 01:27:39.383 [Thread-3] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.proxy.listener] {org.eclipse.gemini.blueprint.iandt.proxy.listener.Listener}={org.eclipse.gemini.blueprint.bean.name=listener,org.springframework.osgi.bean.name=listener,osgi.service.blueprint.compname=listener,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.proxy.listener,Bundle-Version=1.0.0,service.id=9} 01:27:39.446 [Thread-3] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:27:39.453 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.proxy.listener has unused registered services; added for shutdown 01:27:39.454 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=18]] 01:27:39.455 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:27:39.456 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener, config=osgibundle:/META-INF/spring/*.xml) 01:27:39.456 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@6c477ebd 01:27:39.456 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener, config=osgibundle:/META-INF/spring/*.xml) 01:27:39.457 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener, config=osgibundle:/META-INF/spring/*.xml) 01:27:39.457 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-springframework-osgi-iandt-proxy-listener (org.eclipse.gemini.blueprint.iandt.proxy.listener) 01:27:39.457 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:38 UTC 2024]; root of context hierarchy 01:27:39.457 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:38 UTC 2024]; root of context hierarchy] 01:27:39.458 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [export] 01:27:39.458 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@3702262a] 01:27:39.459 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:27:39.460 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:27:39.460 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@6c477ebd 01:27:39.460 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:27:39.461 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:39.461 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:39.461 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:39.461 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:39.461 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:39.462 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:39.463 [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:39.463 [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@210e1740 01:27:39.463 [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:39.464 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:27:39.464 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:27:40,159 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:27:40,275 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:40,278 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:40,302 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:40,342 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:40,344 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:40,350 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:40,367 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@6325a3ee - No compression will be used 01:27:40,374 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:40,374 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:40,376 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:40,376 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:40,377 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:27:40,377 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:27:40,377 |-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:40,377 |-INFO 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:40,377 |-INFO 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:40,377 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:40,377 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:27:40,378 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:27:40,378 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:40,378 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:40,378 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:40,378 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:40,378 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:40,379 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:40,379 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:40,380 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@2b552920 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest 01:27:40.514 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:27:40.519 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:85 - Instantiating platform wrapper... 01:27:40.532 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi6374833002840057639kf 01:27:40.532 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:215 - About to start Knopflerfish OSGi Platform 01:27:40.661 [main] INFO o.e.g.b.i.r.ProxyDestructionTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:27:40.665 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:27:40.666 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:27:40.667 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:27:40.668 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:40.808 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:27:40.824 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:27:40.829 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:27:40.831 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:27:40.840 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:27:40.856 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:27:40.859 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:27:40.863 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:27:40.867 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:27:40.873 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:27:40.890 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:27:40.893 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:27:40.897 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:27:40.904 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:27:40.906 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:27:40.910 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:27:40.914 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:27:40.922 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.1.BUILD-SNAPSHOT.jar] 01:27:40.928 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/proxy.destruction.test.bundle/target/proxy.destruction-3.0.1.BUILD-SNAPSHOT.jar] 01:27:40.969 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:27:40.977 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:27:40.982 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:27:40.984 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:27:40.985 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:27:40.986 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:27:40.987 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:27:40.989 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:27:40.993 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:27:40.994 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:27:41.000 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:27:41.001 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:27:41.002 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:27:41.006 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:27:41.008 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:27:41.010 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:27:41,038 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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:41,078 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:41,081 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:41,092 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:41,117 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:41,119 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:41,122 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:41,130 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3468335b - No compression will be used 01:27:41,135 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:41,135 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:41,137 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:41,137 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:41,137 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:27:41,137 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:27:41,138 |-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:41,138 |-INFO 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:41,138 |-INFO 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:41,138 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:41,139 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:27:41,139 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:27:41,139 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:41,139 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:41,139 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:41,139 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:41,140 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:41,140 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:41,140 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:41,141 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@111528a0 - Registering current configuration as safe fallback point 01:27:41.154 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:27:41.165 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:27:41.331 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:41.336 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:41.341 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:27:41.344 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:27:41.349 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:41.351 [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:41.351 [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:41.351 [BundleStart #16] DEBUG 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:41.352 [BundleStart #16] 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:41.353 [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:41.354 [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:41.354 [BundleStart #16] DEBUG o.e.g.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:41.354 [BundleStart #16] 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:41.355 [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:41.356 [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:41.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:27:41.356 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:41.356 [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:41.357 [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:41.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:27:41.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:27:41.358 [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:41.358 [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:41.359 [BundleStart #16] DEBUG o.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:41.359 [BundleStart #16] 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:41.360 [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:41.360 [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:41.360 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:27:41.361 [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:41.361 [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:41.361 [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:41.361 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:27:41.362 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:41.362 [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:41.362 [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:41.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:41.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:41.363 [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:41.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:41.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:41.364 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:41.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:41.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:41.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:41.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:41.366 [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:41.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:41.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:41.367 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:41.367 [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:41.367 [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:41.367 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:41.367 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:41.368 [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:41.369 [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:41.369 [BundleStart #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:41.369 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:41.369 [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:41.369 [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:41.369 [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:41.370 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:41.370 [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:41.370 [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:41.370 [BundleStart #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:41.371 [BundleStart #16] 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:41.372 [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:41.372 [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:41.373 [BundleStart #16] DEBUG o.e.g.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:41.382 [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:41.382 [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:41.385 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:27:41.385 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:27:41.389 [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:41.391 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:41.391 [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:27:41.391 [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:27:41.392 [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:41.396 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:41.407 [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:41.408 [BundleStart #16] DEBUG 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:41.408 [BundleStart #16] 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:41.411 [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:41.411 [BundleStart #16] DEBUG o.e.g.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:41.411 [BundleStart #16] 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:41.413 [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:41.413 [BundleStart #16] DEBUG o.e.g.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:41.413 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:41.414 [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:41.414 [BundleStart #16] DEBUG 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:41.415 [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:41.416 [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:41.416 [BundleStart #16] DEBUG o.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:41.416 [BundleStart #16] 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:41.418 [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:41.419 [BundleStart #16] DEBUG o.e.g.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:41.419 [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:41.419 [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:41.420 [BundleStart #16] DEBUG o.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:41.420 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:41.421 [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:41.421 [BundleStart #16] 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:41.421 [BundleStart #16] 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:41.456 [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:41.457 [BundleStart #16] DEBUG o.e.g.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:41.457 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:41.458 [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:41.459 [BundleStart #16] 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:41.459 [BundleStart #16] 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:41.460 [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:41.460 [BundleStart #16] DEBUG o.e.g.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:41.461 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:41.461 [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:41.461 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:41.462 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:41.463 [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:41.464 [BundleStart #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:41.464 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:41.465 [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:41.465 [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:41.465 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:41.465 [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:41.466 [BundleStart #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:41.466 [BundleStart #16] 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:41.469 [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:41.469 [BundleStart #16] DEBUG o.e.g.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:41.470 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:27:41.476 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:41.477 [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:41.477 [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:41.478 [BundleStart #17] DEBUG 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:41.478 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:41.479 [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:41.479 [BundleStart #17] DEBUG 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:41.480 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:319 - Starting [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.1.BUILD-SNAPSHOT.jar] 01:27:41.482 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:27:41.482 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:41.482 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 01:27:41.483 [BundleStart #18] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:27:41.492 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 01:27:41.493 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:41.494 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:27:41.496 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:27:41.496 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:27:41.497 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:27:41.497 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@68bc0904 01:27:41.497 [EclipseGeminiBlueprintExtenderThread-1] 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:41.498 [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:41.498 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:41.498 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:27:41.498 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:319 - Starting [org-springframework-osgi-iandt-proxy-destruction (org.eclipse.gemini.blueprint.iandt.proxy.destruction)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/proxy.destruction.test.bundle/target/proxy.destruction-3.0.1.BUILD-SNAPSHOT.jar] 01:27:41.499 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-proxy-destruction (org.eclipse.gemini.blueprint.iandt.proxy.destruction)] 01:27:41.500 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:41.500 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-proxy-destruction (org.eclipse.gemini.blueprint.iandt.proxy.destruction) 01:27:41.500 [BundleStart #19] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-proxy-destruction (org.eclipse.gemini.blueprint.iandt.proxy.destruction)] 01:27:41.501 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-proxy-destruction is type compatible with extender gemini-blueprint-extender; processing bundle... 01:27:41.501 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:41.501 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-proxy-destruction (org.eclipse.gemini.blueprint.iandt.proxy.destruction)] 01:27:41.501 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-proxy-destruction (org.eclipse.gemini.blueprint.iandt.proxy.destruction)] 01:27:41.501 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:27:41.502 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-proxy-destruction (org.eclipse.gemini.blueprint.iandt.proxy.destruction)] 01:27:41.502 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:41.502 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-proxy-destruction (org.eclipse.gemini.blueprint.iandt.proxy.destruction)] 01:27:41.503 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:41 UTC 2024]; root of context hierarchy 01:27:41.504 [main] INFO o.e.g.b.i.r.ProxyDestructionTest:199 - org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest-bundle.properties was not found; using defaults 01:27:41.504 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:511 - Post processing: creating test bundle 01:27:41.510 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:41.517 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.referenceProxy] 01:27:41.517 [main] INFO o.e.g.b.i.r.ProxyDestructionTest:202 - Automatically creating Manifest for the test bundle 01:27:41.518 [main] INFO o.e.g.b.i.r.ProxyDestructionTest:366 - Using the test class for generating bundle imports 01:27:41.520 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest.class 01:27:41.520 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:460 - Package [org.eclipse.gemini.blueprint.iandt.referenceProxy] is part of the test archive; parsing ProxyDestructionTest bytecode to determine imports... 01:27:41.524 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:491 - Visiting class ProxyDestructionTest 01:27:41.559 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:41.559 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:27:41.559 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:491 - Visiting class BaseIntegrationTest 01:27:41.563 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:41.563 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:27:41.564 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:27:41.565 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:41.565 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:27:41.566 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:27:41.566 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/simpleservice-osgi.xml] 01:27:41.566 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:27:41.567 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:27:41.567 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.referenceProxy, org.eclipse.gemini.blueprint.iandt, java.lang, org.eclipse.gemini.blueprint.service.importer, org.eclipse.gemini.blueprint.iandt.reference.proxy, org.eclipse.gemini.blueprint.iandt.simpleservice, org.osgi.framework, org.eclipse.gemini.blueprint.util, java.io, java.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io, java.net} 01:27:41.567 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.referenceProxy, java.lang, java.io, java.util, java.util.jar, java.security, java.lang.reflect, java.net] 01:27:41.567 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:27:41.568 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:282 - Filtered imports are [org.eclipse.gemini.blueprint.service.importer, org.eclipse.gemini.blueprint.iandt.reference.proxy, org.eclipse.gemini.blueprint.iandt.simpleservice, org.osgi.framework, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io] 01:27:41.568 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest, Bundle-Name=TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.service.importer,org.eclipse.gemini.blueprint.iandt.reference.proxy,org.eclipse.gemini.blueprint.iandt.simpleservice,org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0] 01:27:41.568 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest, Bundle-Name=TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.service.importer,org.eclipse.gemini.blueprint.iandt.reference.proxy,org.eclipse.gemini.blueprint.iandt.simpleservice,org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0]] 01:27:41.568 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:27:41.569 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:27:41.569 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:27:41.569 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:27:41.569 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:27:41.569 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:27:41.570 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:27:41.570 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:41.570 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:41.570 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:41.570 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ 01:27:41.570 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest$1.class 01:27:41.571 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest.class 01:27:41.571 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest$1.class 01:27:41.571 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest.class 01:27:41.571 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.MF 01:27:41.571 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.class 01:27:41.579 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:557 - Test bundle [TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest (TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest)] successfully installed 01:27:41.580 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:27:41.583 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest (TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest)] 01:27:41.583 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:41.584 [BundleStart #20] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest (TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest) 01:27:41.584 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest (TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest)] 01:27:41.584 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest (TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest)] 01:27:41.585 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:41.585 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest (TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest)] 01:27:41.585 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:562 - Test bundle [TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest (TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest)] successfully started 01:27:41.586 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:27:41.588 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:27:41.590 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:27:41.591 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:27:41.592 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.simpleservice] triggers a context creation; waiting for it 01:27:41.593 [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:41.595 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:41.596 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:27:41.612 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:41.612 [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:41.613 [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:41.614 [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:41.762 [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:41.763 [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:41.804 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/simpleservice.xml] 01:27:41.808 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:41.808 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:27:41.809 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:27:41.809 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:27:41.865 [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@6ad80c1f: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 01:27:41.878 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:41.878 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:41.879 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:27:41.880 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.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:41.892 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:27:41.896 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@6ad80c1f: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 01:27:41.897 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:27:41.897 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@5b44336b 01:27:41.897 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:27:41.897 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:27:41.898 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:27:41.898 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:27:41.898 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:27:41.898 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:27:41.898 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:27:41.899 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:27:41.899 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@68bc0904 01:27:41.899 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml) 01:27:41.899 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml) 01:27:41.900 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:41 UTC 2024]; root of context hierarchy 01:27:41.900 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:41.901 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/reference.xml] 01:27:41.905 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:41.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:41.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:41.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:41.968 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:27:41.969 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:27:41.981 [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@36a80999: defining beans [referer,simpleServiceOsgi]; root of factory hierarchy 01:27:41.981 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:41.981 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:41.982 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.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:41.982 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.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:41.983 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:27:41.984 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@36a80999: defining beans [referer,simpleServiceOsgi]; root of factory hierarchy] 01:27:41.984 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:27:41.984 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@5b44336b 01:27:41.984 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&simpleServiceOsgi] 01:27:41.984 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:27:42.015 [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:42.016 [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:42.017 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:114 - Eager importer &simpleServiceOsgi implies dependecy DependencyService[Name=&simpleServiceOsgi][Filter=(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)][Mandatory=true] 01:27:42.019 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:372 - Adding OSGi service dependency for importer [&simpleServiceOsgi] matching OSGi filter [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 01:27:42.019 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 1 OSGi service dependencies, 1 unsatisfied (for beans [&simpleServiceOsgi]) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml) 01:27:42.019 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:317 - OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml) is waiting for unsatisfied dependencies [[&simpleServiceOsgi]] 01:27:42.019 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&simpleServiceOsgi] 01:27:42.019 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [&simpleServiceOsgi] 01:27:42.019 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:267 - Registering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml) 01:27:42.020 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:406 - OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml) has registered service dependency dependencyDetector with filter: (objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService) 01:27:42.025 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 6 for bundle BundleImpl[id=19] 01:27:42.026 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:42.026 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:517 - Asynch wait-for-dependencies started... 01:27:42.027 [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:42.029 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@15ba0e92] 01:27:42.030 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1b0a87d6] Delaying for:0 01:27:42.061 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 01:27:42.062 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 01:27:42.063 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 01:27:42.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.simpleservice.impl.MyServiceImpl] classes {} 01:27:42.064 [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:42.066 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:128 - Handling service event [REGISTERED:ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=9}] for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml) 01:27:42.067 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:183 - Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&simpleServiceOsgi]) matched: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=9} 01:27:42.067 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:198 - Registered dependency for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml); eliminating Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&simpleServiceOsgi]), remaining [{}] 01:27:42.068 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.b.a.BlueprintContainerProcessor:254 - All dependencies satisfied, not sending Blueprint GRACE event with emtpy dependencies from org.eclipse.gemini.blueprint.extender.event.BootstrappingDependenciesEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:41 UTC 2024]; root of context hierarchy] 01:27:42.068 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:468 - Deregistering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml) 01:27:42.068 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:146 - No unsatisfied OSGi service dependencies; completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml) 01:27:42.069 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml) 01:27:42.069 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:27:42.070 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 01:27:42.071 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@28805ffd] 01:27:42.074 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:41 UTC 2024]; root of context hierarchy] 01:27:42.076 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0} 01:27:42.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:27:42.078 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] decremented to 0 01:27:42.079 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:27:42.079 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=18] 01:27:42.079 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml) 01:27:42.080 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:27:42.080 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:27:42.081 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:27:42.081 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:27:42.082 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:27:42.085 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:27:42.085 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:27:42.086 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:27:42.087 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:27:42.087 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:27:42.088 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:27:42.089 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.proxy.destruction] triggers a context creation; waiting for it 01:27:42.089 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.proxy.destruction] incremented to 1 01:27:42.090 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:42.090 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction 01:27:42.096 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [org-springframework-osgi-iandt-proxy-destruction(org.eclipse.gemini.blueprint.iandt.proxy.destruction)] scanning available bundles 01:27:42.097 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [org-springframework-osgi-iandt-proxy-destruction(org.eclipse.gemini.blueprint.iandt.proxy.destruction)] scanning available bundles 01:27:42.097 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [org-springframework-osgi-iandt-proxy-destruction(org.eclipse.gemini.blueprint.iandt.proxy.destruction)] scanning available bundles 01:27:42.098 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [org-springframework-osgi-iandt-proxy-destruction(org.eclipse.gemini.blueprint.iandt.proxy.destruction)] scanning available bundles 01:27:42.098 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [org-springframework-osgi-iandt-proxy-destruction(org.eclipse.gemini.blueprint.iandt.proxy.destruction)] scanning available bundles 01:27:42.101 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7db6690] 01:27:42.102 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@19464c82] 01:27:42.102 [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:42.103 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@532f86b0} 01:27:42.104 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@532f86b0] bound to proxy 01:27:42.104 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@532f86b0] bound to proxy 01:27:42.105 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.reference.proxy.ServiceRefererBeanInfo] required by [org-springframework-osgi-iandt-proxy-destruction(org.eclipse.gemini.blueprint.iandt.proxy.destruction)] scanning available bundles 01:27:42.105 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:27:42.105 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [org-springframework-osgi-iandt-proxy-destruction (org.eclipse.gemini.blueprint.iandt.proxy.destruction)] exports [org.eclipse.gemini.blueprint.iandt.reference.proxy] as version [0.0.0] but version [null] was required 01:27:42.106 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [java.lang.ObjectBeanInfo] required by [org-springframework-osgi-iandt-proxy-destruction(org.eclipse.gemini.blueprint.iandt.proxy.destruction)] scanning available bundles 01:27:42.106 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [java.lang.ObjectCustomizer] required by [org-springframework-osgi-iandt-proxy-destruction(org.eclipse.gemini.blueprint.iandt.proxy.destruction)] scanning available bundles 01:27:42.107 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.reference.proxy.ServiceRefererCustomizer] required by [org-springframework-osgi-iandt-proxy-destruction(org.eclipse.gemini.blueprint.iandt.proxy.destruction)] scanning available bundles 01:27:42.108 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:27:42.108 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [org-springframework-osgi-iandt-proxy-destruction (org.eclipse.gemini.blueprint.iandt.proxy.destruction)] exports [org.eclipse.gemini.blueprint.iandt.reference.proxy] as version [0.0.0] but version [null] was required 01:27:42.109 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@65b7e575] 01:27:42.110 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:41 UTC 2024]; root of context hierarchy] 01:27:42.110 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.proxy.destruction, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.proxy.destruction, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.proxy.destruction, Bundle-Version=1.0.0} 01:27:42.111 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, 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:42.111 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.proxy.destruction] decremented to 0 01:27:42.112 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:27:42.112 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction 01:27:42.113 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:27:42.114 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:27:42.115 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:27:42.116 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:27:42.116 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:27:42.118 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:27:42.118 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest] does not trigger a context creation. 01:27:42.119 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:364 - Writing test name [testProxyDestruction] to OSGi 01:27:42.164 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testProxyDestruction] for execution inside OSGi 01:27:42.165 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testProxyDestruction] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5876a9af 01:27:42.166 [main] INFO o.e.g.b.i.r.ProxyDestructionTest:190 - Loading context for locations: 01:27:42.169 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest, config=): startup date [Sat Apr 27 01:27:42 UTC 2024]; root of context hierarchy 01:27:42.169 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:27:42.170 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@6d763516: defining beans []; root of factory hierarchy 01:27:42.170 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:42.171 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:27:42.172 [main] TRACE o.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:42.172 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:27:42.173 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@245b4bdc] 01:27:42.173 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@6c64cb25] 01:27:42.174 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6ae5aa72] 01:27:42.174 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest, config=): startup date [Sat Apr 27 01:27:42 UTC 2024]; root of context hierarchy] 01:27:42.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-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest, org.springframework.context.service.name=TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest, Bundle-SymbolicName=TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest, Bundle-Version=0.0.0} 01:27:42.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:27:42.215 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle org-springframework-osgi-iandt-proxy-destruction on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=9} stopping service bundle 01:27:42.218 [BundleStop #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:27:42.219 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:27:42.220 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@68bc0904 01:27:42.220 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:27:42.220 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:27:42.221 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 01:27:42.221 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:41 UTC 2024]; root of context hierarchy 01:27:42.221 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:41 UTC 2024]; root of context hierarchy] 01:27:42.223 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 01:27:42.224 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@532f86b0] was unregistered and unbound from the service proxy 01:27:42.224 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@532f86b0] was unregistered and unbound from the service proxy 01:27:42.224 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle org-springframework-osgi-iandt-proxy-destruction on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=9} 01:27:42.225 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@532f86b0] 01:27:42.225 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:27:42.226 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:27:42.226 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@68bc0904 01:27:42.226 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 service bundle stopped 01:27:42.227 [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@3b932f16 Invoking method on OSGi service proxy... 01:27:42.228 [main] TRACE o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:445 - Publishing event through publisher OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:41 UTC 2024]; root of context hierarchy 01:27:42.228 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml): org.eclipse.gemini.blueprint.service.importer.event.OsgiServiceDependencyWaitStartingEvent[source=org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean@3c19aaa5] Stopping referring bundle... 01:27:45.229 [BundleStop #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:27:45.230 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml) 01:27:45.230 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@68bc0904 01:27:45.230 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml) 01:27:45.230 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml) 01:27:45.230 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:468 - Deregistering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml) 01:27:45.231 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-springframework-osgi-iandt-proxy-destruction (org.eclipse.gemini.blueprint.iandt.proxy.destruction) 01:27:45.231 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:41 UTC 2024]; root of context hierarchy 01:27:45.231 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:41 UTC 2024]; root of context hierarchy] 01:27:45.232 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:27:45.232 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:45.232 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:27:45.232 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@68bc0904 01:27:45.233 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:27:45.233 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:440 - Reading OSGi results for test [testProxyDestruction] 01:27:45.233 [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@3554d614 01:27:45.234 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:447 - Test[testProxyDestruction]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.725 sec - in org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest 01:27:45.316 [Thread-0] INFO o.e.g.b.i.r.ProxyDestructionTest:471 - Shutting down OSGi platform 01:27:45.316 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest (TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest) 01:27:45.317 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest, config=): startup date [Sat Apr 27 01:27:42 UTC 2024]; root of context hierarchy 01:27:45.317 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest, config=): startup date [Sat Apr 27 01:27:42 UTC 2024]; root of context hierarchy] 01:27:45.317 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:45.317 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:27:45.318 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:45.318 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:45.318 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:45.318 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:45.319 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:45.319 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:45.319 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:45.320 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=20] for sending replayes events; last one was null 01:27:45.320 [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:45.321 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:27:45.325 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:27:46,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:27:46,206 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:46,210 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:46,234 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:46,278 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:46,281 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:46,290 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:46,305 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@6325a3ee - No compression will be used 01:27:46,315 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:46,316 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:46,318 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:46,319 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:46,319 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:27:46,319 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:27:46,319 |-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:46,320 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:27:46,320 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:27:46,320 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:46,320 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:27:46,321 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:27:46,321 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:46,321 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:46,321 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:46,322 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:46,322 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:46,323 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:46,323 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:46,324 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@2b552920 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest 01:27:46.443 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:27:46.447 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:85 - Instantiating platform wrapper... 01:27:46.460 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi6201973911917936543kf 01:27:46.460 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:215 - About to start Knopflerfish OSGi Platform 01:27:46.594 [main] INFO o.e.g.b.i.r.ReferenceProxyTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:27:46.599 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:27:46.600 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:27:46.601 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:27:46.602 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:46.763 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:27:46.783 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:27:46.789 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:27:46.791 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:27:46.800 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:27:46.811 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:27:46.813 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:27:46.817 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:27:46.833 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:27:46.839 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:27:46.863 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:27:46.866 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:27:46.871 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:27:46.880 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:27:46.882 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:27:46.888 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:27:46.892 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:27:46.895 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.1.BUILD-SNAPSHOT.jar] 01:27:46.900 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/reference.test.bundle/target/reference.proxy-3.0.1.BUILD-SNAPSHOT.jar] 01:27:46.916 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:27:46.924 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:27:46.929 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:27:46.931 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:27:46.931 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:27:46.932 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:27:46.933 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:27:46.936 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:27:46.957 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:27:46.957 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:27:46.964 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:27:46.965 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:27:46.966 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:27:46.970 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:27:46.972 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:27:46.975 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:27:47,005 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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:47,046 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:47,049 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:47,060 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:47,087 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:47,089 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:47,093 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:47,101 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1ec68be5 - No compression will be used 01:27:47,107 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:47,107 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:47,109 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:47,109 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:47,109 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:27:47,109 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:27:47,110 |-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:47,110 |-INFO 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:47,110 |-INFO 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:47,110 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:47,111 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:27:47,111 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:27:47,111 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:47,111 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:47,111 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:47,112 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:47,112 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:47,112 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:47,113 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:47,113 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@220eb127 - Registering current configuration as safe fallback point 01:27:47.127 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:27:47.138 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:27:47.291 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:47.296 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:47.301 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:27:47.304 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:27:47.309 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:47.311 [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:47.312 [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:47.312 [BundleStart #16] DEBUG 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:47.312 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:27:47.314 [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:47.314 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 01:27:47.314 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:27:47.315 [BundleStart #16] 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:47.316 [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:47.316 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 01:27:47.316 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:27:47.317 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:47.317 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:47.317 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 01:27:47.318 [BundleStart #16] DEBUG 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:47.318 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:27:47.319 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:47.319 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 01:27:47.319 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:27:47.319 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:27:47.321 [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:47.321 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 01:27:47.322 [BundleStart #16] DEBUG o.e.g.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:47.322 [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:47.322 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:47.323 [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:47.323 [BundleStart #16] DEBUG o.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:47.323 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:47.324 [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:47.324 [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:47.324 [BundleStart #16] 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:47.324 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:27:47.325 [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:47.325 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 01:27:47.326 [BundleStart #16] DEBUG o.e.g.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:47.326 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:47.327 [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:47.327 [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:47.327 [BundleStart #16] 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:47.327 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:27:47.328 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:47.329 [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:47.329 [BundleStart #16] DEBUG o.e.g.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:47.329 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:47.329 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:47.330 [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:47.330 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:47.330 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:47.331 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:47.332 [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:47.332 [BundleStart #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:47.332 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:47.332 [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:47.332 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 01:27:47.333 [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:47.333 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:47.333 [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:47.334 [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:47.334 [BundleStart #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:47.334 [BundleStart #16] 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:47.336 [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:47.336 [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:47.336 [BundleStart #16] DEBUG o.e.g.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:47.364 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:27:47.364 [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:47.367 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:27:47.368 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:27:47.371 [BundleStart #16] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:27:47.374 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:47.374 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@273936b4 w/ reference null 01:27:47.375 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@273936b4 w/ reference null 01:27:47.376 [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:47.380 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:47.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:47.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:47.392 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:27:47.395 [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:47.395 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:27:47.395 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:27:47.397 [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:47.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:27:47.398 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:47.399 [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:47.399 [BundleStart #16] DEBUG 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:47.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:27:47.401 [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:47.401 [BundleStart #16] DEBUG o.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:47.401 [BundleStart #16] 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:47.404 [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:47.404 [BundleStart #16] DEBUG o.e.g.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:47.404 [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:47.405 [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:47.405 [BundleStart #16] DEBUG o.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:47.405 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:47.406 [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:47.407 [BundleStart #16] 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:47.407 [BundleStart #16] 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:47.408 [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:47.408 [BundleStart #16] DEBUG o.e.g.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:47.409 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:47.410 [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:47.410 [BundleStart #16] 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:47.410 [BundleStart #16] 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:47.412 [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:47.412 [BundleStart #16] DEBUG o.e.g.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:47.412 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:47.413 [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:47.413 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:47.413 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:47.415 [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:47.416 [BundleStart #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:47.416 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:47.417 [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:47.417 [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:47.417 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:47.418 [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:47.418 [BundleStart #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:47.418 [BundleStart #16] 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:47.422 [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:47.422 [BundleStart #16] DEBUG o.e.g.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:47.423 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:27:47.429 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:47.430 [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:47.431 [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:47.431 [BundleStart #17] DEBUG 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:47.431 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:47.432 [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:47.432 [BundleStart #17] DEBUG 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:47.433 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:319 - Starting [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.1.BUILD-SNAPSHOT.jar] 01:27:47.435 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:27:47.436 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:47.436 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 01:27:47.436 [BundleStart #18] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:27:47.446 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 01:27:47.447 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:47.447 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:27:47.457 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:27:47.457 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:27:47.458 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:27:47.458 [EclipseGeminiBlueprintExtenderThread-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:27:47.458 [EclipseGeminiBlueprintExtenderThread-1] 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:47.459 [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:47.459 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:47.460 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:27:47.460 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:319 - Starting [org-springframework-osgi-iandt-reference-proxy (org.eclipse.gemini.blueprint.iandt.reference.proxy)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/reference.test.bundle/target/reference.proxy-3.0.1.BUILD-SNAPSHOT.jar] 01:27:47.462 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-reference-proxy (org.eclipse.gemini.blueprint.iandt.reference.proxy)] 01:27:47.462 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:47.463 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-reference-proxy (org.eclipse.gemini.blueprint.iandt.reference.proxy) 01:27:47.463 [BundleStart #19] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-reference-proxy (org.eclipse.gemini.blueprint.iandt.reference.proxy)] 01:27:47.463 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-reference-proxy is type compatible with extender gemini-blueprint-extender; processing bundle... 01:27:47.464 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:47.464 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:47 UTC 2024]; root of context hierarchy 01:27:47.464 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-reference-proxy (org.eclipse.gemini.blueprint.iandt.reference.proxy)] 01:27:47.464 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-reference-proxy (org.eclipse.gemini.blueprint.iandt.reference.proxy)] 01:27:47.465 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:27:47.465 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-reference-proxy (org.eclipse.gemini.blueprint.iandt.reference.proxy)] 01:27:47.466 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:47.466 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-reference-proxy (org.eclipse.gemini.blueprint.iandt.reference.proxy)] 01:27:47.469 [main] INFO o.e.g.b.i.r.ReferenceProxyTest:199 - org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest-bundle.properties was not found; using defaults 01:27:47.469 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:511 - Post processing: creating test bundle 01:27:47.473 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:47.488 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.referenceProxy] 01:27:47.489 [main] INFO o.e.g.b.i.r.ReferenceProxyTest:202 - Automatically creating Manifest for the test bundle 01:27:47.490 [main] INFO o.e.g.b.i.r.ReferenceProxyTest:366 - Using the test class for generating bundle imports 01:27:47.493 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.class 01:27:47.493 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:460 - Package [org.eclipse.gemini.blueprint.iandt.referenceProxy] is part of the test archive; parsing ReferenceProxyTest bytecode to determine imports... 01:27:47.499 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:491 - Visiting class ReferenceProxyTest 01:27:47.515 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:47.515 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:27:47.515 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:491 - Visiting class BaseIntegrationTest 01:27:47.517 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/simpleservice-osgi.xml] 01:27:47.519 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:47.520 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:27:47.520 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:27:47.522 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:47.522 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:27:47.522 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:27:47.556 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:27:47.557 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:27:47.557 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.referenceProxy, org.eclipse.gemini.blueprint.iandt, java.lang, org.eclipse.gemini.blueprint.service, org.eclipse.gemini.blueprint.iandt.reference.proxy, org.eclipse.gemini.blueprint.iandt.simpleservice, org.osgi.framework, org.eclipse.gemini.blueprint.util, java.io, java.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io, java.net} 01:27:47.558 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.referenceProxy, java.lang, java.io, java.util, java.util.jar, java.security, java.lang.reflect, java.net] 01:27:47.558 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:27:47.558 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:282 - Filtered imports are [org.eclipse.gemini.blueprint.service, org.eclipse.gemini.blueprint.iandt.reference.proxy, org.eclipse.gemini.blueprint.iandt.simpleservice, org.osgi.framework, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io] 01:27:47.559 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest, Bundle-Name=TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.service,org.eclipse.gemini.blueprint.iandt.reference.proxy,org.eclipse.gemini.blueprint.iandt.simpleservice,org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0] 01:27:47.559 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest, Bundle-Name=TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.service,org.eclipse.gemini.blueprint.iandt.reference.proxy,org.eclipse.gemini.blueprint.iandt.simpleservice,org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0]] 01:27:47.560 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:27:47.560 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:27:47.560 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:27:47.561 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:27:47.561 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:27:47.561 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:27:47.561 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:27:47.562 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:47.562 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:47.562 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:47.563 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ 01:27:47.563 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest$1.class 01:27:47.563 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest.class 01:27:47.564 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest$1.class 01:27:47.564 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest.class 01:27:47.564 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.MF 01:27:47.565 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.class 01:27:47.574 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:557 - Test bundle [TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest (TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest)] successfully installed 01:27:47.575 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:27:47.578 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest (TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest)] 01:27:47.579 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:47.579 [BundleStart #20] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest (TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest) 01:27:47.579 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest (TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest)] 01:27:47.580 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest (TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest)] 01:27:47.580 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:47.580 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest (TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest)] 01:27:47.581 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:562 - Test bundle [TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest (TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest)] successfully started 01:27:47.581 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:27:47.582 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:47.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:27:47.583 [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:47.584 [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:47.584 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:27:47.585 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:27:47.588 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:27:47.589 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest] does not trigger a context creation. 01:27:47.590 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.simpleservice] triggers a context creation; waiting for it 01:27:47.591 [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:47.594 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:47.594 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:27:47.712 [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:47.713 [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:47.782 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/simpleservice.xml] 01:27:47.786 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:47.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:47.787 [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:47.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:47.820 [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@39c7b0b: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 01:27:47.858 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:47.858 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:47.859 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.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:47.860 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.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:47.873 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:27:47.878 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@39c7b0b: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 01:27:47.879 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:27:47.879 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@78cfe9ad 01:27:47.879 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:27:47.880 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:27:47.880 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:27:47.880 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:27:47.880 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:27:47.880 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:27:47.881 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:27:47.881 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:27:47.881 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@349faa39 01:27:47.882 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml) 01:27:47.882 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml) 01:27:47.882 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:47 UTC 2024]; root of context hierarchy 01:27:47.882 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:47.884 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/reference.xml] 01:27:47.887 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:47.888 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:27:47.889 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:27:47.889 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:27:47.915 [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:47.916 [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:47.957 [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@2a99ed9d: defining beans [referer,simpleServiceOsgi]; root of factory hierarchy 01:27:47.957 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:47.957 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:47.958 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.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:47.958 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.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:47.959 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:27:47.960 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@2a99ed9d: defining beans [referer,simpleServiceOsgi]; root of factory hierarchy] 01:27:47.960 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:27:47.960 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@78cfe9ad 01:27:47.960 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&simpleServiceOsgi] 01:27:47.961 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:27:47.992 [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:47.993 [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:47.995 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:114 - Eager importer &simpleServiceOsgi implies dependecy DependencyService[Name=&simpleServiceOsgi][Filter=(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)][Mandatory=true] 01:27:47.996 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:372 - Adding OSGi service dependency for importer [&simpleServiceOsgi] matching OSGi filter [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 01:27:47.996 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 1 OSGi service dependencies, 1 unsatisfied (for beans [&simpleServiceOsgi]) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml) 01:27:47.996 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:317 - OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml) is waiting for unsatisfied dependencies [[&simpleServiceOsgi]] 01:27:47.996 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&simpleServiceOsgi] 01:27:47.997 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [&simpleServiceOsgi] 01:27:47.997 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:267 - Registering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml) 01:27:47.997 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:406 - OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml) has registered service dependency dependencyDetector with filter: (objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService) 01:27:48.003 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 6 for bundle BundleImpl[id=19] 01:27:48.004 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:48.004 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:517 - Asynch wait-for-dependencies started... 01:27:48.004 [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:48.007 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1c4013e] 01:27:48.008 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@f5d5e91] Delaying for:0 01:27:48.015 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 01:27:48.016 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 01:27:48.017 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 01:27:48.018 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice.impl.MyServiceImpl] classes {} 01:27:48.018 [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:48.019 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:128 - Handling service event [REGISTERED:ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=9}] for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml) 01:27:48.021 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:183 - Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&simpleServiceOsgi]) matched: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=9} 01:27:48.021 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:198 - Registered dependency for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml); eliminating Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&simpleServiceOsgi]), remaining [{}] 01:27:48.021 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.b.a.BlueprintContainerProcessor:254 - All dependencies satisfied, not sending Blueprint GRACE event with emtpy dependencies from org.eclipse.gemini.blueprint.extender.event.BootstrappingDependenciesEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:47 UTC 2024]; root of context hierarchy] 01:27:48.022 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:468 - Deregistering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml) 01:27:48.022 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:146 - No unsatisfied OSGi service dependencies; completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml) 01:27:48.022 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml) 01:27:48.022 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:27:48.023 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 01:27:48.024 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@3dc7d683] 01:27:48.028 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:47 UTC 2024]; root of context hierarchy] 01:27:48.029 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0} 01:27:48.030 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, 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:48.031 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] decremented to 0 01:27:48.031 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:27:48.032 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=18] 01:27:48.032 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml) 01:27:48.032 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:27:48.033 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:27:48.033 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:27:48.057 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.reference.proxy] triggers a context creation; waiting for it 01:27:48.057 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.reference.proxy] incremented to 1 01:27:48.058 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:48.058 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy 01:27:48.061 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:27:48.070 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [org-springframework-osgi-iandt-reference-proxy(org.eclipse.gemini.blueprint.iandt.reference.proxy)] scanning available bundles 01:27:48.071 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [org-springframework-osgi-iandt-reference-proxy(org.eclipse.gemini.blueprint.iandt.reference.proxy)] scanning available bundles 01:27:48.071 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [org-springframework-osgi-iandt-reference-proxy(org.eclipse.gemini.blueprint.iandt.reference.proxy)] scanning available bundles 01:27:48.072 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [org-springframework-osgi-iandt-reference-proxy(org.eclipse.gemini.blueprint.iandt.reference.proxy)] scanning available bundles 01:27:48.072 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [org-springframework-osgi-iandt-reference-proxy(org.eclipse.gemini.blueprint.iandt.reference.proxy)] scanning available bundles 01:27:48.075 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5567236f] 01:27:48.075 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@52975479] 01:27:48.076 [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:48.076 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@160aa3a4} 01:27:48.077 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@160aa3a4] bound to proxy 01:27:48.077 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@160aa3a4] bound to proxy 01:27:48.078 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.reference.proxy.ServiceRefererBeanInfo] required by [org-springframework-osgi-iandt-reference-proxy(org.eclipse.gemini.blueprint.iandt.reference.proxy)] scanning available bundles 01:27:48.078 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:27:48.079 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [org-springframework-osgi-iandt-reference-proxy (org.eclipse.gemini.blueprint.iandt.reference.proxy)] exports [org.eclipse.gemini.blueprint.iandt.reference.proxy] as version [0.0.0] but version [null] was required 01:27:48.079 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [java.lang.ObjectBeanInfo] required by [org-springframework-osgi-iandt-reference-proxy(org.eclipse.gemini.blueprint.iandt.reference.proxy)] scanning available bundles 01:27:48.080 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [java.lang.ObjectCustomizer] required by [org-springframework-osgi-iandt-reference-proxy(org.eclipse.gemini.blueprint.iandt.reference.proxy)] scanning available bundles 01:27:48.081 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.reference.proxy.ServiceRefererCustomizer] required by [org-springframework-osgi-iandt-reference-proxy(org.eclipse.gemini.blueprint.iandt.reference.proxy)] scanning available bundles 01:27:48.081 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:27:48.081 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [org-springframework-osgi-iandt-reference-proxy (org.eclipse.gemini.blueprint.iandt.reference.proxy)] exports [org.eclipse.gemini.blueprint.iandt.reference.proxy] as version [0.0.0] but version [null] was required 01:27:48.083 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@3b3c51a2] 01:27:48.083 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:47 UTC 2024]; root of context hierarchy] 01:27:48.083 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.reference.proxy, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.reference.proxy, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.reference.proxy, Bundle-Version=1.0.0} 01:27:48.084 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, 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:48.085 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.reference.proxy] decremented to 0 01:27:48.085 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy 01:27:48.085 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:27:48.086 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:27:48.087 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:27:48.088 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:27:48.088 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:27:48.089 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:27:48.090 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:27:48.091 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:27:48.091 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:27:48.092 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:27:48.093 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:27:48.093 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:27:48.094 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:27:48.096 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:27:48.096 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:364 - Writing test name [testReferenceProxyLifecycle] to OSGi 01:27:48.110 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testReferenceProxyLifecycle] for execution inside OSGi 01:27:48.110 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testReferenceProxyLifecycle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1aa7ecca 01:27:48.111 [main] INFO o.e.g.b.i.r.ReferenceProxyTest:190 - Loading context for locations: 01:27:48.113 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest, config=): startup date [Sat Apr 27 01:27:48 UTC 2024]; root of context hierarchy 01:27:48.113 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:27:48.113 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@6b81ce95: defining beans []; root of factory hierarchy 01:27:48.114 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:48.114 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:27:48.115 [main] TRACE o.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:48.115 [main] TRACE o.e.g.b.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:48.116 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@515aebb0] 01:27:48.116 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@dd8ba08] 01:27:48.116 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@245b4bdc] 01:27:48.117 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest, config=): startup date [Sat Apr 27 01:27:48 UTC 2024]; root of context hierarchy] 01:27:48.117 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest, org.springframework.context.service.name=TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest, Bundle-SymbolicName=TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest, Bundle-Version=0.0.0} 01:27:48.118 [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:48.175 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle org-springframework-osgi-iandt-reference-proxy on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=9} stopping bundle 01:27:48.178 [BundleStop #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:27:48.179 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:27:48.179 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@349faa39 01:27:48.180 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:27:48.180 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:27:48.181 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 01:27:48.181 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:47 UTC 2024]; root of context hierarchy 01:27:48.181 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:47 UTC 2024]; root of context hierarchy] 01:27:48.184 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 01:27:48.185 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@160aa3a4] was unregistered and unbound from the service proxy 01:27:48.185 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@160aa3a4] was unregistered and unbound from the service proxy 01:27:48.186 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle org-springframework-osgi-iandt-reference-proxy on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=9} 01:27:48.186 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@160aa3a4] 01:27:48.187 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:27:48.188 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:27:48.188 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@349faa39 01:27:48.188 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 bundle stopped 01:27:48.189 [main] TRACE o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:445 - Publishing event through publisher OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:47 UTC 2024]; root of context hierarchy 01:27:48.190 [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:27:48.190 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml): org.eclipse.gemini.blueprint.service.importer.event.OsgiServiceDependencyWaitStartingEvent[source=org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean@74f0ea28] 01:27:51.191 [main] TRACE o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:445 - Publishing event through publisher OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:47 UTC 2024]; root of context hierarchy 01:27:51.191 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml): org.eclipse.gemini.blueprint.service.importer.event.OsgiServiceDependencyWaitTimedOutEvent[source=org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean@74f0ea28] starting bundle 01:27:51.193 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:27:51.194 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:51.194 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 01:27:51.194 [BundleStart #18] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:27:51.195 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 01:27:51.196 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:51.196 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:27:51.196 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:27:51.196 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:27:51.196 [EclipseGeminiBlueprintExtenderThread-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:27:51.196 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:27:51.197 [EclipseGeminiBlueprintExtenderThread-1] 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:51.197 [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:51.197 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:51 UTC 2024]; root of context hierarchy 01:27:51.197 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:51.197 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:51.198 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:27:51.199 [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:51.199 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/simpleservice-osgi.xml] 01:27:51.200 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:51.200 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:27:51.202 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:51.203 [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:51.203 [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:51.204 [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:51.223 [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:51.224 [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:51.232 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/simpleservice.xml] 01:27:51.234 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:51.235 [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:51.235 [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:51.236 [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:51.254 [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@41aac7ad: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 01:27:51.255 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:51.255 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:51.255 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:27:51.255 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:27:51.256 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:27:51.256 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@41aac7ad: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 01:27:51.257 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:27:51.257 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@78cfe9ad 01:27:51.257 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:27:51.257 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:27:51.257 [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:51.257 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:27:51.257 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:27:51.258 [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:51.258 [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:51.258 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:27:51.258 [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:51.258 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@503d2aa9] 01:27:51.259 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@3ec3d141] Delaying for:0 01:27:51.260 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 01:27:51.261 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 01:27:51.261 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 01:27:51.261 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice.impl.MyServiceImpl] classes {} 01:27:51.261 [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:51.262 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@28945ed0] bound to proxy 01:27:51.262 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@28945ed0] bound to proxy 01:27:51.262 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 01:27:51.262 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@11455109] 01:27:51.263 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:51 UTC 2024]; root of context hierarchy] 01:27:51.263 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0} 01:27:51.264 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:27:51.264 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] decremented to 0 01:27:51.264 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice bundle started 01:27:51.264 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=18] 01:27:51.265 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle org-springframework-osgi-iandt-reference-proxy on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=13} 01:27:51.265 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:51.266 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:440 - Reading OSGi results for test [testReferenceProxyLifecycle] 01:27:51.324 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:447 - Test[testReferenceProxyLifecycle]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.887 sec - in org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest 01:27:51.329 [Thread-0] INFO o.e.g.b.i.r.ReferenceProxyTest:471 - Shutting down OSGi platform 01:27:51.330 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest (TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest) 01:27:51.330 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest, config=): startup date [Sat Apr 27 01:27:48 UTC 2024]; root of context hierarchy 01:27:51.330 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest, config=): startup date [Sat Apr 27 01:27:48 UTC 2024]; root of context hierarchy] 01:27:51.330 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:51.331 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=18], BundleImpl[id=19]] 01:27:51.331 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:27:51.341 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:105 - Bundle org.eclipse.gemini.blueprint.iandt.simpleservice has registered services in use; postponing shutdown. The using bundles are [BundleImpl[id=19]] 01:27:51.341 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.reference.proxy has unused registered services; added for shutdown 01:27:51.342 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19]] 01:27:51.343 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:27:51.357 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml) 01:27:51.357 [Gemini Blueprint context shutdown thread 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:27:51.357 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml) 01:27:51.357 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml) 01:27:51.357 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:468 - Deregistering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml) 01:27:51.357 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-springframework-osgi-iandt-reference-proxy (org.eclipse.gemini.blueprint.iandt.reference.proxy) 01:27:51.358 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:47 UTC 2024]; root of context hierarchy 01:27:51.358 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:47 UTC 2024]; root of context hierarchy] 01:27:51.358 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@28945ed0] was unregistered and unbound from the service proxy 01:27:51.359 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@28945ed0] was unregistered and unbound from the service proxy 01:27:51.359 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle org-springframework-osgi-iandt-reference-proxy on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=13} 01:27:51.359 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:27:51.360 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:27:51.360 [Gemini Blueprint context shutdown thread 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:27:51.360 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:27:51.360 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.simpleservice has unused registered services; added for shutdown 01:27:51.360 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=18]] 01:27:51.361 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:27:51.361 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:27:51.361 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@349faa39 01:27:51.361 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:27:51.361 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:27:51.362 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 01:27:51.362 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:51 UTC 2024]; root of context hierarchy 01:27:51.362 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:51 UTC 2024]; root of context hierarchy] 01:27:51.363 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 01:27:51.363 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@28945ed0] 01:27:51.364 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:27:51.364 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:27:51.364 [Gemini Blueprint context shutdown thread 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:27:51.364 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:27:51.364 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:51.365 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:51.365 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:51.365 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:51.365 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:51.365 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:51.366 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=20] for sending replayes events; last one was null 01:27:51.367 [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:27:51.367 [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:27:51.367 [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:51.367 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:27:51.368 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:27:52,095 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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:52,226 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:52,229 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:52,253 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:52,306 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:52,309 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:52,315 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:52,325 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@6325a3ee - No compression will be used 01:27:52,332 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:52,333 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:52,335 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:52,335 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:52,335 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:27:52,335 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:27:52,336 |-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:52,336 |-INFO 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:52,336 |-INFO 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:52,336 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:52,336 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:27:52,337 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:27:52,357 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:52,357 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:52,357 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:52,357 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:52,358 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:52,359 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:52,359 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:52,361 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@2b552920 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest 01:27:52.509 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:27:52.514 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:85 - Instantiating platform wrapper... 01:27:52.526 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi912966686277808757kf 01:27:52.527 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:215 - About to start Knopflerfish OSGi Platform 01:27:52.641 [main] INFO o.e.g.b.i.r.ReferenceInterruptTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:27:52.645 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:27:52.646 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:27:52.647 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:27:52.648 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:52.786 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:27:52.807 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:27:52.814 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:27:52.816 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:27:52.825 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:27:52.835 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:27:52.837 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:27:52.841 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:27:52.847 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:27:52.859 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:27:52.881 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:27:52.884 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:27:52.889 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:27:52.898 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:27:52.900 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:27:52.905 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:27:52.909 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:27:52.927 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:27:52.934 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:27:52.962 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:27:52.964 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:27:52.965 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:27:52.965 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:27:52.966 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:27:52.969 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:27:52.973 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:27:52.974 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:27:52.980 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:27:52.981 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:27:52.982 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:27:52.986 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:27:52.988 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:27:52.990 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:27:53,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:53,067 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:53,069 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:53,080 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:53,107 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:53,109 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:53,113 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:53,121 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3a83f2f5 - No compression will be used 01:27:53,125 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:53,126 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:53,127 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:53,127 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:53,128 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:27:53,128 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:27:53,128 |-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:53,128 |-INFO 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:53,129 |-INFO 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:53,129 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:53,129 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:27:53,129 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:27:53,129 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:53,130 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:53,130 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:53,130 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:53,130 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:53,131 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:53,131 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:53,132 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@7659078e - Registering current configuration as safe fallback point 01:27:53.145 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:27:53.155 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:27:53.300 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:53.301 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:53.306 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:27:53.310 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:27:53.315 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:53.317 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:53.317 [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:53.317 [BundleStart #16] DEBUG 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:53.318 [BundleStart #16] 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:53.319 [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:53.319 [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:53.320 [BundleStart #16] DEBUG o.e.g.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:53.320 [BundleStart #16] 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:53.321 [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:53.322 [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:53.322 [BundleStart #16] DEBUG o.e.g.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:53.322 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:53.322 [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:53.323 [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:53.323 [BundleStart #16] DEBUG 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:53.323 [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:53.324 [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:53.324 [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:53.324 [BundleStart #16] DEBUG o.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:53.325 [BundleStart #16] 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:53.326 [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:53.326 [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:53.326 [BundleStart #16] DEBUG o.e.g.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:53.326 [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:53.327 [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:53.327 [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:53.327 [BundleStart #16] DEBUG o.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:53.328 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:53.328 [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:53.328 [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:53.329 [BundleStart #16] 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:53.329 [BundleStart #16] 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:53.329 [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:53.330 [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:53.330 [BundleStart #16] DEBUG o.e.g.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:53.330 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:53.331 [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:53.331 [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:53.331 [BundleStart #16] 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:53.332 [BundleStart #16] 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:53.332 [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:53.333 [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:53.333 [BundleStart #16] DEBUG o.e.g.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:53.333 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:53.333 [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:53.334 [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:53.334 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:53.334 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:53.335 [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:53.335 [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:53.336 [BundleStart #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:53.336 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:53.336 [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:53.336 [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:53.337 [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:53.337 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:53.337 [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:53.338 [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:53.338 [BundleStart #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:53.338 [BundleStart #16] 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:53.340 [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:53.340 [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:53.340 [BundleStart #16] DEBUG o.e.g.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:53.360 [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:53.360 [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:53.363 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:27:53.363 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:27:53.367 [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:53.369 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:53.370 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@13ef8e28 w/ reference null 01:27:53.370 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@13ef8e28 w/ reference null 01:27:53.371 [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:53.375 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:53.386 [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:53.386 [BundleStart #16] DEBUG 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:53.387 [BundleStart #16] 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:53.389 [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:53.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:27:53.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:27:53.392 [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:53.392 [BundleStart #16] DEBUG o.e.g.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:53.393 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:53.393 [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:53.394 [BundleStart #16] DEBUG 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:53.394 [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:53.395 [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:53.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:53.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:53.398 [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:53.398 [BundleStart #16] DEBUG o.e.g.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:53.399 [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:53.399 [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:53.400 [BundleStart #16] DEBUG o.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:53.400 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:53.401 [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:53.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:27:53.401 [BundleStart #16] 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:53.402 [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:53.403 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:27:53.403 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:53.404 [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:53.405 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:27:53.405 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:27:53.406 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:53.407 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:27:53.407 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:53.408 [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:53.408 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:53.408 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:53.410 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:53.411 [BundleStart #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:53.411 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:53.412 [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:53.412 [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:53.412 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:53.413 [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:53.413 [BundleStart #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:53.414 [BundleStart #16] 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:53.417 [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:53.418 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:27:53.419 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:27:53.425 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:53.427 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:53.427 [BundleStart #17] DEBUG 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:53.428 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:53.428 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:53.432 [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:53.433 [BundleStart #17] DEBUG 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:53.435 [main] INFO o.e.g.b.i.r.ReferenceInterruptTest:199 - org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest-bundle.properties was not found; using defaults 01:27:53.435 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:511 - Post processing: creating test bundle 01:27:53.448 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.referenceProxy] 01:27:53.448 [main] INFO o.e.g.b.i.r.ReferenceInterruptTest:202 - Automatically creating Manifest for the test bundle 01:27:53.449 [main] INFO o.e.g.b.i.r.ReferenceInterruptTest:366 - Using the test class for generating bundle imports 01:27:53.451 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest.class 01:27:53.451 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:460 - Package [org.eclipse.gemini.blueprint.iandt.referenceProxy] is part of the test archive; parsing ReferenceInterruptTest bytecode to determine imports... 01:27:53.459 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:491 - Visiting class ReferenceInterruptTest 01:27:53.472 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:53.472 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:27:53.472 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:491 - Visiting class BaseIntegrationTest 01:27:53.476 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:53.476 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:27:53.476 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:27:53.478 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:53.478 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:27:53.478 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:27:53.479 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:27:53.479 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:27:53.480 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.referenceProxy, org.eclipse.gemini.blueprint.iandt, java.lang, org.eclipse.gemini.blueprint.service, org.eclipse.gemini.blueprint.service.importer.support, org.osgi.framework, java.awt, org.apache.commons.logging, org.eclipse.gemini.blueprint.test, org.eclipse.gemini.blueprint.test.provisioning, java.util, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io, java.net} 01:27:53.480 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.referenceProxy, java.lang, java.awt, java.util, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 01:27:53.480 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:27:53.481 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:282 - Filtered imports are [org.eclipse.gemini.blueprint.service, org.eclipse.gemini.blueprint.service.importer.support, org.osgi.framework, org.apache.commons.logging, org.eclipse.gemini.blueprint.test, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 01:27:53.481 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest, Bundle-Name=TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.service,org.eclipse.gemini.blueprint.service.importer.support,org.osgi.framework,org.apache.commons.logging,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 01:27:53.481 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest, Bundle-Name=TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.service,org.eclipse.gemini.blueprint.service.importer.support,org.osgi.framework,org.apache.commons.logging,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 01:27:53.481 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:27:53.482 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:27:53.482 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:27:53.482 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:27:53.482 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:27:53.482 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:27:53.483 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:27:53.483 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:53.483 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:53.483 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:53.483 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ 01:27:53.484 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest$1.class 01:27:53.484 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest.class 01:27:53.484 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest$1.class 01:27:53.484 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest.class 01:27:53.484 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.MF 01:27:53.485 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.class 01:27:53.492 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:557 - Test bundle [TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest (TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest)] successfully installed 01:27:53.492 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:27:53.495 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest (TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest)] 01:27:53.496 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:53.496 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest (TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest)] 01:27:53.496 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest (TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest)] 01:27:53.497 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:53.497 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest (TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest) 01:27:53.497 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest (TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest)] 01:27:53.497 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:562 - Test bundle [TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest (TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest)] successfully started 01:27:53.498 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:27:53.500 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:27:53.500 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:27:53.502 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:27:53.502 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:27:53.503 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:27:53.503 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest] does not trigger a context creation. 01:27:53.503 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:27:53.504 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:27:53.505 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:27:53.505 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:27:53.505 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:27:53.506 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:27:53.506 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:27:53.507 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:27:53.507 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:27:53.508 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:27:53.508 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:27:53.508 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:27:53.510 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:27:53.510 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:364 - Writing test name [testProxyInterrupt] to OSGi 01:27:53.524 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testProxyInterrupt] for execution inside OSGi 01:27:53.524 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testProxyInterrupt] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7b9a4292 01:27:53.525 [main] INFO o.e.g.b.i.r.ReferenceInterruptTest:190 - Loading context for locations: 01:27:53.538 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest, config=): startup date [Sat Apr 27 01:27:53 UTC 2024]; root of context hierarchy 01:27:53.544 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:27:53.564 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@6989da5e: defining beans []; root of factory hierarchy 01:27:53.574 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:53.574 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:27:53.576 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:27:53.576 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:27:53.580 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1e66f1f5] 01:27:53.580 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@4e50c791] 01:27:53.583 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@707194ba] 01:27:53.586 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest, config=): startup date [Sat Apr 27 01:27:53 UTC 2024]; root of context hierarchy] 01:27:53.588 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest, org.springframework.context.service.name=TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest, Bundle-SymbolicName=TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest, Bundle-Version=0.0.0} 01:27:53.590 [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:53.628 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[] in=[(objectClass=java.awt.Shape)] 01:27:53.628 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.awt.Shape)] in=[(objectClass=java.awt.Shape)] 01:27:53.629 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:27:53.636 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - UNMANAGED TCCL used for invoking ServiceReference [null] null={} 01:27:53.650 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 01:27:53.651 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 01:27:53.651 [main] INFO o.e.g.b.i.r.ReferenceInterruptTest:65 - Invoking proxy... 01:27:53.657 [main] TRACE o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:454 - No application event publisher set; no events will be published 01:27:56.652 [main] TRACE o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:454 - No application event publisher set; no events will be published 01:27:56.653 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:56.654 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:440 - Reading OSGi results for test [testProxyInterrupt] 01:27:56.654 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:447 - Test[testProxyInterrupt]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.151 sec - in org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest 01:27:56.659 [Thread-0] INFO o.e.g.b.i.r.ReferenceInterruptTest:471 - Shutting down OSGi platform 01:27:56.660 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest (TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest) 01:27:56.660 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:56.660 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest, config=): startup date [Sat Apr 27 01:27:53 UTC 2024]; root of context hierarchy 01:27:56.661 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest, config=): startup date [Sat Apr 27 01:27:53 UTC 2024]; root of context hierarchy] 01:27:56.661 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:56.661 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:56.661 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:56.661 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:56.662 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:56.662 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:56.662 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:56.663 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:27:56.665 [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:56.665 [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:56.666 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:27:56.667 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:27:57,428 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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:57,575 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:57,580 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:57,613 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:57,651 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:57,653 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:57,661 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:57,677 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@57536d79 - No compression will be used 01:27:57,690 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:57,690 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:57,693 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:57,693 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:57,694 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:27:57,694 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:27:57,694 |-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:57,694 |-INFO 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:57,695 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:27:57,695 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:57,695 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:27:57,695 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:27:57,695 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:57,696 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:57,696 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:57,696 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:57,696 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:57,698 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:57,698 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:57,699 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5bc79255 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest 01:27:57.839 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:27:57.845 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:85 - Instantiating platform wrapper... 01:27:57.858 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi7445846133214517477kf 01:27:57.858 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:215 - About to start Knopflerfish OSGi Platform 01:27:57.979 [main] INFO o.e.g.b.i.s.ServiceListenerTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:27:57.983 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:27:57.984 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:27:57.986 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:27:57.987 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:58.146 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:27:58.168 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:27:58.177 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:27:58.180 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:27:58.192 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:27:58.208 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:27:58.211 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:27:58.217 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:27:58.224 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:27:58.237 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:27:58.263 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:27:58.266 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:27:58.272 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:27:58.280 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:27:58.283 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:27:58.288 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:27:58.291 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:27:58.294 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.1.BUILD-SNAPSHOT.jar] 01:27:58.299 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/service.listener.bundle/target/service.listener-3.0.1.BUILD-SNAPSHOT.jar] 01:27:58.314 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:27:58.322 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:27:58.327 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:27:58.329 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:27:58.330 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:27:58.330 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:27:58.331 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:27:58.334 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:27:58.337 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:27:58.338 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:27:58.357 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:27:58.358 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:27:58.359 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:27:58.365 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:27:58.368 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:27:58.371 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:27:58,400 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:27:58,437 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:58,440 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:58,449 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:58,475 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:58,477 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:58,481 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:58,488 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@522bf4ff - No compression will be used 01:27:58,493 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:58,493 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:58,495 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:58,495 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:58,495 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:27:58,495 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:27:58,496 |-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:58,496 |-INFO 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:58,496 |-INFO 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:58,496 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:58,497 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:27:58,497 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:27:58,497 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:58,497 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:58,497 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:58,497 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:58,498 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:58,498 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:58,498 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:58,499 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4a94496c - Registering current configuration as safe fallback point 01:27:58.512 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:27:58.523 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:27:58.689 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:58.694 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:58.698 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:27:58.702 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:27:58.707 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:58.708 [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:58.709 [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:58.709 [BundleStart #16] DEBUG 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:58.709 [BundleStart #16] 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:58.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:58.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:58.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:58.712 [BundleStart #16] 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:58.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:27:58.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:27:58.713 [BundleStart #16] DEBUG o.e.g.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:58.713 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:58.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:27:58.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:27:58.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:27:58.715 [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:58.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:27:58.716 [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:58.716 [BundleStart #16] DEBUG o.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:58.716 [BundleStart #16] 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:58.717 [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:58.718 [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:58.718 [BundleStart #16] DEBUG o.e.g.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:58.718 [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:58.718 [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:58.719 [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:58.719 [BundleStart #16] DEBUG o.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:58.719 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:58.720 [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:58.720 [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:58.720 [BundleStart #16] 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:58.720 [BundleStart #16] 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:58.721 [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:58.721 [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:58.721 [BundleStart #16] DEBUG o.e.g.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:58.722 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:58.722 [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:58.723 [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:58.723 [BundleStart #16] 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:58.723 [BundleStart #16] 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:58.724 [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:58.724 [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:58.724 [BundleStart #16] DEBUG o.e.g.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:58.724 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:58.725 [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:58.725 [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:58.725 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:58.725 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:58.726 [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:58.727 [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:58.727 [BundleStart #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:58.727 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:58.727 [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:58.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:27:58.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:27:58.728 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:58.728 [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:58.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:27:58.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:27:58.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:27:58.731 [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:58.731 [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:58.731 [BundleStart #16] DEBUG o.e.g.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:58.740 [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:58.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:58.760 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:27:58.760 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:27:58.763 [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:58.765 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:58.766 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@48b49873 w/ reference null 01:27:58.766 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@48b49873 w/ reference null 01:27:58.767 [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:58.771 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:58.781 [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:58.781 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:58.782 [BundleStart #16] 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:58.784 [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:58.785 [BundleStart #16] DEBUG o.e.g.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:58.785 [BundleStart #16] 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:58.787 [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:58.787 [BundleStart #16] DEBUG o.e.g.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:58.787 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:58.788 [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:58.788 [BundleStart #16] DEBUG 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:58.788 [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:58.789 [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:58.790 [BundleStart #16] DEBUG o.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:58.790 [BundleStart #16] 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:58.792 [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:58.792 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:27:58.792 [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:58.793 [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:58.793 [BundleStart #16] DEBUG o.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:58.793 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:58.794 [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:58.794 [BundleStart #16] 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:58.795 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:27:58.796 [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:58.796 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:27:58.796 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:58.797 [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:58.798 [BundleStart #16] 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:58.798 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:27:58.799 [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:58.800 [BundleStart #16] DEBUG o.e.g.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:58.800 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:58.800 [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:58.801 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:58.801 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:58.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:27:58.803 [BundleStart #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:58.803 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:58.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:27:58.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:27:58.804 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:58.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:27:58.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:27:58.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:27:58.809 [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:58.809 [BundleStart #16] DEBUG o.e.g.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:58.810 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:27:58.816 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:58.817 [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:58.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:27:58.818 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:58.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:27:58.819 [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:58.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:27:58.819 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:319 - Starting [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.1.BUILD-SNAPSHOT.jar] 01:27:58.822 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:27:58.822 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:58.823 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:27:58.823 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:27:58.824 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:58.824 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 01:27:58.824 [BundleStart #18] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:27:58.834 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 01:27:58.835 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:58.835 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:27:58.837 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:27:58.838 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:27:58.838 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:319 - Starting [org-springframework-osgi-iandt-service-listener (org.eclipse.gemini.blueprint.iandt.service.listener)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/service.listener.bundle/target/service.listener-3.0.1.BUILD-SNAPSHOT.jar] 01:27:58.838 [EclipseGeminiBlueprintExtenderThread-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:27:58.839 [EclipseGeminiBlueprintExtenderThread-1] 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.839 [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.840 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-service-listener (org.eclipse.gemini.blueprint.iandt.service.listener)] 01:27:58.840 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.service.listener]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:58.841 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-service-listener (org.eclipse.gemini.blueprint.iandt.service.listener)] 01:27:58.841 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-service-listener (org.eclipse.gemini.blueprint.iandt.service.listener)] 01:27:58.842 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.service.listener]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:58.842 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.service.listener]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-service-listener (org.eclipse.gemini.blueprint.iandt.service.listener) 01:27:58.842 [BundleStart #19] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-service-listener (org.eclipse.gemini.blueprint.iandt.service.listener)] 01:27:58.843 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-service-listener is type compatible with extender gemini-blueprint-extender; processing bundle... 01:27:58.843 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.service.listener]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:58.843 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-service-listener (org.eclipse.gemini.blueprint.iandt.service.listener)] 01:27:58.843 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-service-listener (org.eclipse.gemini.blueprint.iandt.service.listener)] 01:27:58.843 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:27:58.844 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:58 UTC 2024]; root of context hierarchy 01:27:58.846 [main] INFO o.e.g.b.i.s.ServiceListenerTest:199 - org/eclipse/gemini/blueprint/iandt/serviceListener/ServiceListenerTest-bundle.properties was not found; using defaults 01:27:58.846 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:511 - Post processing: creating test bundle 01:27:58.862 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:58.871 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.serviceListener] 01:27:58.872 [main] INFO o.e.g.b.i.s.ServiceListenerTest:202 - Automatically creating Manifest for the test bundle 01:27:58.873 [main] INFO o.e.g.b.i.s.ServiceListenerTest:366 - Using the test class for generating bundle imports 01:27:58.876 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/serviceListener/ServiceListenerTest.class 01:27:58.876 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:460 - Package [org.eclipse.gemini.blueprint.iandt.serviceListener] is part of the test archive; parsing ServiceListenerTest bytecode to determine imports... 01:27:58.882 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:491 - Visiting class ServiceListenerTest 01:27:58.894 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/simpleservice-osgi.xml] 01:27:58.899 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:58.899 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:27:58.900 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:491 - Visiting class BaseIntegrationTest 01:27:58.904 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:58.904 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:27:58.905 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:27:58.907 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:58.907 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:27:58.908 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:27:58.909 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:27:58.909 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:27:58.910 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.serviceListener, org.eclipse.gemini.blueprint.iandt, java.lang, org.eclipse.gemini.blueprint.iandt.service.listener, org.osgi.framework, org.eclipse.gemini.blueprint.util, org.apache.commons.logging, java.util, org.eclipse.gemini.blueprint.test, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io, java.net} 01:27:58.910 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.serviceListener, java.lang, java.util, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 01:27:58.910 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:27:58.911 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:282 - Filtered imports are [org.eclipse.gemini.blueprint.iandt.service.listener, org.osgi.framework, org.eclipse.gemini.blueprint.util, org.apache.commons.logging, org.eclipse.gemini.blueprint.test, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io] 01:27:58.911 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest, Bundle-Name=TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.iandt.service.listener,org.osgi.framework,org.eclipse.gemini.blueprint.util,org.apache.commons.logging,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0] 01:27:58.912 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest, Bundle-Name=TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.iandt.service.listener,org.osgi.framework,org.eclipse.gemini.blueprint.util,org.apache.commons.logging,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0]] 01:27:58.912 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:27:58.912 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:27:58.913 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:27:58.913 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:27:58.913 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:27:58.914 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:27:58.914 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:27:58.914 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:58.914 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:58.915 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:58.915 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceListener/ 01:27:58.956 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceListener/ServiceListenerTest.MF 01:27:58.957 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceListener/ServiceListenerTest.class 01:27:58.965 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:557 - Test bundle [TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest (TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest)] successfully installed 01:27:58.965 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:27:58.968 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest (TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest)] 01:27:58.969 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:58.969 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest (TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest)] 01:27:58.969 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest (TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest)] 01:27:58.980 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:58.981 [BundleStart #20] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest (TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest) 01:27:58.981 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest (TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest)] 01:27:58.981 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:562 - Test bundle [TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest (TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest)] successfully started 01:27:58.982 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:27:58.982 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:58.982 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:27:58.983 [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.984 [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.985 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:27:58.986 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:27:58.988 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:27:58.989 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.simpleservice] triggers a context creation; waiting for it 01:27:58.990 [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.993 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:58.994 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:27:59.097 [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:59.098 [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:59.168 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/simpleservice.xml] 01:27:59.171 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:59.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:27:59.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:27:59.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:27:59.204 [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@7266bb71: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 01:27:59.215 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:59.215 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:59.216 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.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:59.217 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.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:59.227 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:27:59.231 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@7266bb71: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 01:27:59.257 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:27:59.257 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@25336f49 01:27:59.257 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:27:59.258 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:27:59.258 [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:59.258 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:27:59.258 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:27:59.259 [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:59.259 [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:59.259 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:27:59.260 [EclipseGeminiBlueprintExtenderThread-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:27:59.260 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml) 01:27:59.260 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml) 01:27:59.260 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:59 UTC 2024]; root of context hierarchy 01:27:59.261 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:59.262 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/service-listener.xml] 01:27:59.265 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:59.265 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:27:59.266 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:27:59.266 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:27:59.289 [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:59.290 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:27:59.302 [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@49ac34c9: defining beans [listener,simpleServiceOsgi]; root of factory hierarchy 01:27:59.303 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:59.303 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:59.303 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.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:59.304 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.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:59.305 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:27:59.305 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@49ac34c9: defining beans [listener,simpleServiceOsgi]; root of factory hierarchy] 01:27:59.305 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:27:59.305 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@25336f49 01:27:59.306 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&simpleServiceOsgi] 01:27:59.306 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:27:59.370 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public void org.eclipse.gemini.blueprint.iandt.service.listener.MyListener.serviceAvailable(org.eclipse.gemini.blueprint.iandt.simpleservice.MyService,java.util.Dictionary)] on class org.eclipse.gemini.blueprint.iandt.service.listener.MyListener 01:27:59.371 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public void org.eclipse.gemini.blueprint.iandt.service.listener.MyListener.serviceUnavailable(org.eclipse.gemini.blueprint.iandt.simpleservice.MyService,java.util.Dictionary)] on class org.eclipse.gemini.blueprint.iandt.service.listener.MyListener 01:27:59.371 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:174 - Discovered bind methods=[[public void org.eclipse.gemini.blueprint.iandt.service.listener.MyListener.serviceAvailable(org.eclipse.gemini.blueprint.iandt.simpleservice.MyService,java.util.Dictionary)]], bind ServiceReference=null unbind methods=[[public void org.eclipse.gemini.blueprint.iandt.service.listener.MyListener.serviceUnavailable(org.eclipse.gemini.blueprint.iandt.simpleservice.MyService,java.util.Dictionary)]], unbind ServiceReference=null 01:27:59.373 [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:59.373 [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:59.374 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:114 - Eager importer &simpleServiceOsgi implies dependecy DependencyService[Name=&simpleServiceOsgi][Filter=(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)][Mandatory=true] 01:27:59.375 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:372 - Adding OSGi service dependency for importer [&simpleServiceOsgi] matching OSGi filter [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 01:27:59.375 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 1 OSGi service dependencies, 1 unsatisfied (for beans [&simpleServiceOsgi]) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml) 01:27:59.375 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:317 - OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml) is waiting for unsatisfied dependencies [[&simpleServiceOsgi]] 01:27:59.375 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&simpleServiceOsgi] 01:27:59.375 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [&simpleServiceOsgi] 01:27:59.376 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:267 - Registering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml) 01:27:59.376 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:406 - OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml) has registered service dependency dependencyDetector with filter: (objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService) 01:27:59.381 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 6 for bundle BundleImpl[id=19] 01:27:59.382 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:59.382 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:517 - Asynch wait-for-dependencies started... 01:27:59.383 [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:59.385 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@32ae12a0] 01:27:59.386 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@319e530a] Delaying for:0 01:27:59.392 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 01:27:59.393 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 01:27:59.394 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 01:27:59.395 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice.impl.MyServiceImpl] classes {} 01:27:59.395 [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:59.397 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:128 - Handling service event [REGISTERED:ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=9}] for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml) 01:27:59.398 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:183 - Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&simpleServiceOsgi]) matched: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=9} 01:27:59.398 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:198 - Registered dependency for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml); eliminating Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&simpleServiceOsgi]), remaining [{}] 01:27:59.399 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.b.a.BlueprintContainerProcessor:254 - All dependencies satisfied, not sending Blueprint GRACE event with emtpy dependencies from org.eclipse.gemini.blueprint.extender.event.BootstrappingDependenciesEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:59 UTC 2024]; root of context hierarchy] 01:27:59.399 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:468 - Deregistering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml) 01:27:59.400 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:146 - No unsatisfied OSGi service dependencies; completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml) 01:27:59.400 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml) 01:27:59.400 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:27:59.400 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 01:27:59.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@2b8635f6] 01:27:59.405 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:58 UTC 2024]; root of context hierarchy] 01:27:59.406 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0} 01:27:59.408 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, 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:59.408 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] decremented to 0 01:27:59.408 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:27:59.409 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=18] 01:27:59.409 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml) 01:27:59.409 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:27:59.409 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:27:59.410 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:27:59.410 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.service.listener] triggers a context creation; waiting for it 01:27:59.410 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.service.listener] incremented to 1 01:27:59.411 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:59.411 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.service.listener 01:27:59.416 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:27:59.423 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [org-springframework-osgi-iandt-service-listener(org.eclipse.gemini.blueprint.iandt.service.listener)] scanning available bundles 01:27:59.424 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [org-springframework-osgi-iandt-service-listener(org.eclipse.gemini.blueprint.iandt.service.listener)] scanning available bundles 01:27:59.425 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [org-springframework-osgi-iandt-service-listener(org.eclipse.gemini.blueprint.iandt.service.listener)] scanning available bundles 01:27:59.425 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [org-springframework-osgi-iandt-service-listener(org.eclipse.gemini.blueprint.iandt.service.listener)] scanning available bundles 01:27:59.425 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [org-springframework-osgi-iandt-service-listener(org.eclipse.gemini.blueprint.iandt.service.listener)] scanning available bundles 01:27:59.428 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@e8e2e06] 01:27:59.428 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@616883ab] 01:27:59.429 [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:59.429 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@1a8d0427} 01:27:59.430 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1a8d0427] bound to proxy 01:27:59.430 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1a8d0427] bound to proxy 01:27:59.430 [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@5ddc4cfd w/ reference org.knopflerfish.framework.ServiceReferenceImpl@1a8d0427 01:27:59.431 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@6969cd4c 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;@6e003a1, service.id=9} 01:27:59.431 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.service.listener.MyListener.serviceAvailable(org.eclipse.gemini.blueprint.iandt.simpleservice.MyService,java.util.Dictionary) 01:27:59.432 [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@5ddc4cfd w/ reference org.knopflerfish.framework.ServiceReferenceImpl@1a8d0427 01:27:59.432 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.service.listener.MyListenerBeanInfo] required by [org-springframework-osgi-iandt-service-listener(org.eclipse.gemini.blueprint.iandt.service.listener)] scanning available bundles 01:27:59.433 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:27:59.433 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [org-springframework-osgi-iandt-service-listener (org.eclipse.gemini.blueprint.iandt.service.listener)] exports [org.eclipse.gemini.blueprint.iandt.service.listener] as version [0.0.0] but version [null] was required 01:27:59.433 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.service.listener.MyListenerCustomizer] required by [org-springframework-osgi-iandt-service-listener(org.eclipse.gemini.blueprint.iandt.service.listener)] scanning available bundles 01:27:59.434 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:27:59.434 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [org-springframework-osgi-iandt-service-listener (org.eclipse.gemini.blueprint.iandt.service.listener)] exports [org.eclipse.gemini.blueprint.iandt.service.listener] as version [0.0.0] but version [null] was required 01:27:59.435 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@61ca58a3] 01:27:59.435 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:59 UTC 2024]; root of context hierarchy] 01:27:59.436 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.service.listener, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.service.listener, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.service.listener, Bundle-Version=1.0.0} 01:27:59.436 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, 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:59.437 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.service.listener] decremented to 0 01:27:59.437 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:27:59.437 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.service.listener 01:27:59.438 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:27:59.456 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:27:59.457 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:27:59.458 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:27:59.458 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:27:59.458 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:27:59.459 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest] does not trigger a context creation. 01:27:59.459 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:27:59.460 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:27:59.460 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:27:59.461 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:27:59.461 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:27:59.462 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:27:59.463 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:27:59.463 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:364 - Writing test name [testServiceListener] to OSGi 01:27:59.476 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceListener] for execution inside OSGi 01:27:59.477 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceListener] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4fb0f2b9 01:27:59.477 [main] INFO o.e.g.b.i.s.ServiceListenerTest:190 - Loading context for locations: 01:27:59.479 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest, config=): startup date [Sat Apr 27 01:27:59 UTC 2024]; root of context hierarchy 01:27:59.479 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:27:59.479 [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@294425a7: defining beans []; root of factory hierarchy 01:27:59.480 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:59.480 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:27:59.480 [main] TRACE o.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:59.481 [main] TRACE o.e.g.b.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:59.481 [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:59.481 [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:59.482 [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:59.482 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest, config=): startup date [Sat Apr 27 01:27:59 UTC 2024]; root of context hierarchy] 01:27:59.482 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest, org.springframework.context.service.name=TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest, Bundle-SymbolicName=TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest, Bundle-Version=0.0.0} 01:27:59.483 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:27:59.512 [BundleStop #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:27:59.513 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:27:59.513 [Gemini Blueprint context shutdown thread 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:27:59.513 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:27:59.513 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:27:59.514 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 01:27:59.514 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:58 UTC 2024]; root of context hierarchy 01:27:59.514 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:58 UTC 2024]; root of context hierarchy] 01:27:59.516 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 01:27:59.517 [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@5ddc4cfd w/ reference org.knopflerfish.framework.ServiceReferenceImpl@1a8d0427 01:27:59.517 [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@6969cd4c 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;@355b6c58, service.id=9} 01:27:59.517 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.service.listener.MyListener.serviceUnavailable(org.eclipse.gemini.blueprint.iandt.simpleservice.MyService,java.util.Dictionary) 01:27:59.517 [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@5ddc4cfd w/ reference org.knopflerfish.framework.ServiceReferenceImpl@1a8d0427 01:27:59.517 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1a8d0427] was unregistered and unbound from the service proxy 01:27:59.518 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1a8d0427] was unregistered and unbound from the service proxy 01:27:59.518 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@1a8d0427] 01:27:59.518 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:27:59.519 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:27:59.519 [Gemini Blueprint context shutdown thread 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:27:59.519 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:27:59.520 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:56 - about to restart simple service 01:27:59.520 [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:59.521 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:27:59.522 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:27:59.522 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:27:59.522 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:27:59.523 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:59.523 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 01:27:59.524 [BundleStart #18] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:27:59.524 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 01:27:59.525 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:27:59.525 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:27:59.525 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:27:59.525 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:27:59.525 [EclipseGeminiBlueprintExtenderThread-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:27:59.525 [EclipseGeminiBlueprintExtenderThread-1] 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:59.526 [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:59.526 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:59 UTC 2024]; root of context hierarchy 01:27:59.526 [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:59.526 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:59.526 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:59.527 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:27:59.527 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/simpleservice-osgi.xml] 01:27:59.530 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:59.531 [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:59.531 [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:59.531 [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:59.566 [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:59.566 [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:59.573 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/simpleservice.xml] 01:27:59.576 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:59.576 [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:59.577 [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:59.577 [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:59.595 [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@10b1761d: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 01:27:59.596 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:59.596 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:59.596 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.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:59.596 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.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:59.597 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:27:59.598 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@10b1761d: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 01:27:59.598 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:27:59.598 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@25336f49 01:27:59.598 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:27:59.598 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:27:59.598 [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:59.599 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:27:59.599 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:27:59.599 [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:59.599 [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:59.599 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:27:59.599 [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:59.600 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@35c26f79] 01:27:59.600 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@17655d5] Delaying for:0 01:27:59.602 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 01:27:59.602 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 01:27:59.603 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 01:27:59.603 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice.impl.MyServiceImpl] classes {} 01:27:59.603 [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:59.604 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4eb539de] bound to proxy 01:27:59.604 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4eb539de] bound to proxy 01:27:59.604 [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@5ddc4cfd w/ reference org.knopflerfish.framework.ServiceReferenceImpl@4eb539de 01:27:59.604 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@6969cd4c 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;@682a2ed6, service.id=13} 01:27:59.605 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.service.listener.MyListener.serviceAvailable(org.eclipse.gemini.blueprint.iandt.simpleservice.MyService,java.util.Dictionary) 01:27:59.605 [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@5ddc4cfd w/ reference org.knopflerfish.framework.ServiceReferenceImpl@4eb539de 01:27:59.605 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 01:27:59.605 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@5bc106fb] 01:27:59.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 [Sat Apr 27 01:27:59 UTC 2024]; root of context hierarchy] 01:27:59.606 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0} 01:27:59.607 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, 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:59.607 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] decremented to 0 01:27:59.607 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:27:59.607 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=18] 01:28:00.720 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:62 - simple service succesfully restarted 01:28:00.721 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:00.722 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:440 - Reading OSGi results for test [testServiceListener] 01:28:00.722 [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.889 sec - in org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest 01:28:00.727 [Thread-0] INFO o.e.g.b.i.s.ServiceListenerTest:471 - Shutting down OSGi platform 01:28:00.727 [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:28:00.727 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest, config=): startup date [Sat Apr 27 01:27:59 UTC 2024]; root of context hierarchy 01:28:00.727 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest, config=): startup date [Sat Apr 27 01:27:59 UTC 2024]; root of context hierarchy] 01:28:00.728 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:00.728 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:28:00.728 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:28:00.728 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:00.728 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28:00.728 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:00.728 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=18], BundleImpl[id=19]] 01:28:00.729 [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:00.730 [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:28:00.730 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19], BundleImpl[id=18]] 01:28:00.731 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:28:00.731 [Gemini Blueprint 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:28:00.731 [Gemini Blueprint context shutdown thread 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:28:00.731 [Gemini Blueprint context 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:28:00.731 [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:28:00.731 [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:28:00.732 [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:28:00.732 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:59 UTC 2024]; root of context hierarchy 01:28:00.732 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:59 UTC 2024]; root of context hierarchy] 01:28:00.732 [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@5ddc4cfd w/ reference org.knopflerfish.framework.ServiceReferenceImpl@4eb539de 01:28:00.733 [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@6969cd4c 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;@4451a80a, service.id=13} 01:28:00.733 [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:28:00.733 [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@5ddc4cfd w/ reference org.knopflerfish.framework.ServiceReferenceImpl@4eb539de 01:28:00.733 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4eb539de] was unregistered and unbound from the service proxy 01:28:00.733 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4eb539de] was unregistered and unbound from the service proxy 01:28:00.734 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:00.734 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:28:00.734 [Gemini Blueprint context shutdown thread 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:28:00.734 [Gemini Blueprint context shutdown thread 1] TRACE o.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:28:00.734 [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:00.734 [Gemini Blueprint 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:00.734 [Gemini Blueprint context shutdown thread 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:28:00.735 [Gemini Blueprint context 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:00.735 [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:00.735 [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:00.735 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:59 UTC 2024]; root of context hierarchy 01:28:00.735 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:27:59 UTC 2024]; root of context hierarchy] 01:28:00.735 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 01:28:00.736 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@4eb539de] 01:28:00.736 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:00.736 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:28:00.736 [Gemini Blueprint context shutdown thread 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:28:00.736 [Gemini Blueprint context shutdown thread 1] TRACE o.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:00.736 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:00.737 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28:00.738 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=20] for sending replayes events; last one was null 01:28:00.738 [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@1d94aca1 01:28:00.738 [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@19ab2bcb 01:28:00.739 [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:00.739 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:28:00.739 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:28:01,432 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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:01,573 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:28:01,576 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:28:01,601 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:01,654 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:28:01,658 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:28:01,665 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:01,675 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:28:01,683 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:28:01,683 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:28:01,685 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:28:01,685 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:28:01,685 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:28:01,686 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:28:01,686 |-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:01,686 |-INFO 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:01,686 |-INFO 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:01,686 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:28:01,686 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:28:01,687 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:28:01,687 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:28:01,687 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:28:01,687 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:28:01,687 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:28:01,687 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:28:01,688 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:28:01,688 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:28:01,689 |-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:28:01.813 [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:28:01.819 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:85 - Instantiating platform wrapper... 01:28:01.832 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi6644541925414897075kf 01:28:01.833 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:215 - About to start Knopflerfish OSGi Platform 01:28:01.946 [main] INFO o.e.g.b.i.s.CollectionImporterTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:28:01.951 [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:28:01.951 [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:28:01.953 [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:28:01.954 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:28:02.108 [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:28:02.126 [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:28:02.132 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:28:02.134 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:28:02.143 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:28:02.163 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:28:02.171 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:28:02.177 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:28:02.183 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:28:02.207 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:28:02.224 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:28:02.227 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:28:02.258 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:28:02.272 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:28:02.276 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:28:02.283 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:28:02.289 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:28:02.294 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/tccl.intf.bundle/target/tccl.intf-3.0.1.BUILD-SNAPSHOT.jar] 01:28:02.296 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/tccl.bundle/target/tccl-3.0.1.BUILD-SNAPSHOT.jar] 01:28:02.298 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.1.BUILD-SNAPSHOT.jar] 01:28:02.324 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:28:02.334 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:28:02.340 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:28:02.357 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:28:02.358 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:28:02.359 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:28:02.360 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:28:02.363 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:28:02.367 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:28:02.368 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:28:02.375 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:28:02.376 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:28:02.377 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:28:02.382 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:28:02.384 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:28:02.386 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:28:02,420 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:28:02,463 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:28:02,465 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:28:02,478 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:02,510 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:28:02,512 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:28:02,517 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:02,525 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1d61c288 - No compression will be used 01:28:02,530 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:28:02,530 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:28:02,532 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:28:02,532 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:28:02,533 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:28:02,533 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:28:02,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:28:02,534 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:28:02,534 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:28:02,534 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:28:02,535 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:28:02,535 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:28:02,535 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:28:02,535 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:28:02,536 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:28:02,536 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:28:02,536 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:28:02,537 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:28:02,537 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:28:02,538 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@62527254 - Registering current configuration as safe fallback point 01:28:02.570 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:28:02.583 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:28:02.746 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:28:02.747 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:28:02.752 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:28:02.756 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:28:02.761 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:02.762 [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:02.763 [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:02.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:28:02.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:28:02.765 [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:02.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:28:02.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:28:02.766 [BundleStart #16] 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:02.767 [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:02.767 [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:02.767 [BundleStart #16] DEBUG o.e.g.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:02.768 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:02.768 [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:02.769 [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:02.769 [BundleStart #16] DEBUG 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:02.769 [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:02.770 [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:02.771 [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:02.771 [BundleStart #16] DEBUG o.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:02.772 [BundleStart #16] 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:02.773 [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:02.774 [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:02.774 [BundleStart #16] DEBUG o.e.g.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:02.775 [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:02.775 [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:02.776 [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:02.776 [BundleStart #16] DEBUG o.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:02.776 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:02.777 [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:02.777 [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:02.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:28:02.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:28:02.778 [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:02.779 [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:02.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:28:02.779 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:28:02.780 [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:02.780 [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:02.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:28:02.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:28:02.781 [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:02.781 [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:02.782 [BundleStart #16] DEBUG o.e.g.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:02.782 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:28:02.782 [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:02.782 [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:02.783 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:28:02.783 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:02.784 [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:02.784 [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:02.785 [BundleStart #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:02.785 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:28:02.785 [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:02.785 [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:02.785 [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:02.786 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:02.786 [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:02.787 [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:02.787 [BundleStart #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:02.787 [BundleStart #16] 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:02.789 [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:02.789 [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:02.789 [BundleStart #16] DEBUG o.e.g.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:02.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:28:02.799 [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:02.802 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:28:02.802 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:28:02.805 [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:02.808 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:02.808 [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:28:02.808 [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:28:02.810 [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:02.813 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:02.824 [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:02.824 [BundleStart #16] DEBUG 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:02.825 [BundleStart #16] 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:02.827 [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:02.828 [BundleStart #16] DEBUG o.e.g.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:02.828 [BundleStart #16] 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:02.830 [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:02.830 [BundleStart #16] DEBUG o.e.g.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:02.831 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:02.832 [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:02.832 [BundleStart #16] DEBUG 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:02.833 [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:02.835 [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:02.835 [BundleStart #16] DEBUG o.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:02.835 [BundleStart #16] 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:02.837 [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:02.838 [BundleStart #16] DEBUG o.e.g.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:02.838 [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:02.857 [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:02.858 [BundleStart #16] DEBUG o.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:02.858 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:02.859 [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:02.859 [BundleStart #16] 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:02.859 [BundleStart #16] 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:02.860 [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:02.861 [BundleStart #16] DEBUG o.e.g.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:02.861 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:28:02.862 [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:02.862 [BundleStart #16] 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:02.863 [BundleStart #16] 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:02.864 [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:02.865 [BundleStart #16] DEBUG o.e.g.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:02.865 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:28:02.866 [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:02.866 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:28:02.866 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:02.868 [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:02.869 [BundleStart #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:02.869 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:28:02.869 [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:02.870 [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:02.870 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:02.871 [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:02.871 [BundleStart #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:02.871 [BundleStart #16] 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:02.875 [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:02.875 [BundleStart #16] DEBUG o.e.g.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:02.877 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:28:02.884 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:02.885 [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:02.885 [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:02.885 [BundleStart #17] DEBUG 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:02.885 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:02.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:28:02.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:28:02.887 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/tccl.intf.bundle/target/tccl.intf-3.0.1.BUILD-SNAPSHOT.jar] 01:28:02.889 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)] 01:28:02.889 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl.intf]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:02.889 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl.intf]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf) 01:28:02.889 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)] 01:28:02.890 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)] 01:28:02.890 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl.intf]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:02.891 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)] 01:28:02.891 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/tccl.bundle/target/tccl-3.0.1.BUILD-SNAPSHOT.jar] 01:28:02.892 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:02.892 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:02.893 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 01:28:02.893 [BundleStart #19] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:02.902 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-tccl is type compatible with extender gemini-blueprint-extender; processing bundle... 01:28:02.903 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:02.904 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:02.906 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:02.906 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:28:02.907 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:02.907 [EclipseGeminiBlueprintExtenderThread-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:28:02.908 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:02.908 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:02.908 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:02.908 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:02.909 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.1.BUILD-SNAPSHOT.jar] 01:28:02.911 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:02.912 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:02.912 [BundleStart #20] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 01:28:02.912 [BundleStart #20] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:02.913 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 01:28:02.913 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:02.913 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:02.914 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:02 UTC 2024]; root of context hierarchy 01:28:02.914 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:02.914 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:28:02.914 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:02.915 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:02.916 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:02.918 [main] INFO o.e.g.b.i.s.CollectionImporterTest:199 - org/eclipse/gemini/blueprint/iandt/servicedependency/CollectionImporterTest-bundle.properties was not found; using defaults 01:28:02.918 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:511 - Post processing: creating test bundle 01:28:02.921 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:28:02.958 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.servicedependency] 01:28:02.959 [main] INFO o.e.g.b.i.s.CollectionImporterTest:202 - Automatically creating Manifest for the test bundle 01:28:02.960 [main] INFO o.e.g.b.i.s.CollectionImporterTest:366 - Using the test class for generating bundle imports 01:28:02.962 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/servicedependency/CollectionImporterTest.class 01:28:02.962 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:460 - Package [org.eclipse.gemini.blueprint.iandt.servicedependency] is part of the test archive; parsing CollectionImporterTest bytecode to determine imports... 01:28:02.966 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:491 - Visiting class CollectionImporterTest 01:28:02.975 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 01:28:02.981 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:28:02.982 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:28:02.982 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:491 - Visiting class BaseIntegrationTest 01:28:02.985 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:28:02.985 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:28:02.985 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:28:02.987 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:28:02.988 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:28:02.988 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:28:02.989 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:28:02.989 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:28:02.990 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.servicedependency, org.eclipse.gemini.blueprint.iandt, java.lang, org.apache.commons.logging, org.osgi.framework, org.springframework.util, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.iandt.simpleservice, org.eclipse.gemini.blueprint.iandt.tccl, java.util, org.eclipse.gemini.blueprint.test, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.core.io, java.net} 01:28:02.990 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.servicedependency, java.lang, java.util, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 01:28:02.990 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:28:02.991 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:282 - Filtered imports are [org.apache.commons.logging, org.osgi.framework, org.springframework.util, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.iandt.simpleservice, org.eclipse.gemini.blueprint.iandt.tccl, org.eclipse.gemini.blueprint.test, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.core.io] 01:28:02.991 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest, Bundle-Name=TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.apache.commons.logging,org.osgi.framework,org.springframework.util,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.iandt.simpleservice,org.eclipse.gemini.blueprint.iandt.tccl,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.core.io, Manifest-Version=1.0] 01:28:02.991 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest, Bundle-Name=TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.apache.commons.logging,org.osgi.framework,org.springframework.util,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.iandt.simpleservice,org.eclipse.gemini.blueprint.iandt.tccl,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.core.io, Manifest-Version=1.0]] 01:28:02.992 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:28:02.992 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:28:02.992 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:28:02.992 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:28:02.993 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:28:02.993 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:28:02.993 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:28:02.993 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:28:02.994 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:28:02.994 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:28:02.994 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ 01:28:02.994 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/CollectionImporterTest.class 01:28:02.995 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ExporterWithOptionalAndMandatoryImportersTest.class 01:28:02.995 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/MultipleExportersDependingOnOneImporterTest.class 01:28:02.995 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SimpleBean.class 01:28:02.995 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SingleExportDependingOnMultipleImportTest.class 01:28:02.996 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-multi-collection-import.xml 01:28:02.996 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-single-import.xml 01:28:02.996 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/single-export-multi-import.xml 01:28:03.004 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:557 - Test bundle [TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest (TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest)] successfully installed 01:28:03.004 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:28:03.007 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest (TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest)] 01:28:03.007 [BundleStart #21] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:03.007 [BundleStart #21] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest (TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest) 01:28:03.008 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest (TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest)] 01:28:03.008 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest (TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest)] 01:28:03.008 [BundleStart #21] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:03.008 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest (TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest)] 01:28:03.009 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:562 - Test bundle [TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest (TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest)] successfully started 01:28:03.009 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:28:03.057 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:28:03.057 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:03.058 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:03.058 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:28:03.059 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:03.059 [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:03.059 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:28:03.060 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.tccl] triggers a context creation; waiting for it 01:28:03.061 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] incremented to 1 01:28:03.064 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:03.064 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:28:03.159 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:03.159 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:03.208 [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@1317ca67: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy 01:28:03.219 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:03.219 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:28:03.221 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.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:03.221 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:28:03.232 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:28:03.235 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@1317ca67: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy] 01:28:03.236 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:28:03.236 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@178c8754 01:28:03.237 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:28:03.237 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:28:03.237 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:03.237 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:28:03.238 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:28:03.238 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:03.238 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:03.238 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:28:03.239 [EclipseGeminiBlueprintExtenderThread-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:28:03.239 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:03.239 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:03.240 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:03 UTC 2024]; root of context hierarchy 01:28:03.240 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:28:03.242 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice-osgi.xml] 01:28:03.245 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:03.246 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:03.246 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:03.247 [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:03.289 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:03.290 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:03.301 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice.xml] 01:28:03.304 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:03.305 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:03.305 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:03.306 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:03.365 [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@f58ba06: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 01:28:03.366 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:03.366 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:28:03.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:28:03.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:28:03.368 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:28:03.368 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@f58ba06: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 01:28:03.369 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:28:03.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@178c8754 01:28:03.369 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:28:03.369 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:28:03.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.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:03.370 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:28:03.370 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:28:03.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.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:03.370 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:03.371 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:28:03.371 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:03.374 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@18f38e4c] 01:28:03.374 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@446c133b] 01:28:03.415 [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:03.416 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 01:28:03.417 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 01:28:03.418 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 01:28:03.418 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:28:03.420 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 01:28:03.421 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] is being tracked for dependencies 01:28:03.422 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends (transitively) on the following importers:{} 01:28:03.422 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends on importers:[] 01:28:03.422 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 01:28:03.423 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:28:03.423 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] started; all its dependencies are satisfied 01:28:03.424 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@2b5d00ed] 01:28:03.429 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:02 UTC 2024]; root of context hierarchy] 01:28:03.431 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0} 01:28:03.432 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, 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:03.457 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] decremented to 0 01:28:03.457 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:28:03.458 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.simpleservice] triggers a context creation; waiting for it 01:28:03.458 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] incremented to 1 01:28:03.458 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:03.459 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:28:03.461 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:28:03.462 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:03.463 [EclipseGeminiBlueprintExtenderThread-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:28:03.463 [EclipseGeminiBlueprintExtenderThread-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] Delaying for:0 01:28:03.466 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 01:28:03.467 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 01:28:03.467 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 01:28:03.467 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice.impl.MyServiceImpl] classes {} 01:28:03.468 [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:03.468 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 01:28:03.468 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6ea925f] 01:28:03.469 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:03 UTC 2024]; root of context hierarchy] 01:28:03.469 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.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:03.470 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, 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:03.471 [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:03.471 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:28:03.471 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=20] 01:28:03.472 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:28:03.473 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:28:03.473 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:28:03.474 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:28:03.475 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:28:03.476 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:28:03.476 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:28:03.477 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:28:03.478 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:28:03.479 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:28:03.479 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:28:03.480 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:28:03.481 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:28:03.481 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:28:03.481 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.iandt.tccl.intf] does not trigger a context creation. 01:28:03.483 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:28:03.484 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest] does not trigger a context creation. 01:28:03.484 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:364 - Writing test name [testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain] to OSGi 01:28:03.499 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain] for execution inside OSGi 01:28:03.499 [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:28:03.500 [main] INFO o.e.g.b.i.s.CollectionImporterTest:190 - Loading context for locations: org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-multi-collection-import.xml 01:28:03.501 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest, config=org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-multi-collection-import.xml): startup date [Sat Apr 27 01:28:03 UTC 2024]; root of context hierarchy 01:28:03.502 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:28:03.503 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://21/org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-multi-collection-import.xml] 01:28:03.506 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:03.507 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:03.507 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:03.508 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:03.563 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:03.564 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:03.586 [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:28:03.586 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:03.587 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:28:03.588 [main] TRACE o.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:03.588 [main] TRACE o.e.g.b.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:03.591 [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:28:03.591 [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:28:03.596 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.simpleservice.MyService} and filter=[] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 01:28:03.596 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 01:28:03.597 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:28:03.597 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:28:03.599 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 01:28:03.599 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@1424281c} 01:28:03.604 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=12} 01:28:03.619 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest(TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest)] scanning available bundles 01:28:03.620 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest(TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest)] scanning available bundles 01:28:03.621 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest(TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest)] scanning available bundles 01:28:03.621 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest(TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest)] scanning available bundles 01:28:03.622 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest(TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest)] scanning available bundles 01:28:03.626 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} and filter=[] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)] 01:28:03.626 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)] 01:28:03.626 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:28:03.626 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:28:03.627 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)] 01:28:03.627 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@4584c4ad, org.knopflerfish.framework.ServiceReferenceImpl@22494c17} 01:28:03.628 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [org.eclipse.gemini.blueprint.iandt.tccl] {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged,org.eclipse.gemini.blueprint.bean.name=service,org.springframework.osgi.bean.name=service,osgi.service.blueprint.compname=service,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl,Bundle-Version=1.0.0,service.id=9} 01:28:03.630 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [org.eclipse.gemini.blueprint.iandt.tccl] {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider,org.eclipse.gemini.blueprint.bean.name=service,org.springframework.osgi.bean.name=service,osgi.service.blueprint.compname=service,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl,Bundle-Version=1.0.0,service.id=10} 01:28:03.631 [main] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&exporterA] is being tracked for dependencies 01:28:03.632 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [exporterA] depends (transitively) on the following importers:{&serviceA} 01:28:03.632 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [exporterA] depends on importers:[&serviceA] 01:28:03.657 [main] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class java.util.HashMap] classes {class java.util.HashMap, interface java.util.Map, interface java.lang.Cloneable, interface java.io.Serializable, class java.util.AbstractMap} 01:28:03.658 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable, java.util.AbstractMap, java.util.HashMap, java.util.Map}] 01:28:03.658 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporterA] started; all its dependencies are satisfied 01:28:03.660 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBeanBeanInfo] required by [TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest(TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest)] scanning available bundles 01:28:03.661 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBeanCustomizer] required by [TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest(TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest)] scanning available bundles 01:28:03.663 [main] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&exporterB] is being tracked for dependencies 01:28:03.663 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [exporterB] depends (transitively) on the following importers:{&serviceC, &serviceA} 01:28:03.663 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [exporterB] depends on importers:[&serviceC, &serviceA] 01:28:03.664 [main] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean] classes {class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean} 01:28:03.664 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 01:28:03.664 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporterB] started; all its dependencies are satisfied 01:28:03.665 [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:28:03.665 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest, config=org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-multi-collection-import.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest, config=org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-multi-collection-import.xml): startup date [Sat Apr 27 01:28:03 UTC 2024]; root of context hierarchy] 01:28:03.665 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest, org.springframework.context.service.name=TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest, Bundle-SymbolicName=TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest, Bundle-Version=0.0.0} 01:28:03.666 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:28:03.689 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=12} 01:28:03.692 [BundleStop #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:28:03.692 [Gemini Blueprint 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:03.693 [Gemini Blueprint context shutdown thread 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:28:03.693 [Gemini Blueprint context 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:03.693 [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:03.694 [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:03.694 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:03 UTC 2024]; root of context hierarchy 01:28:03.695 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:03 UTC 2024]; root of context hierarchy] 01:28:03.697 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 01:28:03.698 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [exporterA] stopped; transitive OSGi dependency [serviceA] is unsatifised 01:28:03.699 [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:28:03.699 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [exporterB] stopped; transitive OSGi dependency [serviceA] is unsatifised 01:28:03.699 [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:28:03.700 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=12} 01:28:03.700 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@1424281c] 01:28:03.700 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:03.702 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:28:03.702 [Gemini Blueprint context shutdown thread 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:28:03.702 [Gemini Blueprint context shutdown thread 1] TRACE o.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:03.703 [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:28:03.703 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.tccl] {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged,org.eclipse.gemini.blueprint.bean.name=service,org.springframework.osgi.bean.name=service,osgi.service.blueprint.compname=service,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl,Bundle-Version=1.0.0,service.id=9} 01:28:03.704 [BundleStop #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:28:03.704 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:03.704 [Gemini Blueprint context shutdown thread 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:28:03.704 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:03.705 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:03.705 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 01:28:03.705 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:02 UTC 2024]; root of context hierarchy 01:28:03.705 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:02 UTC 2024]; root of context hierarchy] 01:28:03.706 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] 01:28:03.706 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@22494c17] 01:28:03.707 [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:03.707 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [exporterB] stopped; transitive OSGi dependency [serviceC] is unsatifised 01:28:03.708 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.tccl] {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged,org.eclipse.gemini.blueprint.bean.name=service,org.springframework.osgi.bean.name=service,osgi.service.blueprint.compname=service,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl,Bundle-Version=1.0.0,service.id=9} 01:28:03.708 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@4584c4ad] 01:28:03.708 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:03.709 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:28:03.709 [Gemini Blueprint context shutdown thread 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:28:03.709 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:28:03.710 [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:28:03.710 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:03.711 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:03.711 [BundleStart #20] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 01:28:03.711 [BundleStart #20] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:03.712 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 01:28:03.712 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:03.712 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:03.712 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:03.713 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:28:03.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@a2b19c2 01:28:03.713 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:03.713 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:03.713 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:03.714 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:03 UTC 2024]; root of context hierarchy 01:28:03.714 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:28:03.714 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:03.715 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:03.789 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice-osgi.xml] 01:28:03.790 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] incremented to 1 01:28:03.791 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:03.791 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:28:03.794 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:03.795 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:03.796 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:03.796 [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:03.815 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:03.816 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:03.822 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice.xml] 01:28:03.825 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:03.825 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:03.826 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:03.826 [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:03.859 [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@bdc7974: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 01:28:03.860 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:03.860 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:28:03.861 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.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:03.861 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.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:03.861 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:28:03.862 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@bdc7974: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 01:28:03.862 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:28:03.862 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@178c8754 01:28:03.862 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:28:03.862 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:28:03.862 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:03.863 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:28:03.863 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:28:03.863 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:03.863 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:03.863 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:28:03.863 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:03.864 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@ecf80d0] 01:28:03.864 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@6f26758b] Delaying for:0 01:28:03.866 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 01:28:03.866 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 01:28:03.866 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 01:28:03.866 [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:03.867 [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:03.867 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=17} 01:28:03.868 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&serviceA] is satisfied; checking the rest of the dependencies for exporter exporterA 01:28:03.868 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class java.util.HashMap] classes {class java.util.HashMap, interface java.util.Map, interface java.lang.Cloneable, interface java.io.Serializable, class java.util.AbstractMap} 01:28:03.868 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable, java.util.AbstractMap, java.util.HashMap, java.util.Map}] 01:28:03.869 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporterA] started; all its dependencies are satisfied 01:28:03.869 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&serviceA] is satisfied; checking the rest of the dependencies for exporter exporterB 01:28:03.869 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:286 - Exporter [exporterB] not started; there are still unsatisfied dependencies [&serviceC] 01:28:03.869 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 01:28:03.869 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@57c32eb7] 01:28:03.870 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:03 UTC 2024]; root of context hierarchy] 01:28:03.870 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, 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:03.871 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, 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:03.871 [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:03.871 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:28:03.871 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=20] 01:28:03.872 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:03.873 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:03.873 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 01:28:03.873 [BundleStart #19] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:03.873 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-tccl is type compatible with extender gemini-blueprint-extender; processing bundle... 01:28:03.874 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:03.874 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:03.874 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:03.874 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:28:03.874 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@a2b19c2 01:28:03.874 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:03.874 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:03.875 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:03.875 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:03.875 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:03 UTC 2024]; root of context hierarchy 01:28:03.875 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:03.875 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:28:03.875 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] incremented to 1 01:28:03.876 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:03.876 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 01:28:03.876 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:28:03.879 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:03.879 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:03.880 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:03.880 [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:03.895 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:03.896 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:03.902 [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@5ef90266: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy 01:28:03.903 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:03.903 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:28:03.903 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.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:03.903 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.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:03.904 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:28:03.904 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@5ef90266: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy] 01:28:03.904 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:28:03.904 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@178c8754 01:28:03.905 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:28:03.905 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:28:03.905 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:03.905 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:28:03.905 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:28:03.906 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:03.906 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:03.906 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:28:03.906 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:03.906 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@74fc7ee4] 01:28:03.906 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@72e4c394] 01:28:03.908 [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:03.909 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 01:28:03.909 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 01:28:03.909 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 01:28:03.909 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:28:03.910 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [org.eclipse.gemini.blueprint.iandt.tccl] {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged,org.eclipse.gemini.blueprint.bean.name=service,org.springframework.osgi.bean.name=service,osgi.service.blueprint.compname=service,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl,Bundle-Version=1.0.0,service.id=20} 01:28:03.910 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&serviceC] is satisfied; checking the rest of the dependencies for exporter exporterB 01:28:03.911 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean] classes {class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean} 01:28:03.911 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 01:28:03.911 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporterB] started; all its dependencies are satisfied 01:28:03.911 [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:03.912 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] is being tracked for dependencies 01:28:03.913 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends (transitively) on the following importers:{} 01:28:03.913 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends on importers:[] 01:28:03.913 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 01:28:03.913 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:28:03.913 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [org.eclipse.gemini.blueprint.iandt.tccl] {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider,org.eclipse.gemini.blueprint.bean.name=service,org.springframework.osgi.bean.name=service,osgi.service.blueprint.compname=service,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl,Bundle-Version=1.0.0,service.id=22} 01:28:03.914 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] started; all its dependencies are satisfied 01:28:03.914 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4f264ea7] 01:28:03.914 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:03 UTC 2024]; root of context hierarchy] 01:28:03.914 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0} 01:28:03.915 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, 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:03.915 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] decremented to 0 01:28:03.915 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:28:03.915 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:28:03.916 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:03.917 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:440 - Reading OSGi results for test [testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain] 01:28:03.918 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:447 - Test[testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain]'s result read 01:28:03.957 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:364 - Writing test name [testExporterAWhenImporterAGoesDownAndUp] to OSGi 01:28:03.958 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExporterAWhenImporterAGoesDownAndUp] for execution inside OSGi 01:28:03.959 [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:28:03.959 [main] INFO o.e.g.b.i.s.CollectionImporterTest:53 - Taking down serviceA... 01:28:03.959 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=17} 01:28:03.960 [BundleStop #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:28:03.960 [Gemini Blueprint 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:03.961 [Gemini Blueprint context shutdown thread 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:28:03.961 [Gemini Blueprint context 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:03.961 [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:03.961 [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:03.962 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:03 UTC 2024]; root of context hierarchy 01:28:03.962 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:03 UTC 2024]; root of context hierarchy] 01:28:03.962 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 01:28:03.962 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [exporterA] stopped; transitive OSGi dependency [serviceA] is unsatifised 01:28:03.963 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@b959863] 01:28:03.963 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [exporterB] stopped; transitive OSGi dependency [serviceA] is unsatifised 01:28:03.963 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@41e13268] 01:28:03.964 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=17} 01:28:03.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@792e4e96] 01:28:03.964 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:03.964 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:28:03.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@a2b19c2 01:28:03.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.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:28:03.965 [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:28:03.965 [main] INFO o.e.g.b.i.s.CollectionImporterTest:56 - Putting up serviceA... 01:28:03.966 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:03.967 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:03.967 [BundleStart #20] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 01:28:03.967 [BundleStart #20] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:03.968 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 01:28:03.969 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:03.969 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:03.969 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:03.969 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:28:03.969 [EclipseGeminiBlueprintExtenderThread-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:28:03.969 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:03.969 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:03.969 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:03.970 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:03 UTC 2024]; root of context hierarchy 01:28:03.970 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:28:03.970 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:03.971 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:03.971 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] incremented to 1 01:28:03.971 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:03.972 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:28:03.972 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice-osgi.xml] 01:28:03.974 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:03.975 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:03.975 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:03.976 [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:03.989 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:03.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:28:03.995 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice.xml] 01:28:03.998 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:03.999 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:03.999 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:04.000 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:04.013 [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@72e71036: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 01:28:04.013 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:04.013 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:28:04.014 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:28:04.014 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:28:04.015 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:28:04.015 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@72e71036: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 01:28:04.015 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:28:04.015 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@178c8754 01:28:04.015 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:28:04.015 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:28:04.016 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:04.016 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:28:04.016 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:28:04.016 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:04.016 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:04.016 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:28:04.016 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:04.017 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@2b5852dd] 01:28:04.017 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@4d5267d8] Delaying for:0 01:28:04.018 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 01:28:04.019 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 01:28:04.019 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 01:28:04.019 [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:04.019 [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:04.020 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=24} 01:28:04.020 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&serviceA] is satisfied; checking the rest of the dependencies for exporter exporterA 01:28:04.020 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class java.util.HashMap] classes {class java.util.HashMap, interface java.util.Map, interface java.lang.Cloneable, interface java.io.Serializable, class java.util.AbstractMap} 01:28:04.021 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable, java.util.AbstractMap, java.util.HashMap, java.util.Map}] 01:28:04.021 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporterA] started; all its dependencies are satisfied 01:28:04.021 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&serviceA] is satisfied; checking the rest of the dependencies for exporter exporterB 01:28:04.056 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean] classes {class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean} 01:28:04.057 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 01:28:04.057 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporterB] started; all its dependencies are satisfied 01:28:04.057 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 01:28:04.057 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@1304ece2] 01:28:04.058 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:03 UTC 2024]; root of context hierarchy] 01:28:04.058 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.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:04.059 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:28:04.059 [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:04.059 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:28:04.059 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=20] 01:28:04.060 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:04.060 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:440 - Reading OSGi results for test [testExporterAWhenImporterAGoesDownAndUp] 01:28:04.060 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:447 - Test[testExporterAWhenImporterAGoesDownAndUp]'s result read 01:28:04.061 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:364 - Writing test name [testExporterBWhenImporterAGoesDownAndUp] to OSGi 01:28:04.061 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExporterBWhenImporterAGoesDownAndUp] for execution inside OSGi 01:28:04.062 [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:28:04.062 [main] INFO o.e.g.b.i.s.CollectionImporterTest:64 - Taking down serviceA... 01:28:04.063 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=24} 01:28:04.064 [BundleStop #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:28:04.064 [Gemini Blueprint 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:04.064 [Gemini Blueprint context shutdown thread 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:28:04.064 [Gemini Blueprint context 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:04.064 [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:04.065 [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:04.065 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:03 UTC 2024]; root of context hierarchy 01:28:04.065 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:03 UTC 2024]; root of context hierarchy] 01:28:04.066 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 01:28:04.066 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [exporterA] stopped; transitive OSGi dependency [serviceA] is unsatifised 01:28:04.066 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@85d0b93] 01:28:04.067 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [exporterB] stopped; transitive OSGi dependency [serviceA] is unsatifised 01:28:04.067 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@56efc1e7] 01:28:04.067 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=24} 01:28:04.068 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@61fa73cb] 01:28:04.068 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:04.068 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:28:04.068 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@a2b19c2 01:28:04.069 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:28:04.069 [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:28:04.069 [main] INFO o.e.g.b.i.s.CollectionImporterTest:67 - Putting up serviceA... 01:28:04.070 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:04.071 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:04.071 [BundleStart #20] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 01:28:04.071 [BundleStart #20] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:04.072 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 01:28:04.072 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:04.072 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:04.072 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:04.072 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:28:04.073 [EclipseGeminiBlueprintExtenderThread-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:28:04.073 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:04.073 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:04.073 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:04.073 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:04 UTC 2024]; root of context hierarchy 01:28:04.074 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:28:04.074 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:04.075 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:04.075 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice-osgi.xml] 01:28:04.075 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] incremented to 1 01:28:04.076 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:04.076 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:28:04.078 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:04.078 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:04.079 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:04.079 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:04.091 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:04.091 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:04.097 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice.xml] 01:28:04.099 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:04.100 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:04.100 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:04.101 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:04.112 [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@6369fd63: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 01:28:04.113 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:04.113 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:28:04.113 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:28:04.113 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:28:04.115 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:28:04.115 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@6369fd63: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 01:28:04.115 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:28:04.115 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@178c8754 01:28:04.115 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:28:04.115 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:28:04.115 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:04.116 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:28:04.116 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:28:04.116 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:04.116 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:04.116 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:28:04.116 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:04.116 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@3a49199d] 01:28:04.117 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@6023466c] Delaying for:0 01:28:04.118 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 01:28:04.118 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 01:28:04.119 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 01:28:04.119 [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:04.119 [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:04.119 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=28} 01:28:04.120 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&serviceA] is satisfied; checking the rest of the dependencies for exporter exporterA 01:28:04.120 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class java.util.HashMap] classes {class java.util.HashMap, interface java.util.Map, interface java.lang.Cloneable, interface java.io.Serializable, class java.util.AbstractMap} 01:28:04.120 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable, java.util.AbstractMap, java.util.HashMap, java.util.Map}] 01:28:04.121 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporterA] started; all its dependencies are satisfied 01:28:04.121 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&serviceA] is satisfied; checking the rest of the dependencies for exporter exporterB 01:28:04.121 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean] classes {class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean} 01:28:04.121 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 01:28:04.157 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporterB] started; all its dependencies are satisfied 01:28:04.157 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 01:28:04.157 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@7700744] 01:28:04.157 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:04 UTC 2024]; root of context hierarchy] 01:28:04.158 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.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:04.159 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:28:04.159 [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:04.159 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:28:04.159 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=20] 01:28:04.159 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:04.160 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:440 - Reading OSGi results for test [testExporterBWhenImporterAGoesDownAndUp] 01:28:04.160 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:447 - Test[testExporterBWhenImporterAGoesDownAndUp]'s result read Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.352 sec - in org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest 01:28:04.164 [Thread-3] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest (TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest) 01:28:04.164 [Thread-0] INFO o.e.g.b.i.s.CollectionImporterTest:471 - Shutting down OSGi platform 01:28:04.165 [Thread-3] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest, config=org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-multi-collection-import.xml): startup date [Sat Apr 27 01:28:03 UTC 2024]; root of context hierarchy 01:28:04.165 [Thread-3] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest, config=org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-multi-collection-import.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest, config=org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-multi-collection-import.xml): startup date [Sat Apr 27 01:28:03 UTC 2024]; root of context hierarchy] 01:28:04.165 [Thread-3] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [exporterB] 01:28:04.165 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:04.165 [Thread-3] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@37e69f6e] 01:28:04.166 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19], BundleImpl[id=20]] 01:28:04.166 [Thread-3] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [exporterA] 01:28:04.166 [Thread-3] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@4d8cb095] 01:28:04.167 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.tccl has unused registered services; added for shutdown 01:28:04.167 [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:04.168 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=20], BundleImpl[id=19]] 01:28:04.168 [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:04.169 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:04.169 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@a2b19c2 01:28:04.169 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:04.169 [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:04.169 [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:04.170 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:04 UTC 2024]; root of context hierarchy 01:28:04.170 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:04 UTC 2024]; root of context hierarchy] 01:28:04.170 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 01:28:04.171 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@3f7bd316] 01:28:04.171 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:04.171 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:28:04.171 [Gemini Blueprint context shutdown thread 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:28:04.171 [Gemini Blueprint context shutdown thread 1] TRACE o.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:04.172 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:28:04.172 [Thread-3] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ServiceReferenceProxy] required by [TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest(TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest)] scanning available bundles 01:28:04.172 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:04.172 [Gemini Blueprint context shutdown thread 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:28:04.172 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:04.172 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:04.173 [Thread-3] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:04.173 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 01:28:04.173 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:03 UTC 2024]; root of context hierarchy 01:28:04.173 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:03 UTC 2024]; root of context hierarchy] 01:28:04.174 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] 01:28:04.174 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@374ac773] 01:28:04.174 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 01:28:04.174 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@154dbb36] 01:28:04.175 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:04.175 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:28:04.175 [Gemini Blueprint context shutdown thread 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:28:04.175 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:28:04.176 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:04.176 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28:04.176 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:04.176 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:28:04.176 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:04.176 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28:04.177 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=21] for sending replayes events; last one was null 01:28:04.178 [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:28:04.178 [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:28:04.178 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=18] for sending replayes events; last one was null 01:28:04.178 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=17] for sending replayes events; last one was null 01:28:04.178 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:28:04.179 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:28:04,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:28:05,004 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:28:05,007 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:28:05,030 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:05,078 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:28:05,081 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:28:05,087 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:05,098 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1f28c152 - No compression will be used 01:28:05,106 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:28:05,106 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:28:05,108 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:28:05,108 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:28:05,108 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:28:05,108 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:28:05,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:28:05,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:28:05,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:28:05,109 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:28:05,110 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:28:05,110 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:28:05,110 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:28:05,110 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:28:05,110 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:28:05,111 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:28:05,111 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:28:05,112 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:28:05,112 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:28:05,113 |-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:28:05.235 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:28:05.240 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:85 - Instantiating platform wrapper... 01:28:05.252 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi6801883551003695148kf 01:28:05.253 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:215 - About to start Knopflerfish OSGi Platform 01:28:05.376 [main] INFO o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:28:05.380 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:28:05.381 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:28:05.383 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:28:05.384 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:28:05.527 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:28:05.543 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:28:05.548 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:28:05.550 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:28:05.563 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:28:05.574 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:28:05.576 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:28:05.581 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:28:05.586 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:28:05.601 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:28:05.611 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:28:05.613 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:28:05.617 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:28:05.657 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:28:05.661 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:28:05.666 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:28:05.670 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:28:05.674 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/tccl.intf.bundle/target/tccl.intf-3.0.1.BUILD-SNAPSHOT.jar] 01:28:05.676 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/tccl.bundle/target/tccl-3.0.1.BUILD-SNAPSHOT.jar] 01:28:05.694 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:28:05.702 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:28:05.708 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:28:05.710 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:28:05.711 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:28:05.711 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:28:05.712 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:28:05.715 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:28:05.719 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:28:05.720 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:28:05.727 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:28:05.727 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:28:05.728 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:28:05.732 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:28:05.733 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:28:05.735 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:28:05,782 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:28:05,822 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:28:05,825 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:28:05,836 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:05,861 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:28:05,863 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:28:05,868 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:05,876 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@610db2fa - No compression will be used 01:28:05,881 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:28:05,881 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:28:05,882 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:28:05,883 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:28:05,883 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:28:05,883 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:28:05,883 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:28:05,884 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:28:05,884 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:28:05,884 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:28:05,884 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:28:05,885 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:28:05,885 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:28:05,885 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:28:05,885 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:28:05,885 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:28:05,886 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:28:05,886 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:28:05,886 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:28:05,887 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@37eef49f - Registering current configuration as safe fallback point 01:28:05.901 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:28:05.912 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:28:06.098 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:28:06.103 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:28:06.108 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:28:06.111 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:28:06.116 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:06.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:28:06.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:28:06.118 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:06.118 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:28:06.120 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:06.120 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 01:28:06.120 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:28:06.121 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:28:06.122 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:06.122 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 01:28:06.122 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:28:06.122 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:06.123 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:06.123 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 01:28:06.123 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:06.123 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:28:06.124 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:06.124 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 01:28:06.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:28:06.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:28:06.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:28:06.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:28:06.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:28:06.127 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:28:06.127 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:06.127 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 01:28:06.127 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:28:06.128 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:06.128 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:06.128 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 01:28:06.129 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:06.129 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:28:06.129 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:06.130 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 01:28:06.130 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:28:06.130 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:28:06.131 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:06.131 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 01:28:06.131 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:28:06.131 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:28:06.132 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:06.132 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 01:28:06.132 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:28:06.133 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:28:06.133 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:06.133 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 01:28:06.133 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:28:06.134 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:06.135 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:06.135 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 01:28:06.135 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:06.135 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:28:06.135 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:06.136 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 01:28:06.136 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:28:06.136 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:06.136 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:06.136 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 01:28:06.137 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:06.137 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:28:06.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:28:06.139 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 01:28:06.139 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:28:06.148 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:28:06.148 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:28:06.151 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:28:06.152 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:28:06.155 [BundleStart #16] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:28:06.157 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:06.158 [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:28:06.158 [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:28:06.159 [BundleStart #16] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 01:28:06.163 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:06.173 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:06.174 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:06.174 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:28:06.177 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:06.177 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:28:06.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:28:06.179 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:06.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:28:06.180 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:06.181 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:06.181 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:06.181 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:28:06.182 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:06.183 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:28:06.183 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:28:06.185 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:06.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:28:06.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:28:06.187 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:06.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:28:06.187 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:06.188 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:06.189 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:06.189 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:28:06.190 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:06.190 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:28:06.190 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:28:06.192 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:06.192 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:28:06.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:06.194 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:06.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:06.195 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:28:06.195 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:06.195 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:28:06.196 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:06.198 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:06.198 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:06.198 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:28:06.199 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:06.199 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:28:06.199 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:06.200 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:06.200 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:06.200 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:28:06.204 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:06.204 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:28:06.205 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:28:06.212 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:06.213 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:06.213 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 01:28:06.213 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:06.213 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:06.215 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:06.215 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:06.215 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:319 - Starting [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/tccl.intf.bundle/target/tccl.intf-3.0.1.BUILD-SNAPSHOT.jar] 01:28:06.216 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)] 01:28:06.217 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl.intf]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:06.217 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl.intf]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf) 01:28:06.217 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)] 01:28:06.217 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)] 01:28:06.218 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl.intf]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:06.218 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)] 01:28:06.218 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:319 - Starting [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/tccl.bundle/target/tccl-3.0.1.BUILD-SNAPSHOT.jar] 01:28:06.219 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:06.220 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:06.220 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 01:28:06.220 [BundleStart #19] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:06.229 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-tccl is type compatible with extender gemini-blueprint-extender; processing bundle... 01:28:06.230 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:06.230 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:06.233 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:06.233 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:28:06.233 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:06.233 [EclipseGeminiBlueprintExtenderThread-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:28:06.234 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:06.234 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:06.234 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:06.234 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:06.236 [main] INFO o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:199 - org/eclipse/gemini/blueprint/iandt/servicedependency/MultipleExportersDependingOnOneImporterTest-bundle.properties was not found; using defaults 01:28:06.236 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:511 - Post processing: creating test bundle 01:28:06.239 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:06 UTC 2024]; root of context hierarchy 01:28:06.260 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:28:06.268 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.servicedependency] 01:28:06.269 [main] INFO o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:202 - Automatically creating Manifest for the test bundle 01:28:06.269 [main] INFO o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:366 - Using the test class for generating bundle imports 01:28:06.272 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/servicedependency/MultipleExportersDependingOnOneImporterTest.class 01:28:06.272 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:460 - Package [org.eclipse.gemini.blueprint.iandt.servicedependency] is part of the test archive; parsing MultipleExportersDependingOnOneImporterTest bytecode to determine imports... 01:28:06.276 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:491 - Visiting class MultipleExportersDependingOnOneImporterTest 01:28:06.290 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:28:06.290 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:28:06.290 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:491 - Visiting class BaseIntegrationTest 01:28:06.293 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 01:28:06.294 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:28:06.294 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:28:06.294 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:28:06.296 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:28:06.296 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:28:06.296 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:28:06.297 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:28:06.297 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:28:06.298 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.servicedependency, org.eclipse.gemini.blueprint.iandt, java.lang, org.eclipse.gemini.blueprint.iandt.tccl, java.util, org.osgi.framework, org.springframework.util, org.springframework.context, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.core.io, java.net} 01:28:06.298 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.servicedependency, java.lang, java.util, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 01:28:06.298 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:28:06.298 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:282 - Filtered imports are [org.eclipse.gemini.blueprint.iandt.tccl, org.osgi.framework, org.springframework.util, org.springframework.context, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.core.io] 01:28:06.299 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest, Bundle-Name=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.iandt.tccl,org.osgi.framework,org.springframework.util,org.springframework.context,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.core.io, Manifest-Version=1.0] 01:28:06.299 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest, Bundle-Name=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.iandt.tccl,org.osgi.framework,org.springframework.util,org.springframework.context,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.core.io, Manifest-Version=1.0]] 01:28:06.299 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:28:06.299 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:28:06.300 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:28:06.300 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:28:06.300 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:28:06.300 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:28:06.300 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:28:06.300 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:28:06.301 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:28:06.301 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:28:06.301 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ 01:28:06.301 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/CollectionImporterTest.class 01:28:06.301 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ExporterWithOptionalAndMandatoryImportersTest.class 01:28:06.302 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/MultipleExportersDependingOnOneImporterTest.class 01:28:06.302 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SimpleBean.class 01:28:06.302 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SingleExportDependingOnMultipleImportTest.class 01:28:06.302 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-multi-collection-import.xml 01:28:06.302 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-single-import.xml 01:28:06.302 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/single-export-multi-import.xml 01:28:06.310 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:557 - Test bundle [TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest (TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest)] successfully installed 01:28:06.310 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:28:06.358 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest (TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest)] 01:28:06.359 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:06.359 [BundleStart #20] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest (TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest) 01:28:06.359 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest (TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest)] 01:28:06.359 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest (TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest)] 01:28:06.360 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:06.360 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest (TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest)] 01:28:06.360 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:562 - Test bundle [TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest (TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest)] successfully started 01:28:06.361 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:28:06.362 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:28:06.363 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:28:06.364 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:28:06.365 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.tccl] triggers a context creation; waiting for it 01:28:06.366 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] incremented to 1 01:28:06.368 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:06.368 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:28:06.376 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:06.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:28:06.377 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:06.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:28:06.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:28:06.474 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:06.521 [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@2b66dac4: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy 01:28:06.532 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:06.533 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:28:06.534 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.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:06.535 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.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:06.561 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:28:06.565 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@2b66dac4: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy] 01:28:06.566 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:28:06.566 [EclipseGeminiBlueprintExtenderThread-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:28:06.566 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:28:06.567 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:28:06.567 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:06.567 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:28:06.567 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:28:06.568 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:06.568 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:06.568 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:28:06.569 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:06.572 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1ff9ce52] 01:28:06.572 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@400a77fc] 01:28:06.612 [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:06.614 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 01:28:06.614 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 01:28:06.616 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 01:28:06.616 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:28:06.618 [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:06.619 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] is being tracked for dependencies 01:28:06.620 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends (transitively) on the following importers:{} 01:28:06.620 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends on importers:[] 01:28:06.620 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 01:28:06.621 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:28:06.621 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] started; all its dependencies are satisfied 01:28:06.623 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@5524c8ad] 01:28:06.626 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:06 UTC 2024]; root of context hierarchy] 01:28:06.628 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0} 01:28:06.629 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, 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:06.629 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] decremented to 0 01:28:06.630 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:28:06.630 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest] does not trigger a context creation. 01:28:06.631 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:28:06.632 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:28:06.632 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:28:06.633 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:28:06.633 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:28:06.634 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:28:06.634 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:28:06.635 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:28:06.636 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:28:06.636 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:28:06.637 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:28:06.638 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:28:06.639 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:28:06.639 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:28:06.640 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:28:06.640 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.iandt.tccl.intf] does not trigger a context creation. 01:28:06.642 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:28:06.643 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:364 - Writing test name [testTwoExportersWithTheSameImporter] to OSGi 01:28:06.657 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testTwoExportersWithTheSameImporter] for execution inside OSGi 01:28:06.657 [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:28:06.658 [main] INFO o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:190 - Loading context for locations: org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-single-import.xml 01:28:06.659 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest, config=org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-single-import.xml): startup date [Sat Apr 27 01:28:06 UTC 2024]; root of context hierarchy 01:28:06.660 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:28:06.661 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-single-import.xml] 01:28:06.666 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:06.667 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:06.668 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:06.669 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:06.706 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:06.707 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:06.721 [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:28:06.722 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:06.722 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:28:06.723 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:28:06.723 [main] TRACE o.e.g.b.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:06.725 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@564fabc8] 01:28:06.725 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@16d04d3d] 01:28:06.729 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} and filter=[] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)] 01:28:06.730 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)] 01:28:06.730 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:28:06.758 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:28:06.770 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest(TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest)] scanning available bundles 01:28:06.772 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest(TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest)] scanning available bundles 01:28:06.772 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest(TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest)] scanning available bundles 01:28:06.773 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest(TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest)] scanning available bundles 01:28:06.774 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest(TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest)] scanning available bundles 01:28:06.778 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)] 01:28:06.779 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@63553a75} 01:28:06.780 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@63553a75] bound to proxy 01:28:06.780 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@63553a75] bound to proxy 01:28:06.782 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[] in=[(objectClass=java.awt.Shape)] 01:28:06.783 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.awt.Shape)] in=[(objectClass=java.awt.Shape)] 01:28:06.783 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:28:06.784 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:28:06.789 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 01:28:06.790 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 01:28:06.791 [main] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&map-exporter] is being tracked for dependencies 01:28:06.792 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [map-exporter] depends (transitively) on the following importers:{&mandatory, &optional} 01:28:06.792 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:238 - Importer [&optional] is optional; skipping it 01:28:06.793 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [map-exporter] depends on importers:[&mandatory] 01:28:06.798 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ServiceReferenceProxy] required by [TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest(TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest)] scanning available bundles 01:28:06.799 [main] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class java.util.HashMap] classes {interface java.util.Map, interface java.lang.Cloneable, interface java.io.Serializable} 01:28:06.800 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable, java.util.Map}] 01:28:06.800 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [map-exporter] started; all its dependencies are satisfied 01:28:06.802 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBeanBeanInfo] required by [TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest(TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest)] scanning available bundles 01:28:06.803 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBeanCustomizer] required by [TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest(TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest)] scanning available bundles 01:28:06.805 [main] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&bean-exporter] is being tracked for dependencies 01:28:06.805 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [bean-exporter] depends (transitively) on the following importers:{&mandatory} 01:28:06.805 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [bean-exporter] depends on importers:[&mandatory] 01:28:06.806 [main] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean] classes {class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean} 01:28:06.806 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 01:28:06.807 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [bean-exporter] started; all its dependencies are satisfied 01:28:06.807 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@dd05255] 01:28:06.808 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest, config=org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-single-import.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest, config=org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-single-import.xml): startup date [Sat Apr 27 01:28:06 UTC 2024]; root of context hierarchy] 01:28:06.808 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest, org.springframework.context.service.name=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest, Bundle-SymbolicName=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest, Bundle-Version=0.0.0} 01:28:06.809 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:28:06.832 [BundleStop #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:28:06.857 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:06.857 [Gemini Blueprint context shutdown thread 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:28:06.858 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:06.858 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:06.859 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 01:28:06.859 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:06 UTC 2024]; root of context hierarchy 01:28:06.859 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:06 UTC 2024]; root of context hierarchy] 01:28:06.861 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] 01:28:06.862 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@63553a75] bound to proxy 01:28:06.862 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@63553a75] bound to proxy 01:28:06.863 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&mandatory] is satisfied; checking the rest of the dependencies for exporter map-exporter 01:28:06.863 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [map-exporter] started; all its dependencies are satisfied 01:28:06.863 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&mandatory] is satisfied; checking the rest of the dependencies for exporter bean-exporter 01:28:06.863 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [bean-exporter] started; all its dependencies are satisfied 01:28:06.864 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@6ca5289a] 01:28:06.864 [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:06.865 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@63553a75] was unregistered and unbound from the service proxy 01:28:06.865 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@63553a75] was unregistered and unbound from the service proxy 01:28:06.865 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [map-exporter] stopped; transitive OSGi dependency [mandatory] is unsatifised 01:28:06.866 [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:28:06.866 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [bean-exporter] stopped; transitive OSGi dependency [mandatory] is unsatifised 01:28:06.867 [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:28:06.867 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@63553a75] 01:28:06.868 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:06.869 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:28:06.869 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@4ddfd7e 01:28:06.870 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:28:06.871 [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:28:06.871 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:06.871 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:06.872 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 01:28:06.872 [BundleStart #19] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:06.872 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-tccl is type compatible with extender gemini-blueprint-extender; processing bundle... 01:28:06.873 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:06.873 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:06.873 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:06.873 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:28:06.873 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:06.873 [EclipseGeminiBlueprintExtenderThread-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:28:06.874 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:06.874 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:06.874 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:06.874 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:06 UTC 2024]; root of context hierarchy 01:28:06.874 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:06.875 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:28:06.875 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] incremented to 1 01:28:06.876 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:06.876 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 01:28:06.876 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:28:06.880 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:06.881 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:06.882 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:06.882 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:06.907 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:06.908 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:06.919 [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@60a8fddc: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy 01:28:06.919 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:06.919 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:28:06.920 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.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:06.920 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.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:06.921 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:28:06.956 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@60a8fddc: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy] 01:28:06.957 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:28:06.957 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@3aff7e01 01:28:06.957 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:28:06.958 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:28:06.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.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:06.958 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:28:06.958 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:28:06.959 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:06.959 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:06.959 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:28:06.959 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:06.960 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@8c8ed94] 01:28:06.960 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@64cf8d4] 01:28:06.963 [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:06.963 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 01:28:06.963 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 01:28:06.964 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 01:28:06.964 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:28:06.965 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2b30bef5] bound to proxy 01:28:06.965 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2b30bef5] bound to proxy 01:28:06.965 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&mandatory] is satisfied; checking the rest of the dependencies for exporter map-exporter 01:28:06.966 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class java.util.HashMap] classes {interface java.util.Map, interface java.lang.Cloneable, interface java.io.Serializable} 01:28:06.966 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable, java.util.Map}] 01:28:06.966 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [map-exporter] started; all its dependencies are satisfied 01:28:06.967 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&mandatory] is satisfied; checking the rest of the dependencies for exporter bean-exporter 01:28:06.967 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean] classes {class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean} 01:28:06.967 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 01:28:06.968 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [bean-exporter] started; all its dependencies are satisfied 01:28:06.968 [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:06.969 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] is being tracked for dependencies 01:28:06.970 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends (transitively) on the following importers:{} 01:28:06.970 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends on importers:[] 01:28:06.970 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 01:28:06.971 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:28:06.971 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3d31096] not bound to proxy 01:28:06.971 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3d31096] not bound to proxy 01:28:06.972 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] started; all its dependencies are satisfied 01:28:06.972 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@3d244ba4] 01:28:06.972 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:06 UTC 2024]; root of context hierarchy] 01:28:06.973 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0} 01:28:06.974 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, 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:06.974 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] decremented to 0 01:28:06.975 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:28:06.975 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:28:06.975 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:06.976 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:440 - Reading OSGi results for test [testTwoExportersWithTheSameImporter] 01:28:06.976 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:447 - Test[testTwoExportersWithTheSameImporter]'s result read 01:28:06.978 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:364 - Writing test name [testDirectExporterImporterDependency] to OSGi 01:28:06.978 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDirectExporterImporterDependency] for execution inside OSGi 01:28:06.979 [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:28:06.979 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest on registration ServiceReference [TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest] {java.io.Serializable, java.lang.Cloneable, java.util.Map}={org.eclipse.gemini.blueprint.bean.name=map,org.springframework.osgi.bean.name=map,osgi.service.blueprint.compname=map,Bundle-SymbolicName=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest,Bundle-Version=0.0.0,service.id=16} 01:28:06.980 [BundleStop #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:28:06.981 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:06.981 [Gemini Blueprint context shutdown thread 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:28:06.981 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:06.981 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:06.981 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 01:28:06.982 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:06 UTC 2024]; root of context hierarchy 01:28:06.982 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:06 UTC 2024]; root of context hierarchy] 01:28:06.983 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] 01:28:06.983 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2b30bef5] bound to proxy 01:28:06.983 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2b30bef5] bound to proxy 01:28:06.984 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&mandatory] is satisfied; checking the rest of the dependencies for exporter map-exporter 01:28:06.984 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [map-exporter] started; all its dependencies are satisfied 01:28:06.984 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&mandatory] is satisfied; checking the rest of the dependencies for exporter bean-exporter 01:28:06.985 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [bean-exporter] started; all its dependencies are satisfied 01:28:06.985 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@3d31096] 01:28:06.985 [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:06.986 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2b30bef5] was unregistered and unbound from the service proxy 01:28:06.986 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2b30bef5] was unregistered and unbound from the service proxy 01:28:06.986 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [map-exporter] stopped; transitive OSGi dependency [mandatory] is unsatifised 01:28:06.987 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest on registration ServiceReference [TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest] {java.io.Serializable, java.lang.Cloneable, java.util.Map}={org.eclipse.gemini.blueprint.bean.name=map,org.springframework.osgi.bean.name=map,osgi.service.blueprint.compname=map,Bundle-SymbolicName=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest,Bundle-Version=0.0.0,service.id=16} 01:28:06.987 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@64db524a] 01:28:07.062 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [bean-exporter] stopped; transitive OSGi dependency [mandatory] is unsatifised 01:28:07.063 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@5b08c5d] 01:28:07.063 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@2b30bef5] 01:28:07.064 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:07.064 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:28:07.064 [Gemini Blueprint context shutdown thread 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:28:07.064 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:28:07.065 [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:28:07.066 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:07.066 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:07.067 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 01:28:07.067 [BundleStart #19] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:07.067 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-tccl is type compatible with extender gemini-blueprint-extender; processing bundle... 01:28:07.068 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:07.068 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:07.068 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:07.068 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:28:07.068 [EclipseGeminiBlueprintExtenderThread-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:28:07.068 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:07.069 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:07.069 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:07.069 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:07.069 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:07 UTC 2024]; root of context hierarchy 01:28:07.069 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:07.070 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:28:07.070 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] incremented to 1 01:28:07.070 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:07.070 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:28:07.071 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 01:28:07.074 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:07.074 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:07.075 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:07.075 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:07.094 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:07.094 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:07.103 [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@49d29c34: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy 01:28:07.103 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:07.103 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:28:07.104 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:28:07.104 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:28:07.105 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:28:07.105 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@49d29c34: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy] 01:28:07.105 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:28:07.106 [EclipseGeminiBlueprintExtenderThread-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:28:07.106 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:28:07.106 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:28:07.106 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:07.106 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:28:07.107 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:28:07.107 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:07.107 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:07.107 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:28:07.107 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:07.108 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1643e1a5] 01:28:07.108 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@7483e31] 01:28:07.110 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 01:28:07.110 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 01:28:07.111 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 01:28:07.111 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 01:28:07.111 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:28:07.111 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@23eadae0] bound to proxy 01:28:07.112 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@23eadae0] bound to proxy 01:28:07.112 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&mandatory] is satisfied; checking the rest of the dependencies for exporter map-exporter 01:28:07.112 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class java.util.HashMap] classes {interface java.util.Map, interface java.lang.Cloneable, interface java.io.Serializable} 01:28:07.112 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable, java.util.Map}] 01:28:07.113 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [map-exporter] started; all its dependencies are satisfied 01:28:07.113 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&mandatory] is satisfied; checking the rest of the dependencies for exporter bean-exporter 01:28:07.113 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean] classes {class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean} 01:28:07.114 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 01:28:07.114 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [bean-exporter] started; all its dependencies are satisfied 01:28:07.114 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 01:28:07.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:28:07.116 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends (transitively) on the following importers:{} 01:28:07.116 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends on importers:[] 01:28:07.116 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 01:28:07.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:28:07.117 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4b97aea2] not bound to proxy 01:28:07.117 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4b97aea2] not bound to proxy 01:28:07.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:28:07.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@c12bdb] 01:28:07.118 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:07 UTC 2024]; root of context hierarchy] 01:28:07.118 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0} 01:28:07.119 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:28:07.119 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] decremented to 0 01:28:07.119 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:28:07.119 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:28:07.120 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:07.120 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:440 - Reading OSGi results for test [testDirectExporterImporterDependency] 01:28:07.120 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:447 - Test[testDirectExporterImporterDependency]'s result read 01:28:07.121 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:364 - Writing test name [testTransitiveExporterImporterDependency] to OSGi 01:28:07.157 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testTransitiveExporterImporterDependency] for execution inside OSGi 01:28:07.157 [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:28:07.158 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest on registration ServiceReference [TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest] {org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}={org.eclipse.gemini.blueprint.bean.name=simple-bean,org.springframework.osgi.bean.name=simple-bean,osgi.service.blueprint.compname=simple-bean,Bundle-SymbolicName=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest,Bundle-Version=0.0.0,service.id=22} 01:28:07.158 [BundleStop #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:28:07.159 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:07.159 [Gemini Blueprint context shutdown thread 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:28:07.159 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:07.159 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:07.160 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 01:28:07.160 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:07 UTC 2024]; root of context hierarchy 01:28:07.160 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:07 UTC 2024]; root of context hierarchy] 01:28:07.161 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] 01:28:07.161 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@23eadae0] bound to proxy 01:28:07.161 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@23eadae0] bound to proxy 01:28:07.161 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&mandatory] is satisfied; checking the rest of the dependencies for exporter map-exporter 01:28:07.162 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [map-exporter] started; all its dependencies are satisfied 01:28:07.162 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&mandatory] is satisfied; checking the rest of the dependencies for exporter bean-exporter 01:28:07.162 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [bean-exporter] started; all its dependencies are satisfied 01:28:07.162 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@4b97aea2] 01:28:07.163 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 01:28:07.163 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@23eadae0] was unregistered and unbound from the service proxy 01:28:07.163 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@23eadae0] was unregistered and unbound from the service proxy 01:28:07.163 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [map-exporter] stopped; transitive OSGi dependency [mandatory] is unsatifised 01:28:07.164 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@6595c11a] 01:28:07.164 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [bean-exporter] stopped; transitive OSGi dependency [mandatory] is unsatifised 01:28:07.165 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest on registration ServiceReference [TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest] {org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}={org.eclipse.gemini.blueprint.bean.name=simple-bean,org.springframework.osgi.bean.name=simple-bean,osgi.service.blueprint.compname=simple-bean,Bundle-SymbolicName=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest,Bundle-Version=0.0.0,service.id=22} 01:28:07.165 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@7ef4ba54] 01:28:07.165 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@23eadae0] 01:28:07.166 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:07.166 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:28:07.166 [Gemini Blueprint context shutdown thread 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:28:07.166 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:28:07.167 [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:28:07.167 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:07.168 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:07.168 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 01:28:07.168 [BundleStart #19] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:07.169 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-tccl is type compatible with extender gemini-blueprint-extender; processing bundle... 01:28:07.169 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:07.169 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:07.169 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:07.170 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:28:07.170 [EclipseGeminiBlueprintExtenderThread-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:28:07.170 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:07.170 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:07.170 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:07.170 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:07 UTC 2024]; root of context hierarchy 01:28:07.171 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:07.171 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:28:07.171 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:07.171 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] incremented to 1 01:28:07.172 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:07.172 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 01:28:07.172 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:28:07.175 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:07.175 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:07.175 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:07.176 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:07.196 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:07.196 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:07.204 [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@d5db11c: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy 01:28:07.204 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:07.204 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:28:07.204 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:28:07.205 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:28:07.205 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:28:07.205 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@d5db11c: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy] 01:28:07.206 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:28:07.206 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@3aff7e01 01:28:07.206 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:28:07.206 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:28:07.206 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:07.206 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:28:07.206 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:28:07.207 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:07.207 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:07.207 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:28:07.207 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:07.207 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@66cc44dd] 01:28:07.208 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@a69b865] 01:28:07.209 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 01:28:07.209 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 01:28:07.209 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 01:28:07.210 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 01:28:07.210 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:28:07.210 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@46687c91] bound to proxy 01:28:07.210 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@46687c91] bound to proxy 01:28:07.211 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&mandatory] is satisfied; checking the rest of the dependencies for exporter map-exporter 01:28:07.211 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class java.util.HashMap] classes {interface java.util.Map, interface java.lang.Cloneable, interface java.io.Serializable} 01:28:07.211 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable, java.util.Map}] 01:28:07.211 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [map-exporter] started; all its dependencies are satisfied 01:28:07.211 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&mandatory] is satisfied; checking the rest of the dependencies for exporter bean-exporter 01:28:07.212 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean] classes {class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean} 01:28:07.212 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 01:28:07.212 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [bean-exporter] started; all its dependencies are satisfied 01:28:07.212 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 01:28:07.214 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] is being tracked for dependencies 01:28:07.214 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends (transitively) on the following importers:{} 01:28:07.214 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends on importers:[] 01:28:07.214 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 01:28:07.214 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:28:07.215 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@17d3fe57] not bound to proxy 01:28:07.215 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@17d3fe57] not bound to proxy 01:28:07.215 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] started; all its dependencies are satisfied 01:28:07.215 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@64b7a1ca] 01:28:07.215 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:07 UTC 2024]; root of context hierarchy] 01:28:07.216 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0} 01:28:07.216 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:28:07.217 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] decremented to 0 01:28:07.217 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:28:07.217 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:28:07.256 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:07.257 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:440 - Reading OSGi results for test [testTransitiveExporterImporterDependency] 01:28:07.257 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:447 - Test[testTransitiveExporterImporterDependency]'s result read Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.028 sec - in org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest 01:28:07.263 [Thread-0] INFO o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:471 - Shutting down OSGi platform 01:28:07.263 [Thread-3] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest (TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest) 01:28:07.263 [Thread-3] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest, config=org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-single-import.xml): startup date [Sat Apr 27 01:28:06 UTC 2024]; root of context hierarchy 01:28:07.263 [Thread-3] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest, config=org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-single-import.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest, config=org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-single-import.xml): startup date [Sat Apr 27 01:28:06 UTC 2024]; root of context hierarchy] 01:28:07.264 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:07.264 [Thread-3] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [bean-exporter] 01:28:07.264 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19]] 01:28:07.264 [Thread-3] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@5eb1098] 01:28:07.265 [Thread-3] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [map-exporter] 01:28:07.265 [Thread-3] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@4206222d] 01:28:07.265 [Thread-3] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@46687c91] was unregistered and unbound from the service proxy 01:28:07.265 [Thread-3] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@46687c91] was unregistered and unbound from the service proxy 01:28:07.265 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.tccl has unused registered services; added for shutdown 01:28:07.266 [Thread-3] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:07.266 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19]] 01:28:07.267 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:28:07.267 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:07.267 [Gemini Blueprint context shutdown thread 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:28:07.267 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:07.267 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:07.267 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 01:28:07.268 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:07 UTC 2024]; root of context hierarchy 01:28:07.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.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:07 UTC 2024]; root of context hierarchy] 01:28:07.268 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] 01:28:07.268 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@17d3fe57] 01:28:07.269 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 01:28:07.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@46687c91] 01:28:07.269 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:07.269 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:28:07.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@4ddfd7e 01:28:07.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.tccl, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:28:07.270 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:07.270 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28:07.270 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:07.270 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:28:07.270 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:07.271 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28:07.272 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=20] for sending replayes events; last one was null 01:28:07.272 [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:28:07.272 [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:07.272 [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:07.273 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:28:07.273 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:28:07,988 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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:08,116 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:28:08,119 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:28:08,143 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:08,194 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:28:08,198 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:28:08,204 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:08,214 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:28:08,222 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:28:08,222 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:28:08,224 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:28:08,224 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:28:08,224 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:28:08,225 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:28:08,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:28:08,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:28:08,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:28:08,226 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:28:08,226 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:28:08,226 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:28:08,226 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:28:08,226 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:28:08,227 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:28:08,227 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:28:08,227 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:28:08,228 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:28:08,228 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:28:08,229 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest 01:28:08.350 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:28:08.356 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:85 - Instantiating platform wrapper... 01:28:08.368 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi4156007881389639914kf 01:28:08.369 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:215 - About to start Knopflerfish OSGi Platform 01:28:08.481 [main] INFO o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:28:08.485 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:28:08.486 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:28:08.487 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:28:08.488 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:28:08.644 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:28:08.660 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:28:08.666 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:28:08.668 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:28:08.677 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:28:08.692 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:28:08.695 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:28:08.700 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:28:08.715 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:28:08.721 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:28:08.757 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:28:08.760 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:28:08.764 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:28:08.773 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:28:08.775 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:28:08.780 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:28:08.784 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:28:08.788 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/tccl.intf.bundle/target/tccl.intf-3.0.1.BUILD-SNAPSHOT.jar] 01:28:08.790 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/tccl.bundle/target/tccl-3.0.1.BUILD-SNAPSHOT.jar] 01:28:08.791 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.1.BUILD-SNAPSHOT.jar] 01:28:08.796 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/simple.service.2.bundle/target/simple.service2-3.0.1.BUILD-SNAPSHOT.jar] 01:28:08.814 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:28:08.822 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:28:08.827 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:28:08.828 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:28:08.829 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:28:08.830 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:28:08.831 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:28:08.833 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:28:08.859 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:28:08.860 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:28:08.867 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:28:08.868 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:28:08.868 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:28:08.872 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:28:08.875 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:28:08.879 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:28:08,910 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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:08,951 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:28:08,953 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:28:08,965 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:08,995 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:28:08,997 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:28:09,001 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:09,009 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@284d0ad4 - No compression will be used 01:28:09,014 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:28:09,014 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:28:09,015 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:28:09,015 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:28:09,016 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:28:09,016 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:28:09,016 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:28:09,016 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:28:09,016 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:28:09,017 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:28:09,017 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:28:09,017 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:28:09,017 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:28:09,017 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:28:09,017 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:28:09,018 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:28:09,018 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:28:09,018 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:28:09,018 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:28:09,019 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@204f6354 - Registering current configuration as safe fallback point 01:28:09.033 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:28:09.044 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:28:09.191 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:28:09.192 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:28:09.197 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:28:09.200 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:28:09.205 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:09.207 [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:09.208 [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:09.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:28:09.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:28:09.209 [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:09.210 [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:09.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:28:09.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:28:09.211 [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:09.212 [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:09.212 [BundleStart #16] DEBUG o.e.g.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:09.212 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:09.212 [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:09.213 [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:09.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:28:09.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:28:09.214 [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:09.214 [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:09.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:28:09.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:28:09.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:28:09.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:28:09.217 [BundleStart #16] DEBUG o.e.g.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:09.217 [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:09.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:28:09.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:28:09.218 [BundleStart #16] DEBUG o.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:09.218 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:09.219 [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:09.219 [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:09.219 [BundleStart #16] 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:09.219 [BundleStart #16] 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:09.220 [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:09.220 [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:09.220 [BundleStart #16] DEBUG o.e.g.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:09.221 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:28:09.221 [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:09.222 [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:09.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:28:09.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:28:09.223 [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:09.223 [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:09.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:28:09.224 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:28:09.224 [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:09.224 [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:09.224 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:28:09.225 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:09.226 [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:09.226 [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:09.226 [BundleStart #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:09.226 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:28:09.226 [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:09.227 [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:09.227 [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:09.227 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:09.227 [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:09.228 [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:09.228 [BundleStart #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:09.228 [BundleStart #16] 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:09.230 [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:09.230 [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:09.230 [BundleStart #16] DEBUG o.e.g.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:09.239 [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:09.257 [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:09.260 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:28:09.260 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:28:09.264 [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:09.266 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:09.267 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@45743660 w/ reference null 01:28:09.267 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@45743660 w/ reference null 01:28:09.268 [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:09.272 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:09.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:28:09.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:28:09.284 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:28:09.286 [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:09.287 [BundleStart #16] DEBUG o.e.g.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:09.287 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:28:09.289 [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:09.289 [BundleStart #16] DEBUG o.e.g.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:09.290 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:09.290 [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:09.291 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:09.291 [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:09.292 [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:09.293 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:28:09.293 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:28:09.295 [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:09.295 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:28:09.295 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:28:09.296 [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:09.296 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:28:09.297 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:09.298 [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:09.298 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:09.298 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:28:09.299 [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:09.300 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:28:09.300 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:28:09.301 [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:09.301 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:28:09.302 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:28:09.303 [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:09.303 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:28:09.304 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:28:09.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:28:09.305 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:28:09.305 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:09.307 [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:09.308 [BundleStart #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:09.308 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:28:09.308 [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:09.309 [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:09.309 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:09.313 [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:09.313 [BundleStart #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:09.314 [BundleStart #16] 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:09.317 [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:09.317 [BundleStart #16] DEBUG o.e.g.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:09.318 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:28:09.324 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:09.326 [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:09.326 [BundleStart #17] DEBUG 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:09.326 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:09.327 [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:09.327 [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:09.327 [BundleStart #17] DEBUG 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:09.327 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/tccl.intf.bundle/target/tccl.intf-3.0.1.BUILD-SNAPSHOT.jar] 01:28:09.328 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)] 01:28:09.329 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl.intf]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:09.329 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)] 01:28:09.329 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)] 01:28:09.330 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl.intf]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:09.330 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl.intf]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf) 01:28:09.330 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)] 01:28:09.331 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/tccl.bundle/target/tccl-3.0.1.BUILD-SNAPSHOT.jar] 01:28:09.332 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:09.332 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:09.332 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:09.333 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:09.333 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:09.333 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 01:28:09.333 [BundleStart #19] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:09.342 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-tccl is type compatible with extender gemini-blueprint-extender; processing bundle... 01:28:09.343 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:09.344 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:09.346 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:09.346 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:28:09.347 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@54918550 01:28:09.347 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.1.BUILD-SNAPSHOT.jar] 01:28:09.347 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:09.348 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:09.349 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:09.350 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:09.350 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:09.351 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:09.351 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:09.351 [BundleStart #20] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 01:28:09.351 [BundleStart #20] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:09.352 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 01:28:09.352 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:09.352 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:09.352 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:09.353 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:28:09.353 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/simple.service.2.bundle/target/simple.service2-3.0.1.BUILD-SNAPSHOT.jar] 01:28:09.355 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:28:09.355 [BundleStart #21] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:09.355 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:28:09.356 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:28:09.356 [BundleStart #21] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:09.356 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:09 UTC 2024]; root of context hierarchy 01:28:09.357 [BundleStart #21] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2) 01:28:09.357 [BundleStart #21] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:28:09.358 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-2 is type compatible with extender gemini-blueprint-extender; processing bundle... 01:28:09.358 [BundleStart #21] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:09.358 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:28:09.358 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:28:09.359 [BundleStart #21] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 01:28:09.361 [main] INFO o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:199 - org/eclipse/gemini/blueprint/iandt/servicedependency/SingleExportDependingOnMultipleImportTest-bundle.properties was not found; using defaults 01:28:09.361 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:511 - Post processing: creating test bundle 01:28:09.364 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:28:09.378 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.servicedependency] 01:28:09.379 [main] INFO o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:202 - Automatically creating Manifest for the test bundle 01:28:09.380 [main] INFO o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:366 - Using the test class for generating bundle imports 01:28:09.383 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/servicedependency/SingleExportDependingOnMultipleImportTest.class 01:28:09.383 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:460 - Package [org.eclipse.gemini.blueprint.iandt.servicedependency] is part of the test archive; parsing SingleExportDependingOnMultipleImportTest bytecode to determine imports... 01:28:09.387 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:491 - Visiting class SingleExportDependingOnMultipleImportTest 01:28:09.397 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 01:28:09.403 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:28:09.403 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:28:09.404 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:491 - Visiting class BaseIntegrationTest 01:28:09.407 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:28:09.407 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:28:09.408 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:28:09.410 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:28:09.410 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:28:09.411 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:28:09.412 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:28:09.412 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:28:09.412 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.servicedependency, org.eclipse.gemini.blueprint.iandt, java.lang, org.osgi.framework, org.springframework.util, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.iandt.simpleservice, org.eclipse.gemini.blueprint.iandt.simpleservice2, org.eclipse.gemini.blueprint.iandt.tccl, java.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.core.io, java.net} 01:28:09.413 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.servicedependency, java.lang, java.util, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 01:28:09.413 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:28:09.414 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:282 - Filtered imports are [org.osgi.framework, org.springframework.util, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.iandt.simpleservice, org.eclipse.gemini.blueprint.iandt.simpleservice2, org.eclipse.gemini.blueprint.iandt.tccl, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.core.io] 01:28:09.414 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest, Bundle-Name=TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.springframework.util,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.iandt.simpleservice,org.eclipse.gemini.blueprint.iandt.simpleservice2,org.eclipse.gemini.blueprint.iandt.tccl,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.core.io, Manifest-Version=1.0] 01:28:09.415 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest, Bundle-Name=TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.springframework.util,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.iandt.simpleservice,org.eclipse.gemini.blueprint.iandt.simpleservice2,org.eclipse.gemini.blueprint.iandt.tccl,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.core.io, Manifest-Version=1.0]] 01:28:09.415 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:28:09.415 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:28:09.416 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:28:09.416 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:28:09.416 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:28:09.416 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:28:09.417 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:28:09.417 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:28:09.417 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:28:09.418 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:28:09.418 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ 01:28:09.456 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/CollectionImporterTest.class 01:28:09.457 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ExporterWithOptionalAndMandatoryImportersTest.class 01:28:09.457 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/MultipleExportersDependingOnOneImporterTest.class 01:28:09.457 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SimpleBean.class 01:28:09.458 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SingleExportDependingOnMultipleImportTest.class 01:28:09.458 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-multi-collection-import.xml 01:28:09.458 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-single-import.xml 01:28:09.458 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/single-export-multi-import.xml 01:28:09.469 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:557 - Test bundle [TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest (TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest)] successfully installed 01:28:09.470 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:28:09.472 [BundleStart #22] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest (TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest)] 01:28:09.473 [BundleStart #22] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:09.473 [BundleStart #22] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest (TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest)] 01:28:09.474 [BundleStart #22] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest (TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest)] 01:28:09.474 [BundleStart #22] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:09.474 [BundleStart #22] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest (TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest) 01:28:09.474 [BundleStart #22] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest (TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest)] 01:28:09.475 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:562 - Test bundle [TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest (TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest)] successfully started 01:28:09.475 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:28:09.475 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:09.476 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:09.477 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest] does not trigger a context creation. 01:28:09.478 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:28:09.478 [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:09.478 [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:09.478 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:28:09.479 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:28:09.480 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.tccl] triggers a context creation; waiting for it 01:28:09.481 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] incremented to 1 01:28:09.484 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:09.484 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:28:09.589 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:09.590 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:09.637 [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@4c5b1855: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy 01:28:09.664 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:09.665 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:28:09.666 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.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:09.667 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:28:09.678 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:28:09.682 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@4c5b1855: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy] 01:28:09.682 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:28:09.682 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@743bb064 01:28:09.683 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:28:09.683 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:28:09.683 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:09.684 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:28:09.684 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:28:09.684 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:09.684 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:09.684 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:28:09.685 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@54918550 01:28:09.685 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:09.685 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:09.686 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:09 UTC 2024]; root of context hierarchy 01:28:09.686 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:28:09.688 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice-osgi.xml] 01:28:09.691 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:09.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:28:09.692 [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:09.693 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:09.722 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:09.723 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:09.733 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice.xml] 01:28:09.757 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:09.757 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:09.758 [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:09.758 [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:09.783 [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@106bc0b8: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 01:28:09.784 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:09.784 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:28:09.784 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.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:09.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:28:09.786 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:28:09.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@106bc0b8: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 01:28:09.787 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:28:09.787 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@743bb064 01:28:09.787 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:28:09.787 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:28:09.788 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:09.788 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:28:09.788 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:28:09.788 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:09.788 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:09.788 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:28:09.789 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@54918550 01:28:09.789 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:28:09.789 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:28:09.789 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:09 UTC 2024]; root of context hierarchy 01:28:09.789 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:28:09.791 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://21/META-INF/spring/simpleservice.xml] 01:28:09.794 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:09.794 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:09.795 [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:09.796 [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:09.818 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://21/META-INF/spring/simpleservice-osgi.xml] 01:28:09.821 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:09.822 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:09.822 [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:09.823 [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:09.875 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:09.875 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:09.884 [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@17a56739: defining beans [simpleService,simpleServiceOsgi]; root of factory hierarchy 01:28:09.885 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:09.885 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:28:09.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:28:09.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:28:09.887 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:28:09.887 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@17a56739: defining beans [simpleService,simpleServiceOsgi]; root of factory hierarchy] 01:28:09.887 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:28:09.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@743bb064 01:28:09.888 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:28:09.888 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:28:09.888 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:28:09.889 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:28:09.889 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:28:09.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.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:28:09.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.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:28:09.889 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:28:09.890 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:09.892 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@66c41294] 01:28:09.893 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@728382f0] 01:28:09.931 [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.932 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 01:28:09.932 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 01:28:09.934 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 01:28:09.934 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:28:09.936 [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.937 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] is being tracked for dependencies 01:28:09.957 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends (transitively) on the following importers:{} 01:28:09.957 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends on importers:[] 01:28:09.957 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 01:28:09.957 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:28:09.958 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] started; all its dependencies are satisfied 01:28:09.959 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@1fe11ebc] 01:28:09.962 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:09 UTC 2024]; root of context hierarchy] 01:28:09.964 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0} 01:28:09.965 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, 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.966 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] decremented to 0 01:28:09.966 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:28:09.967 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.simpleservice] triggers a context creation; waiting for it 01:28:09.967 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] incremented to 1 01:28:09.968 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:09.968 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:28:09.970 [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.971 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:09.972 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7b7de40c] 01:28:09.972 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@6e6a45d3] Delaying for:0 01:28:09.974 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 01:28:09.975 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 01:28:09.975 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 01:28:09.975 [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:09.975 [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:09.976 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 01:28:09.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@16b25f8a] 01:28:09.976 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:09 UTC 2024]; root of context hierarchy] 01:28:09.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, 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:09.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:28:09.978 [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:09.978 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:28:09.978 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=20] 01:28:09.979 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:28:09.979 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@6a72b41b] 01:28:09.979 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@6e38f8d0] 01:28:09.980 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:28:09.981 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:28:09.982 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 01:28:09.982 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 01:28:09.982 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:28:09.982 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 01:28:09.983 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice2.impl.MyService2Impl] classes {} 01:28:09.983 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}] 01:28:09.983 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 01:28:09.984 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@5082be06] 01:28:09.983 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:28:09.984 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:09 UTC 2024]; root of context hierarchy] 01:28:09.984 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice2, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0} 01:28:09.985 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, 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.986 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:28:09.986 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=21] 01:28:09.986 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:28:09.987 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:28:09.988 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:28:09.989 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:28:09.991 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:28:09.992 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.simpleservice2] triggers a context creation; waiting for it 01:28:09.993 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice2] incremented to 1 01:28:09.993 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@49698dfb} 01:28:09.994 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice2] decremented to 0 01:28:09.994 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 01:28:09.995 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 01:28:09.995 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:28:09.997 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:28:09.998 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:28:09.998 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:28:09.999 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.eclipse.gemini.blueprint.iandt.tccl.intf] does not trigger a context creation. 01:28:10.002 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:28:10.003 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:364 - Writing test name [testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB] to OSGi 01:28:10.024 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB] for execution inside OSGi 01:28:10.024 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@12468a38 01:28:10.057 [main] INFO o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:190 - Loading context for locations: org/eclipse/gemini/blueprint/iandt/servicedependency/single-export-multi-import.xml 01:28:10.058 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest, config=org/eclipse/gemini/blueprint/iandt/servicedependency/single-export-multi-import.xml): startup date [Sat Apr 27 01:28:10 UTC 2024]; root of context hierarchy 01:28:10.058 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:28:10.059 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://22/org/eclipse/gemini/blueprint/iandt/servicedependency/single-export-multi-import.xml] 01:28:10.063 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:10.063 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:10.064 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:10.064 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:10.084 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:10.085 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:10.097 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest, config=org/eclipse/gemini/blueprint/iandt/servicedependency/single-export-multi-import.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@436813f3: defining beans [serviceB,serviceC,exporter,serviceA#org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean#0,simple-bean]; root of factory hierarchy 01:28:10.098 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:10.098 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:28:10.099 [main] TRACE o.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.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:28:10.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:28:10.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:28:10.104 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2} and filter=[] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)] 01:28:10.105 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)] 01:28:10.105 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:28:10.111 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:28:10.120 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest(TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest)] scanning available bundles 01:28:10.121 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest(TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest)] scanning available bundles 01:28:10.122 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest(TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest)] scanning available bundles 01:28:10.122 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest(TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest)] scanning available bundles 01:28:10.123 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest(TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest)] scanning available bundles 01:28:10.125 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)] 01:28:10.126 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@79d52794} 01:28:10.127 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@79d52794] bound to proxy 01:28:10.127 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@79d52794] bound to proxy 01:28:10.156 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} and filter=[] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)] 01:28:10.157 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)] 01:28:10.157 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:28:10.158 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:28:10.160 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)] 01:28:10.160 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@6b1dc1df} 01:28:10.160 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6b1dc1df] bound to proxy 01:28:10.161 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6b1dc1df] bound to proxy 01:28:10.163 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.simpleservice.MyService} and filter=[] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 01:28:10.163 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 01:28:10.164 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:28:10.164 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:28:10.166 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 01:28:10.167 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@2acad3dd} 01:28:10.167 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2acad3dd] bound to proxy 01:28:10.167 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2acad3dd] bound to proxy 01:28:10.168 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.util.BeanReferenceFactoryBeanBeanInfo] required by [TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest(TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest)] scanning available bundles 01:28:10.169 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:28:10.171 [main] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] exports [org.eclipse.gemini.blueprint.util] as version [3.0.1.BUILD-SNAPSHOT] but version [0.0.0] was required 01:28:10.206 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.util.BeanReferenceFactoryBeanCustomizer] required by [TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest(TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest)] scanning available bundles 01:28:10.206 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:28:10.208 [main] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] exports [org.eclipse.gemini.blueprint.util] as version [3.0.1.BUILD-SNAPSHOT] but version [0.0.0] was required 01:28:10.222 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.SmartFactoryBeanCustomizer] required by [TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest(TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest)] scanning available bundles 01:28:10.223 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.BeanFactoryAwareCustomizer] required by [TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest(TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest)] scanning available bundles 01:28:10.225 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBeanBeanInfo] required by [TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest(TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest)] scanning available bundles 01:28:10.226 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBeanCustomizer] required by [TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest(TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest)] scanning available bundles 01:28:10.227 [main] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&exporter] is being tracked for dependencies 01:28:10.227 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [exporter] depends (transitively) on the following importers:{&serviceC, &serviceB, &serviceA#org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean#0} 01:28:10.227 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [exporter] depends on importers:[&serviceC, &serviceB, &serviceA#org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean#0] 01:28:10.296 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ServiceReferenceProxy] required by [TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest(TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest)] scanning available bundles 01:28:10.297 [main] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean] classes {class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean} 01:28:10.298 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 01:28:10.298 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporter] started; all its dependencies are satisfied 01:28:10.299 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@3eb25e1a] 01:28:10.299 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest, config=org/eclipse/gemini/blueprint/iandt/servicedependency/single-export-multi-import.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest, config=org/eclipse/gemini/blueprint/iandt/servicedependency/single-export-multi-import.xml): startup date [Sat Apr 27 01:28:10 UTC 2024]; root of context hierarchy] 01:28:10.299 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest, org.springframework.context.service.name=TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest, Bundle-SymbolicName=TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest, Bundle-Version=0.0.0} 01:28:10.300 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:28:10.319 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=12} 01:28:10.322 [BundleStop #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:28:10.328 [Gemini Blueprint 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:10.329 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@54918550 01:28:10.329 [Gemini Blueprint context 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:10.329 [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:10.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-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 01:28:10.330 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:09 UTC 2024]; root of context hierarchy 01:28:10.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.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:09 UTC 2024]; root of context hierarchy] 01:28:10.332 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 01:28:10.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@2acad3dd] was unregistered and unbound from the service proxy 01:28:10.333 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2acad3dd] was unregistered and unbound from the service proxy 01:28:10.333 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [exporter] stopped; transitive OSGi dependency [serviceA#org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean#0] is unsatifised 01:28:10.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@6743e411] 01:28:10.334 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=12} 01:28:10.334 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@2acad3dd] 01:28:10.334 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:10.335 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 01:28:10.336 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@54918550 01:28:10.336 [Gemini Blueprint context shutdown thread 1] TRACE o.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:10.337 [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@4a09477a 01:28:10.337 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice2] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2,Bundle-Version=1.0.0,service.id=14} 01:28:10.357 [BundleStop #21] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:28:10.357 [Gemini Blueprint 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:10.357 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@54918550 01:28:10.357 [Gemini Blueprint context 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:10.358 [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:10.358 [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:10.358 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:09 UTC 2024]; root of context hierarchy 01:28:10.358 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:09 UTC 2024]; root of context hierarchy] 01:28:10.359 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 01:28:10.359 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@79d52794] was unregistered and unbound from the service proxy 01:28:10.359 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@79d52794] was unregistered and unbound from the service proxy 01:28:10.359 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [exporter] stopped; transitive OSGi dependency [serviceB] is unsatifised 01:28:10.360 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice2] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2,Bundle-Version=1.0.0,service.id=14} 01:28:10.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@79d52794] 01:28:10.360 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:10.361 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:28:10.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@54918550 01:28:10.361 [Gemini Blueprint context shutdown thread 1] TRACE o.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:10.361 [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@44cea04b 01:28:10.362 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:10.363 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:10.363 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:10.363 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:10.364 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:10.364 [BundleStart #20] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 01:28:10.364 [BundleStart #20] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:10.365 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 01:28:10.365 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:10.365 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:10.365 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:10.365 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:28:10.366 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@54918550 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.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.366 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.366 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:10 UTC 2024]; root of context hierarchy 01:28:10.366 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] incremented to 1 01:28:10.366 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:28:10.367 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:10.367 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:28:10.368 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice-osgi.xml] 01:28:10.371 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:10.371 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:10.372 [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.372 [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.386 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:10.387 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:10.393 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice.xml] 01:28:10.395 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:10.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:28:10.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:28:10.396 [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.410 [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@27fca58e: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 01:28:10.410 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:10.410 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:28:10.410 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.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.411 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.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.411 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:28:10.411 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@27fca58e: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 01:28:10.411 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:28:10.412 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@743bb064 01:28:10.412 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:28:10.412 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:28:10.412 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.412 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:28:10.412 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:28:10.412 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.412 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.413 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:28:10.413 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.413 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5f305f2d] 01:28:10.413 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@f3b929f] Delaying for:0 01:28:10.415 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 01:28:10.415 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 01:28:10.416 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 01:28:10.416 [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:10.416 [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:10.416 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@84a794] bound to proxy 01:28:10.416 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@84a794] bound to proxy 01:28:10.417 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&serviceA#org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean#0] is satisfied; checking the rest of the dependencies for exporter exporter 01:28:10.417 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:286 - Exporter [exporter] not started; there are still unsatisfied dependencies [&serviceB] 01:28:10.417 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 01:28:10.417 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@53f86271] 01:28:10.418 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:10 UTC 2024]; root of context hierarchy] 01:28:10.418 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.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:10.419 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, 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.419 [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:10.419 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:28:10.419 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=20] 01:28:10.420 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:28:10.421 [BundleStart #21] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:10.421 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:28:10.421 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:28:10.456 [BundleStart #21] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:10.457 [BundleStart #21] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2) 01:28:10.457 [BundleStart #21] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:28:10.458 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-2 is type compatible with extender gemini-blueprint-extender; processing bundle... 01:28:10.458 [BundleStart #21] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:10.458 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:28:10.459 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:28:10.459 [BundleStart #21] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 01:28:10.459 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice2] incremented to 1 01:28:10.459 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@54918550 01:28:10.459 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.459 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:10.459 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.460 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 01:28:10.460 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:10 UTC 2024]; root of context hierarchy 01:28:10.460 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:28:10.462 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://21/META-INF/spring/simpleservice.xml] 01:28:10.464 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:10.465 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:10.465 [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.466 [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.478 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://21/META-INF/spring/simpleservice-osgi.xml] 01:28:10.481 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:10.482 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:10.482 [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.482 [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.494 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:10.494 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:10.500 [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@39c6c45: defining beans [simpleService,simpleServiceOsgi]; root of factory hierarchy 01:28:10.501 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:10.501 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:28:10.501 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:28:10.502 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:28:10.502 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:28:10.502 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@39c6c45: defining beans [simpleService,simpleServiceOsgi]; root of factory hierarchy] 01:28:10.503 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:28:10.503 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@743bb064 01:28:10.503 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:28:10.503 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:28:10.503 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.503 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:28:10.503 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:28:10.504 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.504 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.504 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:28:10.504 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.504 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@42d9b8b1] 01:28:10.505 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@3d8a4fc5] 01:28:10.506 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 01:28:10.507 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 01:28:10.507 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 01:28:10.507 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice2.impl.MyService2Impl] classes {} 01:28:10.507 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}] 01:28:10.508 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2844e4c8] bound to proxy 01:28:10.508 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2844e4c8] bound to proxy 01:28:10.508 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&serviceB] is satisfied; checking the rest of the dependencies for exporter exporter 01:28:10.509 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean] classes {class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean} 01:28:10.509 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 01:28:10.509 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporter] started; all its dependencies are satisfied 01:28:10.509 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 01:28:10.510 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@48cc5a09] 01:28:10.510 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:10 UTC 2024]; root of context hierarchy] 01:28:10.510 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice2, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0} 01:28:10.511 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:28:10.511 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice2] decremented to 0 01:28:10.511 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 01:28:10.511 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=21] 01:28:10.512 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:10.513 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:440 - Reading OSGi results for test [testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB] 01:28:10.514 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:447 - Test[testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB]'s result read 01:28:10.515 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:364 - Writing test name [testOneImporterCGoesDownAndThenUpAgain] to OSGi 01:28:10.516 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testOneImporterCGoesDownAndThenUpAgain] for execution inside OSGi 01:28:10.516 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testOneImporterCGoesDownAndThenUpAgain] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4e08711f 01:28:10.517 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.tccl] {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged,org.eclipse.gemini.blueprint.bean.name=service,org.springframework.osgi.bean.name=service,osgi.service.blueprint.compname=service,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl,Bundle-Version=1.0.0,service.id=9} 01:28:10.518 [BundleStop #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:28:10.518 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.519 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@54918550 01:28:10.519 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.519 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.519 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 01:28:10.519 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:09 UTC 2024]; root of context hierarchy 01:28:10.519 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:09 UTC 2024]; root of context hierarchy] 01:28:10.520 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] 01:28:10.520 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6b1dc1df] bound to proxy 01:28:10.520 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6b1dc1df] bound to proxy 01:28:10.520 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&serviceC] is satisfied; checking the rest of the dependencies for exporter exporter 01:28:10.520 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporter] started; all its dependencies are satisfied 01:28:10.521 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@78af2cac] 01:28:10.521 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 01:28:10.521 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6b1dc1df] was unregistered and unbound from the service proxy 01:28:10.521 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6b1dc1df] was unregistered and unbound from the service proxy 01:28:10.521 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [exporter] stopped; transitive OSGi dependency [serviceC] is unsatifised 01:28:10.521 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@2757cd41] 01:28:10.522 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.tccl] {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged,org.eclipse.gemini.blueprint.bean.name=service,org.springframework.osgi.bean.name=service,osgi.service.blueprint.compname=service,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl,Bundle-Version=1.0.0,service.id=9} 01:28:10.522 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@6b1dc1df] 01:28:10.522 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:10.522 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 01:28:10.522 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@54918550 01:28:10.523 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:28:10.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 org.osgi.service.blueprint.container.BlueprintEvent@40f12c0a 01:28:10.523 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:10.524 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:10.524 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:10.556 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:10.557 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:10.557 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 01:28:10.557 [BundleStart #19] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:10.558 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-tccl is type compatible with extender gemini-blueprint-extender; processing bundle... 01:28:10.558 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:10.558 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:10.559 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:10.559 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 01:28:10.559 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@54918550 01:28:10.559 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] incremented to 1 01:28:10.559 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.560 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.560 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:10.560 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:10 UTC 2024]; root of context hierarchy 01:28:10.560 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:28:10.560 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:28:10.562 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 01:28:10.565 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:10.566 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:10.566 [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.566 [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.585 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:10.586 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:10.596 [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@92fd1db: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy 01:28:10.596 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:10.596 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:28:10.597 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.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.597 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.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.598 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:28:10.598 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@92fd1db: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy] 01:28:10.598 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:28:10.599 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@743bb064 01:28:10.599 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:28:10.599 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:28:10.599 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.599 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:28:10.600 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:28:10.600 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.600 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.600 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:28:10.600 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.601 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@101e9c8d] 01:28:10.601 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5e050354] 01:28:10.603 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 01:28:10.603 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 01:28:10.603 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 01:28:10.604 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 01:28:10.604 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:28:10.604 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1c136889] bound to proxy 01:28:10.605 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1c136889] bound to proxy 01:28:10.605 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&serviceC] is satisfied; checking the rest of the dependencies for exporter exporter 01:28:10.605 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean] classes {class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean} 01:28:10.606 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 01:28:10.606 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporter] started; all its dependencies are satisfied 01:28:10.606 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 01:28:10.607 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] is being tracked for dependencies 01:28:10.608 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends (transitively) on the following importers:{} 01:28:10.608 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends on importers:[] 01:28:10.608 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 01:28:10.609 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:28:10.609 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5ff044ef] not bound to proxy 01:28:10.609 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5ff044ef] not bound to proxy 01:28:10.609 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] started; all its dependencies are satisfied 01:28:10.609 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@582038b8] 01:28:10.609 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:10 UTC 2024]; root of context hierarchy] 01:28:10.610 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0} 01:28:10.610 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, 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.611 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] decremented to 0 01:28:10.611 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:28:10.611 [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.611 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:10.611 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:440 - Reading OSGi results for test [testOneImporterCGoesDownAndThenUpAgain] 01:28:10.612 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:447 - Test[testOneImporterCGoesDownAndThenUpAgain]'s result read 01:28:10.612 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:364 - Writing test name [testImportersGoDownOneAfterTheOtherAndTheExporterDoesNotStartUntilAllImportersAreUp] to OSGi 01:28:10.613 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testImportersGoDownOneAfterTheOtherAndTheExporterDoesNotStartUntilAllImportersAreUp] for execution inside OSGi 01:28:10.613 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testImportersGoDownOneAfterTheOtherAndTheExporterDoesNotStartUntilAllImportersAreUp] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@26794848 01:28:10.613 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=18} 01:28:10.614 [BundleStop #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:28:10.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:28:10.615 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@54918550 01:28:10.615 [Gemini Blueprint context 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:10.615 [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:10.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:28:10.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 [Sat Apr 27 01:28:10 UTC 2024]; root of context hierarchy 01:28:10.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 [Sat Apr 27 01:28:10 UTC 2024]; root of context hierarchy] 01:28:10.616 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 01:28:10.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@84a794] was unregistered and unbound from the service proxy 01:28:10.616 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@84a794] was unregistered and unbound from the service proxy 01:28:10.616 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [exporter] stopped; transitive OSGi dependency [serviceA#org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean#0] is unsatifised 01:28:10.616 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@780d6572] 01:28:10.617 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=18} 01:28:10.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@84a794] 01:28:10.617 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:10.617 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 01:28:10.617 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@54918550 01:28:10.617 [Gemini Blueprint context shutdown thread 1] TRACE o.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:10.657 [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@5f3aa70 01:28:10.657 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice2] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2,Bundle-Version=1.0.0,service.id=20} 01:28:10.658 [BundleStop #21] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:28:10.658 [Gemini Blueprint 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:10.658 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@54918550 01:28:10.658 [Gemini Blueprint context 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:10.658 [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:10.659 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2) 01:28:10.659 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:10 UTC 2024]; root of context hierarchy 01:28:10.659 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:10 UTC 2024]; root of context hierarchy] 01:28:10.659 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 01:28:10.659 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2844e4c8] was unregistered and unbound from the service proxy 01:28:10.660 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2844e4c8] was unregistered and unbound from the service proxy 01:28:10.660 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [exporter] stopped; transitive OSGi dependency [serviceB] is unsatifised 01:28:10.660 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice2] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2,Bundle-Version=1.0.0,service.id=20} 01:28:10.660 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@2844e4c8] 01:28:10.660 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:10.661 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:28:10.661 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@54918550 01:28:10.661 [Gemini Blueprint context shutdown thread 1] TRACE o.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:10.661 [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@5410f23 01:28:10.661 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.tccl] {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged,org.eclipse.gemini.blueprint.bean.name=service,org.springframework.osgi.bean.name=service,osgi.service.blueprint.compname=service,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl,Bundle-Version=1.0.0,service.id=23} 01:28:10.662 [BundleStop #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:28:10.662 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.663 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@54918550 01:28:10.663 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.663 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.663 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 01:28:10.663 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:10 UTC 2024]; root of context hierarchy 01:28:10.663 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:10 UTC 2024]; root of context hierarchy] 01:28:10.664 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] 01:28:10.664 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1c136889] bound to proxy 01:28:10.664 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1c136889] bound to proxy 01:28:10.665 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&serviceC] is satisfied; checking the rest of the dependencies for exporter exporter 01:28:10.665 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:286 - Exporter [exporter] not started; there are still unsatisfied dependencies [&serviceB, &serviceA#org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean#0] 01:28:10.665 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@5ff044ef] 01:28:10.665 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 01:28:10.666 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1c136889] was unregistered and unbound from the service proxy 01:28:10.666 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1c136889] was unregistered and unbound from the service proxy 01:28:10.666 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [exporter] stopped; transitive OSGi dependency [serviceC] is unsatifised 01:28:10.666 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.tccl] {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged,org.eclipse.gemini.blueprint.bean.name=service,org.springframework.osgi.bean.name=service,osgi.service.blueprint.compname=service,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl,Bundle-Version=1.0.0,service.id=23} 01:28:10.666 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@1c136889] 01:28:10.667 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:10.667 [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.667 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@54918550 01:28:10.667 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:28:10.667 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@34bc2b38 01:28:10.668 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:10.669 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:10.669 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:10.669 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:10.670 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:10.670 [BundleStart #20] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 01:28:10.670 [BundleStart #20] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:10.670 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 01:28:10.671 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:10.671 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:10.671 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:10.671 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:28:10.671 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@54918550 01:28:10.671 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] incremented to 1 01:28:10.671 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.672 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:10.672 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.672 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:28:10.672 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:10 UTC 2024]; root of context hierarchy 01:28:10.673 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:28:10.674 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice-osgi.xml] 01:28:10.676 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:10.677 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:10.677 [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.677 [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.689 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:10.689 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:10.694 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice.xml] 01:28:10.696 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:10.696 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:10.697 [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.697 [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.708 [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@d94427e: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 01:28:10.708 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:10.708 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:28:10.709 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.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.709 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.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.710 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:28:10.710 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@d94427e: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 01:28:10.710 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:28:10.710 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@743bb064 01:28:10.710 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:28:10.710 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:28:10.711 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.711 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:28:10.711 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:28:10.711 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.711 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.711 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:28:10.711 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.712 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@38a099bc] 01:28:10.712 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1bf55213] Delaying for:0 01:28:10.713 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 01:28:10.714 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 01:28:10.714 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 01:28:10.714 [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:10.714 [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:10.715 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@75c17f41] bound to proxy 01:28:10.715 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@75c17f41] bound to proxy 01:28:10.715 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&serviceA#org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean#0] is satisfied; checking the rest of the dependencies for exporter exporter 01:28:10.715 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:286 - Exporter [exporter] not started; there are still unsatisfied dependencies [&serviceC, &serviceB] 01:28:10.715 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 01:28:10.716 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4990653c] 01:28:10.716 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:10 UTC 2024]; root of context hierarchy] 01:28:10.716 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.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:10.717 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, 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.717 [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:10.717 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:28:10.717 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=20] 01:28:10.718 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:10.719 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:10.719 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:10.719 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:10.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:28:10.719 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 01:28:10.720 [BundleStart #19] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:10.720 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-tccl is type compatible with extender gemini-blueprint-extender; processing bundle... 01:28:10.720 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:10.720 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:10.720 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:10.720 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:28:10.720 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] incremented to 1 01:28:10.720 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@54918550 01:28:10.721 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.721 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:10.721 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.721 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:28:10.722 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:10 UTC 2024]; root of context hierarchy 01:28:10.722 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:28:10.723 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 01:28:10.758 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:10.758 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:10.759 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:10.759 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:10.770 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:10.770 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:10.776 [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@382dfc9b: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy 01:28:10.777 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:10.777 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:28:10.777 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:28:10.777 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:28:10.778 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:28:10.778 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@382dfc9b: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy] 01:28:10.778 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:28:10.778 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@743bb064 01:28:10.779 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:28:10.779 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:28:10.779 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.779 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:28:10.779 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:28:10.779 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.779 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.780 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:28:10.780 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.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@74fa392a] 01:28:10.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@7a625dec] 01:28:10.782 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 01:28:10.782 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 01:28:10.782 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 01:28:10.783 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 01:28:10.783 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:28:10.783 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5a38f713] bound to proxy 01:28:10.783 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5a38f713] bound to proxy 01:28:10.783 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&serviceC] is satisfied; checking the rest of the dependencies for exporter exporter 01:28:10.784 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:286 - Exporter [exporter] not started; there are still unsatisfied dependencies [&serviceB] 01:28:10.784 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 01:28:10.785 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] is being tracked for dependencies 01:28:10.785 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends (transitively) on the following importers:{} 01:28:10.785 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends on importers:[] 01:28:10.786 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 01:28:10.786 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:28:10.786 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@174b1923] not bound to proxy 01:28:10.786 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@174b1923] not bound to proxy 01:28:10.786 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] started; all its dependencies are satisfied 01:28:10.787 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@73239dac] 01:28:10.787 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:10 UTC 2024]; root of context hierarchy] 01:28:10.787 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0} 01:28:10.788 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, 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.788 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] decremented to 0 01:28:10.788 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:28:10.788 [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.789 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:28:10.790 [BundleStart #21] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:10.790 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:28:10.790 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:28:10.791 [BundleStart #21] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:10.791 [BundleStart #21] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2) 01:28:10.791 [BundleStart #21] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:28:10.792 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-2 is type compatible with extender gemini-blueprint-extender; processing bundle... 01:28:10.792 [BundleStart #21] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:10.792 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:28:10.792 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:28:10.793 [BundleStart #21] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 01:28:10.793 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@54918550 01:28:10.793 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice2] incremented to 1 01:28:10.793 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.793 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.793 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:10.793 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:10 UTC 2024]; root of context hierarchy 01:28:10.794 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 01:28:10.794 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:28:10.795 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://21/META-INF/spring/simpleservice.xml] 01:28:10.798 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:10.798 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:10.799 [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.799 [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.810 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://21/META-INF/spring/simpleservice-osgi.xml] 01:28:10.812 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:10.812 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:10.813 [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.813 [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.822 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:10.823 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:10.856 [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@20543818: defining beans [simpleService,simpleServiceOsgi]; root of factory hierarchy 01:28:10.857 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:10.857 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:28:10.857 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:28:10.857 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:28:10.858 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:28:10.858 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@20543818: defining beans [simpleService,simpleServiceOsgi]; root of factory hierarchy] 01:28:10.858 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:28:10.858 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@743bb064 01:28:10.859 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:28:10.859 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:28:10.859 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.859 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:28:10.859 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:28:10.859 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.859 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.859 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:28:10.859 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.860 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@3b129e] 01:28:10.860 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@51d45dc3] 01:28:10.861 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 01:28:10.861 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 01:28:10.862 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 01:28:10.862 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice2.impl.MyService2Impl] classes {} 01:28:10.862 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}] 01:28:10.862 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@7b939c43] bound to proxy 01:28:10.862 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@7b939c43] bound to proxy 01:28:10.863 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&serviceB] is satisfied; checking the rest of the dependencies for exporter exporter 01:28:10.863 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean] classes {class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean} 01:28:10.863 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 01:28:10.863 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporter] started; all its dependencies are satisfied 01:28:10.863 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 01:28:10.864 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@50ada5a7] 01:28:10.864 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:10 UTC 2024]; root of context hierarchy] 01:28:10.864 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice2, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0} 01:28:10.865 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, 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.865 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice2] decremented to 0 01:28:10.865 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 01:28:10.865 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=21] 01:28:10.866 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:10.866 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:440 - Reading OSGi results for test [testImportersGoDownOneAfterTheOtherAndTheExporterDoesNotStartUntilAllImportersAreUp] 01:28:10.866 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:447 - Test[testImportersGoDownOneAfterTheOtherAndTheExporterDoesNotStartUntilAllImportersAreUp]'s result read Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.522 sec - in org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest 01:28:10.871 [Thread-0] INFO o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:471 - Shutting down OSGi platform 01:28:10.871 [Thread-3] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest (TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest) 01:28:10.872 [Thread-3] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest, config=org/eclipse/gemini/blueprint/iandt/servicedependency/single-export-multi-import.xml): startup date [Sat Apr 27 01:28:10 UTC 2024]; root of context hierarchy 01:28:10.872 [Thread-3] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest, config=org/eclipse/gemini/blueprint/iandt/servicedependency/single-export-multi-import.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest, config=org/eclipse/gemini/blueprint/iandt/servicedependency/single-export-multi-import.xml): startup date [Sat Apr 27 01:28:10 UTC 2024]; root of context hierarchy] 01:28:10.872 [Thread-3] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [exporter] 01:28:10.872 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:10.873 [Thread-3] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@2364ce4d] 01:28:10.873 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:28:10.873 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:10.873 [Thread-3] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@75c17f41] was unregistered and unbound from the service proxy 01:28:10.873 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28:10.873 [Thread-3] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@75c17f41] was unregistered and unbound from the service proxy 01:28:10.873 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:10.874 [Thread-3] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5a38f713] was unregistered and unbound from the service proxy 01:28:10.874 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19], BundleImpl[id=20], BundleImpl[id=21]] 01:28:10.874 [Thread-3] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5a38f713] was unregistered and unbound from the service proxy 01:28:10.874 [Thread-3] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@7b939c43] was unregistered and unbound from the service proxy 01:28:10.874 [Thread-3] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@7b939c43] was unregistered and unbound from the service proxy 01:28:10.874 [Thread-3] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:10.875 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.tccl has unused registered services; added for shutdown 01:28:10.875 [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:10.875 [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:10.876 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=21], BundleImpl[id=20], BundleImpl[id=19]] 01:28:10.876 [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:10.876 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.877 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@54918550 01:28:10.877 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.877 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.877 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2) 01:28:10.877 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:10 UTC 2024]; root of context hierarchy 01:28:10.877 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:10 UTC 2024]; root of context hierarchy] 01:28:10.878 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 01:28:10.878 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@7b939c43] 01:28:10.878 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:10.878 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 01:28:10.878 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@54918550 01:28:10.878 [Gemini Blueprint context shutdown thread 1] TRACE o.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:10.878 [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:10.879 [Gemini Blueprint 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: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@54918550 01:28:10.879 [Gemini Blueprint context 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:10.879 [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:10.879 [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:10.880 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:10 UTC 2024]; root of context hierarchy 01:28:10.880 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:10 UTC 2024]; root of context hierarchy] 01:28:10.880 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 01:28: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@75c17f41] 01:28:10.880 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:10.881 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:28: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@54918550 01:28:10.881 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:28:10.881 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:28:10.881 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.881 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@54918550 01:28:10.882 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.882 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:10.882 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 01:28:10.882 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:10 UTC 2024]; root of context hierarchy 01:28:10.882 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:10 UTC 2024]; root of context hierarchy] 01:28:10.883 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] 01:28:10.883 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@174b1923] 01:28:10.883 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 01:28:10.883 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@5a38f713] 01:28:10.883 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:10.884 [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.884 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@54918550 01:28:10.884 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:28:10.884 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:10.884 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28:10.885 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=22] for sending replayes events; last one was null 01:28:10.885 [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@7de4d0d9 01:28:10.886 [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@65dc553f 01:28:10.886 [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@686966b0 01:28:10.886 [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.886 [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.887 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:28:10.887 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:28:11,604 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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,743 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:28:11,746 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:28:11,771 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:11,812 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:28:11,814 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:28:11,821 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:11,831 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@6325a3ee - No compression will be used 01:28:11,861 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:28:11,861 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:28:11,863 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:28:11,863 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:28:11,863 |-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,863 |-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,863 |-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,864 |-INFO 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,864 |-INFO 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,864 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:28:11,864 |-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,864 |-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,864 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:28:11,865 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:28:11,865 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:28:11,865 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:28:11,865 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:28:11,866 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:28:11,866 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:28:11,867 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@2b552920 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest 01:28:11.988 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:28:11.994 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:85 - Instantiating platform wrapper... 01:28:12.008 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi5815086533150030521kf 01:28:12.009 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:215 - About to start Knopflerfish OSGi Platform 01:28:12.126 [main] INFO o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:28:12.130 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:28:12.131 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:28:12.133 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:28:12.134 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:28:12.275 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:28:12.295 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:28:12.301 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:28:12.304 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:28:12.313 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:28:12.332 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:28:12.341 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:28:12.347 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:28:12.361 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:28:12.368 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:28:12.399 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:28:12.402 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:28:12.410 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:28:12.424 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:28:12.426 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:28:12.458 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:28:12.463 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:28:12.488 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:28:12.498 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:28:12.505 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:28:12.507 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:28:12.508 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:28:12.508 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:28:12.509 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:28:12.513 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:28:12.517 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:28:12.518 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:28:12.525 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:28:12.526 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:28:12.527 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:28:12.531 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:28:12.533 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:28:12.535 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:28:12,567 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:28:12,609 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:28:12,612 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:28:12,622 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:12,650 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:28:12,652 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:28:12,656 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:12,666 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@2949a1b5 - No compression will be used 01:28:12,672 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:28:12,672 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:28:12,674 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:28:12,674 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:28:12,674 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:28:12,675 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:28:12,675 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:28:12,676 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:28:12,676 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:28:12,676 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:28:12,676 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:28:12,677 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:28:12,677 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:28:12,677 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:28:12,678 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:28:12,678 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:28:12,678 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:28:12,679 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:28:12,680 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:28:12,681 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@34a08be0 - Registering current configuration as safe fallback point 01:28:12.696 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:28:12.708 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:28:12.882 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:28:12.883 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:28:12.888 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:28:12.891 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:28:12.897 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:12.898 [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:12.899 [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:12.899 [BundleStart #16] DEBUG 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:12.899 [BundleStart #16] 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:12.901 [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:12.901 [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:12.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:28:12.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:28:12.903 [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:12.904 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 01:28:12.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:28:12.904 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:12.905 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:12.905 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 01:28:12.905 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:12.905 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:28:12.906 [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:12.906 [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:12.907 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:28:12.907 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:28:12.908 [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:12.908 [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:12.908 [BundleStart #16] DEBUG o.e.g.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:12.909 [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:12.909 [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:12.909 [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:12.910 [BundleStart #16] DEBUG o.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:12.910 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:12.910 [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:12.911 [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:12.911 [BundleStart #16] 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:12.911 [BundleStart #16] 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:12.912 [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:12.912 [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:12.912 [BundleStart #16] DEBUG o.e.g.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:12.913 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:28:12.914 [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:12.914 [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:12.914 [BundleStart #16] 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:12.914 [BundleStart #16] 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:12.915 [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:12.916 [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:12.916 [BundleStart #16] DEBUG o.e.g.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:12.916 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:28:12.917 [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:12.917 [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:12.917 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:28:12.917 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:12.918 [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:12.919 [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:12.919 [BundleStart #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:12.919 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:28:12.919 [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:12.920 [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:12.920 [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:12.920 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:12.921 [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:12.921 [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:12.921 [BundleStart #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:12.921 [BundleStart #16] 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:12.923 [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:12.923 [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:12.923 [BundleStart #16] DEBUG o.e.g.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:12.933 [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:12.933 [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:12.936 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:28:12.936 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:28:12.940 [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:12.941 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:12.942 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@3a9320d3 w/ reference null 01:28:12.942 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@3a9320d3 w/ reference null 01:28:12.943 [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:12.960 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:12.970 [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:12.971 [BundleStart #16] DEBUG 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:12.971 [BundleStart #16] 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:12.974 [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:12.975 [BundleStart #16] DEBUG o.e.g.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:12.975 [BundleStart #16] 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:12.977 [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:12.977 [BundleStart #16] DEBUG o.e.g.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:12.978 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:12.978 [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:12.979 [BundleStart #16] DEBUG 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:12.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:28:12.980 [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:12.980 [BundleStart #16] DEBUG o.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:12.980 [BundleStart #16] 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:12.982 [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:12.983 [BundleStart #16] DEBUG o.e.g.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:12.983 [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:12.983 [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:12.984 [BundleStart #16] DEBUG o.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:12.984 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:12.985 [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:12.985 [BundleStart #16] 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:12.985 [BundleStart #16] 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:12.986 [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:12.987 [BundleStart #16] DEBUG o.e.g.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:12.987 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:28:12.988 [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:12.988 [BundleStart #16] 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:12.989 [BundleStart #16] 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:12.990 [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:12.990 [BundleStart #16] DEBUG o.e.g.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:12.990 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:28:12.991 [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:12.991 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:28:12.992 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:12.994 [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:12.994 [BundleStart #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:12.994 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:28:12.995 [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:12.995 [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:12.996 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:12.996 [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:12.996 [BundleStart #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:12.997 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:28:13.001 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:13.001 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:28:13.002 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:28:13.011 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:13.012 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:13.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:28:13.012 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:13.013 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:13.017 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 01:28:13.017 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:13.019 [main] INFO o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:199 - org/eclipse/gemini/blueprint/iandt/servicedependency/ExporterWithOptionalAndMandatoryImportersTest-bundle.properties was not found; using defaults 01:28:13.020 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:511 - Post processing: creating test bundle 01:28:13.033 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.servicedependency] 01:28:13.034 [main] INFO o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:202 - Automatically creating Manifest for the test bundle 01:28:13.035 [main] INFO o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:366 - Using the test class for generating bundle imports 01:28:13.037 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/servicedependency/ExporterWithOptionalAndMandatoryImportersTest.class 01:28:13.037 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:460 - Package [org.eclipse.gemini.blueprint.iandt.servicedependency] is part of the test archive; parsing ExporterWithOptionalAndMandatoryImportersTest bytecode to determine imports... 01:28:13.041 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:491 - Visiting class ExporterWithOptionalAndMandatoryImportersTest 01:28:13.054 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:28:13.054 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:28:13.054 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:491 - Visiting class BaseIntegrationTest 01:28:13.058 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:28:13.058 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:28:13.058 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:28:13.060 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:28:13.060 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:28:13.060 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:28:13.061 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:28:13.061 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:28:13.061 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.servicedependency, org.eclipse.gemini.blueprint.iandt, java.lang, org.osgi.framework, org.eclipse.gemini.blueprint.util, org.apache.commons.logging, java.io, java.util, org.eclipse.gemini.blueprint.test.provisioning, org.springframework.core.io, org.eclipse.gemini.blueprint.test, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, java.net} 01:28:13.061 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.servicedependency, java.lang, java.io, java.util, java.util.jar, java.security, java.lang.reflect, java.net] 01:28:13.062 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:28:13.062 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:282 - Filtered imports are [org.osgi.framework, org.eclipse.gemini.blueprint.util, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.springframework.core.io, org.eclipse.gemini.blueprint.test, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util] 01:28:13.062 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest, Bundle-Name=TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.springframework.core.io,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util, Manifest-Version=1.0] 01:28:13.063 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest, Bundle-Name=TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.springframework.core.io,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util, Manifest-Version=1.0]] 01:28:13.063 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:28:13.063 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:28:13.063 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:28:13.063 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:28:13.064 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:28:13.064 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:28:13.064 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:28:13.064 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:28:13.064 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:28:13.064 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:28:13.065 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ 01:28:13.065 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/CollectionImporterTest.class 01:28:13.065 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ExporterWithOptionalAndMandatoryImportersTest.class 01:28:13.065 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/MultipleExportersDependingOnOneImporterTest.class 01:28:13.065 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SimpleBean.class 01:28:13.065 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SingleExportDependingOnMultipleImportTest.class 01:28:13.066 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-multi-collection-import.xml 01:28:13.066 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-single-import.xml 01:28:13.066 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/single-export-multi-import.xml 01:28:13.074 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:557 - Test bundle [TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest (TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest)] successfully installed 01:28:13.074 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:28:13.077 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest (TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest)] 01:28:13.078 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:13.078 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest (TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest)] 01:28:13.078 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest (TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest)] 01:28:13.079 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:13.079 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest (TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest) 01:28:13.079 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest (TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest)] 01:28:13.079 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:562 - Test bundle [TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest (TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest)] successfully started 01:28:13.080 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:28:13.082 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:28:13.082 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:28:13.083 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:28:13.084 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:28:13.085 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:28:13.085 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:28:13.086 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:28:13.087 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:28:13.087 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:28:13.087 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:28:13.088 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:28:13.088 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:28:13.089 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:28:13.089 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:28:13.090 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:28:13.091 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:28:13.091 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:28:13.092 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:28:13.093 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest] does not trigger a context creation. 01:28:13.101 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:364 - Writing test name [testInjectedDependencies] to OSGi 01:28:13.115 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testInjectedDependencies] for execution inside OSGi 01:28:13.115 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testInjectedDependencies] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@a514af7 01:28:13.116 [main] INFO o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:190 - Loading context for locations: 01:28:13.129 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest, config=): startup date [Sat Apr 27 01:28:13 UTC 2024]; root of context hierarchy 01:28:13.135 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:28:13.168 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@6a78afa0: defining beans []; root of factory hierarchy 01:28:13.179 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:13.179 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:28:13.181 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:28:13.182 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:28:13.185 [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:13.186 [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:13.188 [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:13.192 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest, config=): startup date [Sat Apr 27 01:28:13 UTC 2024]; root of context hierarchy] 01:28:13.194 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest, org.springframework.context.service.name=TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest, Bundle-SymbolicName=TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest, Bundle-Version=0.0.0} 01:28:13.196 [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:13.235 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] 01:28:13.236 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:13.236 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] 01:28:13.236 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] 01:28:13.237 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:13.237 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer) 01:28:13.237 [BundleStart #19] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] 01:28:13.238 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle ExporterImporterDependency is type compatible with extender gemini-blueprint-extender; processing bundle... 01:28:13.239 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:13.240 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] 01:28:13.242 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] 01:28:13.243 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:28:13.243 [main] INFO o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:66 - Waiting for the test bundle to start up... 01:28:13.243 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@4f2847e9 01:28:13.244 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml) 01:28:13.244 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml) 01:28:13.244 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer] incremented to 1 01:28:13.245 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:13 UTC 2024]; root of context hierarchy 01:28:13.245 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:28:13.245 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:13.245 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer 01:28:13.261 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/config.xml] 01:28:13.295 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:13.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:28:13.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:28:13.297 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:13.373 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:13.374 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:13.427 [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@3b43e99a: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,injected-export,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1,depends-on-export,optional,mandatory]; root of factory hierarchy 01:28:13.427 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:13.427 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:28:13.428 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:28:13.428 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:28:13.438 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:28:13.441 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@3b43e99a: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,injected-export,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1,depends-on-export,optional,mandatory]; root of factory hierarchy] 01:28:13.442 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:28:13.442 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@4d392a47 01:28:13.443 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&optional, &mandatory] 01:28:13.456 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:28:13.474 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.util.SortedSet} and filter=[] in=[(objectClass=java.util.SortedSet)] 01:28:13.474 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.util.SortedSet)] in=[(objectClass=java.util.SortedSet)] 01:28:13.476 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:114 - Eager importer &optional implies dependecy DependencyService[Name=&optional][Filter=(objectClass=java.util.SortedSet)][Mandatory=false] 01:28:13.477 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.util.SortedMap} and filter=[] in=[(objectClass=java.util.SortedMap)] 01:28:13.477 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.util.SortedMap)] in=[(objectClass=java.util.SortedMap)] 01:28:13.478 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:114 - Eager importer &mandatory implies dependecy DependencyService[Name=&mandatory][Filter=(objectClass=java.util.SortedMap)][Mandatory=true] 01:28:13.479 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:379 - OSGi service dependency for importer [&mandatory] is already satisfied 01:28:13.479 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 1 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml) 01:28:13.480 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&mandatory] 01:28:13.480 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:28:13.480 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml) 01:28:13.480 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml) 01:28:13.480 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:28:13.481 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml) 01:28:13.482 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:28:13.488 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:28:13.499 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [ExporterImporterDependency(org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] scanning available bundles 01:28:13.499 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [ExporterImporterDependency(org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] scanning available bundles 01:28:13.500 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [ExporterImporterDependency(org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] scanning available bundles 01:28:13.500 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [ExporterImporterDependency(org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] scanning available bundles 01:28:13.501 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [ExporterImporterDependency(org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] scanning available bundles 01:28:13.506 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:28:13.507 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:28:13.513 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@386169b4] 01:28:13.513 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@6ff59d03] 01:28:13.525 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.util.SortedSet)] 01:28:13.525 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@574b560f} 01:28:13.526 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@574b560f] bound to proxy 01:28:13.526 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@574b560f] bound to proxy 01:28:13.527 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.dependency.SimpleComponentBeanInfo] required by [ExporterImporterDependency(org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] scanning available bundles 01:28:13.527 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [java.lang.ObjectBeanInfo] required by [ExporterImporterDependency(org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] scanning available bundles 01:28:13.528 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [java.lang.ObjectCustomizer] required by [ExporterImporterDependency(org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] scanning available bundles 01:28:13.529 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.dependency.SimpleComponentCustomizer] required by [ExporterImporterDependency(org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] scanning available bundles 01:28:13.530 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.util.SortedMap)] 01:28:13.530 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@ba54932} 01:28:13.531 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@ba54932] bound to proxy 01:28:13.531 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@ba54932] bound to proxy 01:28:13.532 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 01:28:13.533 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{&optional, &mandatory} 01:28:13.534 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:238 - Importer [&optional] is optional; skipping it 01:28:13.535 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[&mandatory] 01:28:13.540 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ServiceReferenceProxy] required by [ExporterImporterDependency(org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] scanning available bundles 01:28:13.541 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.dependency.SimpleComponent] classes {} 01:28:13.541 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable}] 01:28:13.542 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 01:28:13.544 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] is being tracked for dependencies 01:28:13.545 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends (transitively) on the following importers:{&optional, &mandatory} 01:28:13.545 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:238 - Importer [&optional] is optional; skipping it 01:28:13.545 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends on importers:[&mandatory] 01:28:13.545 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.dependency.SimpleComponent] classes {} 01:28:13.546 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable}] 01:28:13.546 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] started; all its dependencies are satisfied 01:28:13.546 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4609bdb0] 01:28:13.547 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:13 UTC 2024]; root of context hierarchy] 01:28:13.547 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, Bundle-Version=1.0.0} 01:28:13.548 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:28:13.548 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer] decremented to 0 01:28:13.548 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer 01:28:13.549 [main] INFO o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:68 - Test bundle context created - starting test... 01:28:13.558 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:28:13.558 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer] {java.io.Serializable, java.lang.Cloneable}={type=injected-deps,org.eclipse.gemini.blueprint.bean.name=injected-export,org.springframework.osgi.bean.name=injected-export,osgi.service.blueprint.compname=injected-export,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer,Bundle-Version=1.0.0,service.id=12} 01:28:13.559 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@574b560f] was unregistered and unbound from the service proxy 01:28:13.559 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@574b560f] was unregistered and unbound from the service proxy 01:28:13.560 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@ba54932] was unregistered and unbound from the service proxy 01:28:13.560 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@ba54932] was unregistered and unbound from the service proxy 01:28:13.561 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] stopped; transitive OSGi dependency [mandatory] is unsatifised 01:28:13.561 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer] {java.io.Serializable, java.lang.Cloneable}={type=injected-deps,org.eclipse.gemini.blueprint.bean.name=injected-export,org.springframework.osgi.bean.name=injected-export,osgi.service.blueprint.compname=injected-export,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer,Bundle-Version=1.0.0,service.id=12} 01:28:13.562 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@76317233] 01:28:13.562 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] stopped; transitive OSGi dependency [mandatory] is unsatifised 01:28:13.562 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@17d53317] 01:28:13.563 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@dd0c991] bound to proxy 01:28:13.563 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@dd0c991] bound to proxy 01:28:13.563 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5f16132a] bound to proxy 01:28:13.564 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5f16132a] bound to proxy 01:28:13.564 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&mandatory] is satisfied; checking the rest of the dependencies for exporter org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0 01:28:13.564 [main] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.dependency.SimpleComponent] classes {} 01:28:13.565 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable}] 01:28:13.565 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 01:28:13.565 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&mandatory] is satisfied; checking the rest of the dependencies for exporter org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1 01:28:13.566 [main] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.dependency.SimpleComponent] classes {} 01:28:13.566 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable}] 01:28:13.566 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] started; all its dependencies are satisfied 01:28:13.567 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer] {java.io.Serializable, java.lang.Cloneable}={type=injected-deps,org.eclipse.gemini.blueprint.bean.name=injected-export,org.springframework.osgi.bean.name=injected-export,osgi.service.blueprint.compname=injected-export,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer,Bundle-Version=1.0.0,service.id=17} 01:28:13.567 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@dd0c991] was unregistered and unbound from the service proxy 01:28:13.568 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@dd0c991] was unregistered and unbound from the service proxy 01:28:13.630 [BundleStop #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:28:13.631 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml) 01:28:13.631 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@4f2847e9 01:28:13.631 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml) 01:28:13.631 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml) 01:28:13.632 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer) 01:28:13.632 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:13 UTC 2024]; root of context hierarchy 01:28:13.633 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:13 UTC 2024]; root of context hierarchy] 01:28:13.635 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] 01:28:13.636 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@36d585c] 01:28:13.636 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 01:28:13.637 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer] {java.io.Serializable, java.lang.Cloneable}={type=injected-deps,org.eclipse.gemini.blueprint.bean.name=injected-export,org.springframework.osgi.bean.name=injected-export,osgi.service.blueprint.compname=injected-export,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer,Bundle-Version=1.0.0,service.id=17} 01:28:13.637 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@69fb6037] 01:28:13.638 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5f16132a] was unregistered and unbound from the service proxy 01:28:13.638 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5f16132a] was unregistered and unbound from the service proxy 01:28:13.638 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:13.639 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:28:13.640 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@4f2847e9 01:28:13.640 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:28:13.640 [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@5e7717ff 01:28:13.640 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:13.641 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:440 - Reading OSGi results for test [testInjectedDependencies] 01:28:13.642 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:447 - Test[testInjectedDependencies]'s result read 01:28:13.643 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:364 - Writing test name [testDependsOnDependencies] to OSGi 01:28:13.644 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDependsOnDependencies] for execution inside OSGi 01:28:13.644 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testDependsOnDependencies] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1356d4d4 01:28:13.645 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] 01:28:13.646 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:13.646 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] 01:28:13.646 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] 01:28:13.647 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:13.647 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer) 01:28:13.647 [BundleStart #19] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] 01:28:13.647 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle ExporterImporterDependency is type compatible with extender gemini-blueprint-extender; processing bundle... 01:28:13.647 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:13.648 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] 01:28:13.648 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] 01:28:13.648 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:28:13.648 [main] INFO o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:87 - Waiting for the test bundle to start up... 01:28:13.648 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@4f2847e9 01:28:13.648 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer] incremented to 1 01:28:13.648 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml) 01:28:13.649 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml) 01:28:13.649 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:13.649 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:13 UTC 2024]; root of context hierarchy 01:28:13.649 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer 01:28:13.649 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:28:13.657 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/config.xml] 01:28:13.661 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:13.661 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:13.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:28:13.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:28:13.693 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:13.694 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:13.708 [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@3308edf3: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,injected-export,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1,depends-on-export,optional,mandatory]; root of factory hierarchy 01:28:13.708 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:13.708 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:28:13.708 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:28:13.709 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:28:13.710 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:28:13.710 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@3308edf3: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,injected-export,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1,depends-on-export,optional,mandatory]; root of factory hierarchy] 01:28:13.711 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:28:13.711 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@4d392a47 01:28:13.711 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&optional, &mandatory] 01:28:13.711 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:28:13.712 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.util.SortedSet} and filter=[] in=[(objectClass=java.util.SortedSet)] 01:28:13.713 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.util.SortedSet)] in=[(objectClass=java.util.SortedSet)] 01:28:13.713 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:114 - Eager importer &optional implies dependecy DependencyService[Name=&optional][Filter=(objectClass=java.util.SortedSet)][Mandatory=false] 01:28:13.714 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.util.SortedMap} and filter=[] in=[(objectClass=java.util.SortedMap)] 01:28:13.714 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.util.SortedMap)] in=[(objectClass=java.util.SortedMap)] 01:28:13.714 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:114 - Eager importer &mandatory implies dependecy DependencyService[Name=&mandatory][Filter=(objectClass=java.util.SortedMap)][Mandatory=true] 01:28:13.714 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:379 - OSGi service dependency for importer [&mandatory] is already satisfied 01:28:13.715 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 1 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml) 01:28:13.715 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&mandatory] 01:28:13.715 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:28:13.715 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml) 01:28:13.715 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml) 01:28:13.715 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:28:13.715 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml) 01:28:13.716 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:28:13.716 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:28:13.716 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [ExporterImporterDependency(org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] scanning available bundles 01:28:13.717 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [ExporterImporterDependency(org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] scanning available bundles 01:28:13.717 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [ExporterImporterDependency(org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] scanning available bundles 01:28:13.717 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [ExporterImporterDependency(org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] scanning available bundles 01:28:13.718 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [ExporterImporterDependency(org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] scanning available bundles 01:28:13.722 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:28:13.722 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:28:13.758 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1f0ad25a] 01:28:13.759 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@3423fc74] 01:28:13.761 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.util.SortedSet)] 01:28:13.761 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@c03cf28} 01:28:13.761 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@c03cf28] bound to proxy 01:28:13.761 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@c03cf28] bound to proxy 01:28:13.762 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.util.SortedMap)] 01:28:13.762 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@1329eff} 01:28:13.762 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1329eff] bound to proxy 01:28:13.763 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1329eff] bound to proxy 01:28:13.763 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 01:28:13.763 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{&optional, &mandatory} 01:28:13.764 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:238 - Importer [&optional] is optional; skipping it 01:28:13.764 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[&mandatory] 01:28:13.764 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ServiceReferenceProxy] required by [ExporterImporterDependency(org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] scanning available bundles 01:28:13.765 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.dependency.SimpleComponent] classes {} 01:28:13.765 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable}] 01:28:13.765 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 01:28:13.767 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] is being tracked for dependencies 01:28:13.767 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends (transitively) on the following importers:{&optional, &mandatory} 01:28:13.767 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:238 - Importer [&optional] is optional; skipping it 01:28:13.767 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends on importers:[&mandatory] 01:28:13.767 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.dependency.SimpleComponent] classes {} 01:28:13.768 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable}] 01:28:13.768 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] started; all its dependencies are satisfied 01:28:13.768 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4cada4e6] 01:28:13.769 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:13 UTC 2024]; root of context hierarchy] 01:28:13.769 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, Bundle-Version=1.0.0} 01:28:13.769 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:28:13.770 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer] decremented to 0 01:28:13.770 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer 01:28:13.770 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:28:13.770 [main] INFO o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:89 - Test bundle context created - starting test... 01:28:13.771 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer] {java.io.Serializable, java.lang.Cloneable}={org.eclipse.gemini.blueprint.bean.name=depends-on-export,org.springframework.osgi.bean.name=depends-on-export,osgi.service.blueprint.compname=depends-on-export,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer,Bundle-Version=1.0.0,service.id=22} 01:28:13.771 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@c03cf28] was unregistered and unbound from the service proxy 01:28:13.772 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@c03cf28] was unregistered and unbound from the service proxy 01:28:13.772 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1329eff] was unregistered and unbound from the service proxy 01:28:13.772 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1329eff] was unregistered and unbound from the service proxy 01:28:13.773 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] stopped; transitive OSGi dependency [mandatory] is unsatifised 01:28:13.773 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@71d5ff78] 01:28:13.773 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] stopped; transitive OSGi dependency [mandatory] is unsatifised 01:28:13.773 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer] {java.io.Serializable, java.lang.Cloneable}={org.eclipse.gemini.blueprint.bean.name=depends-on-export,org.springframework.osgi.bean.name=depends-on-export,osgi.service.blueprint.compname=depends-on-export,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer,Bundle-Version=1.0.0,service.id=22} 01:28:13.774 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@34d8cde7] 01:28:13.774 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@41c2284a] bound to proxy 01:28:13.774 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@41c2284a] bound to proxy 01:28:13.775 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@53aad5d5] bound to proxy 01:28:13.775 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@53aad5d5] bound to proxy 01:28:13.775 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&mandatory] is satisfied; checking the rest of the dependencies for exporter org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0 01:28:13.776 [main] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.dependency.SimpleComponent] classes {} 01:28:13.776 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable}] 01:28:13.776 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 01:28:13.776 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&mandatory] is satisfied; checking the rest of the dependencies for exporter org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1 01:28:13.777 [main] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.dependency.SimpleComponent] classes {} 01:28:13.777 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable}] 01:28:13.777 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] started; all its dependencies are satisfied 01:28:13.778 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer] {java.io.Serializable, java.lang.Cloneable}={org.eclipse.gemini.blueprint.bean.name=depends-on-export,org.springframework.osgi.bean.name=depends-on-export,osgi.service.blueprint.compname=depends-on-export,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer,Bundle-Version=1.0.0,service.id=27} 01:28:13.778 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@41c2284a] was unregistered and unbound from the service proxy 01:28:13.778 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@41c2284a] was unregistered and unbound from the service proxy 01:28:13.779 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer] {java.io.Serializable, java.lang.Cloneable}={type=injected-deps,org.eclipse.gemini.blueprint.bean.name=injected-export,org.springframework.osgi.bean.name=injected-export,osgi.service.blueprint.compname=injected-export,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer,Bundle-Version=1.0.0,service.id=26} 01:28:13.779 [BundleStop #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:28:13.780 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml) 01:28:13.780 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@4f2847e9 01:28:13.780 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml) 01:28:13.780 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml) 01:28:13.780 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer) 01:28:13.780 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:13 UTC 2024]; root of context hierarchy 01:28:13.781 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:13 UTC 2024]; root of context hierarchy] 01:28:13.781 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] 01:28:13.781 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer] {java.io.Serializable, java.lang.Cloneable}={org.eclipse.gemini.blueprint.bean.name=depends-on-export,org.springframework.osgi.bean.name=depends-on-export,osgi.service.blueprint.compname=depends-on-export,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer,Bundle-Version=1.0.0,service.id=27} 01:28:13.782 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@1fb700ee] 01:28:13.782 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 01:28:13.783 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer] {java.io.Serializable, java.lang.Cloneable}={type=injected-deps,org.eclipse.gemini.blueprint.bean.name=injected-export,org.springframework.osgi.bean.name=injected-export,osgi.service.blueprint.compname=injected-export,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer,Bundle-Version=1.0.0,service.id=26} 01:28:13.783 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@46fa7c39] 01:28:13.783 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@53aad5d5] was unregistered and unbound from the service proxy 01:28:13.784 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@53aad5d5] was unregistered and unbound from the service proxy 01:28:13.784 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:13.784 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:28:13.785 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@4f2847e9 01:28:13.785 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:28:13.785 [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@50b0e241 01:28:13.785 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:13.786 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:440 - Reading OSGi results for test [testDependsOnDependencies] 01:28:13.786 [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.803 sec - in org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest 01:28:13.790 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest (TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest) 01:28:13.790 [Thread-0] INFO o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:471 - Shutting down OSGi platform 01:28:13.790 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest, config=): startup date [Sat Apr 27 01:28:13 UTC 2024]; root of context hierarchy 01:28:13.790 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest, config=): startup date [Sat Apr 27 01:28:13 UTC 2024]; root of context hierarchy] 01:28:13.791 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:28:13.791 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:13.791 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:28:13.792 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:13.792 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28:13.792 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:13.792 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:28:13.792 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:13.792 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28:13.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 null 01:28:13.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:28:13.794 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:28:13.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-202404270125] 01:28:14,492 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:28:14,621 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:28:14,624 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:28:14,648 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:14,688 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:28:14,691 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:28:14,697 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:14,708 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3a5ed7a6 - No compression will be used 01:28:14,715 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:28:14,715 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:28:14,717 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:28:14,717 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:28:14,717 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:28:14,717 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:28:14,718 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:28:14,718 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:28:14,718 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:28:14,718 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:28:14,718 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:28:14,719 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:28:14,719 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:28:14,719 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:28:14,719 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:28:14,719 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:28:14,719 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:28:14,720 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:28:14,720 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:28:14,721 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@627551fb - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest 01:28:14.852 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:28:14.857 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:85 - Instantiating platform wrapper... 01:28:14.871 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi928595620092760153kf 01:28:14.871 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:215 - About to start Knopflerfish OSGi Platform 01:28:14.987 [main] INFO o.e.g.b.i.t.ClientOnlyTcclTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:28:14.991 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:28:14.992 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:28:14.993 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:28:14.994 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:28:15.150 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:28:15.172 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:28:15.178 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:28:15.180 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:28:15.189 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:28:15.200 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:28:15.202 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:28:15.206 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:28:15.215 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:28:15.233 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:28:15.259 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:28:15.262 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:28:15.267 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:28:15.275 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:28:15.277 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:28:15.282 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:28:15.287 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:28:15.290 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/tccl.intf.bundle/target/tccl.intf-3.0.1.BUILD-SNAPSHOT.jar] 01:28:15.292 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/tccl.bundle/target/tccl-3.0.1.BUILD-SNAPSHOT.jar] 01:28:15.309 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:28:15.325 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:28:15.330 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:28:15.332 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:28:15.333 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:28:15.333 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:28:15.334 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:28:15.337 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:28:15.341 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:28:15.341 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:28:15.348 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:28:15.348 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:28:15.349 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:28:15.359 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:28:15.361 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:28:15.363 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:28:15,392 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:28:15,433 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:28:15,436 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:28:15,446 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:15,473 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:28:15,475 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:28:15,479 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:15,487 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5c5408f - No compression will be used 01:28:15,492 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:28:15,492 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:28:15,494 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:28:15,494 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:28:15,495 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:28:15,495 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:28:15,495 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:28:15,495 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:28:15,496 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:28:15,496 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:28:15,496 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:28:15,496 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:28:15,496 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:28:15,497 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:28:15,497 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:28:15,497 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:28:15,497 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:28:15,498 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:28:15,498 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:28:15,499 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3e833e2b - Registering current configuration as safe fallback point 01:28:15.512 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:28:15.523 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:28:15.680 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:28:15.681 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:28:15.685 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:28:15.689 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:28:15.694 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:15.696 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:15.696 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 01:28:15.696 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:15.697 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:28:15.698 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:15.699 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 01:28:15.699 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:28:15.699 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:28:15.700 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:15.701 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 01:28:15.701 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:28:15.701 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:15.702 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:15.702 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 01:28:15.702 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:15.703 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:28:15.703 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:15.704 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 01:28:15.704 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:28:15.704 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:28:15.705 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:15.706 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 01:28:15.706 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:28:15.706 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:28:15.707 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:15.707 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 01:28:15.707 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:28:15.708 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:15.708 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:15.708 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 01:28:15.709 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:15.709 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:28:15.709 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:15.710 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 01:28:15.710 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:28:15.710 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:28:15.711 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:15.711 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 01:28:15.711 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:28:15.712 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:28:15.713 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:15.713 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 01:28:15.713 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:28:15.713 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:28:15.714 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:15.714 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 01:28:15.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:15.714 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:15.715 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:15.716 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 01:28:15.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:15.716 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:28:15.716 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:15.717 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 01:28:15.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:15.717 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:15.717 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:15.718 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 01:28:15.718 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:15.718 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:28:15.720 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:15.720 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 01:28:15.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:15.730 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:28:15.730 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:28:15.733 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:28:15.733 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:28:15.736 [BundleStart #16] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:28:15.738 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:15.739 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@4b607fe2 w/ reference null 01:28:15.739 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@4b607fe2 w/ reference null 01:28:15.740 [BundleStart #16] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 01:28:15.744 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:15.760 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:15.760 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:15.761 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:28:15.763 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:15.764 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:28:15.764 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:28:15.766 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:15.767 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:28:15.767 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:15.768 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:15.768 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:15.768 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:28:15.769 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:15.770 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:28:15.770 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:28:15.772 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:15.773 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:28:15.773 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:28:15.773 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:15.774 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:28:15.774 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:15.775 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:15.775 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:15.776 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:28:15.777 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:15.777 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:28:15.777 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:28:15.778 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:15.779 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:28:15.779 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:28:15.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:28:15.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:28:15.781 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:28:15.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:28:15.782 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:28:15.782 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:15.784 [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:15.785 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:15.785 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:28:15.786 [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:15.786 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:28:15.786 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:15.787 [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:15.787 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:15.787 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:28:15.790 [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:15.791 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:28:15.792 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:28:15.798 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:15.799 [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:15.799 [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:15.799 [BundleStart #17] DEBUG 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:15.800 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:15.801 [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:15.801 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:15.802 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:319 - Starting [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/tccl.intf.bundle/target/tccl.intf-3.0.1.BUILD-SNAPSHOT.jar] 01:28:15.803 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)] 01:28:15.803 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl.intf]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:15.803 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl.intf]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf) 01:28:15.803 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)] 01:28:15.804 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)] 01:28:15.804 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl.intf]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:15.804 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)] 01:28:15.805 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:319 - Starting [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/tccl.bundle/target/tccl-3.0.1.BUILD-SNAPSHOT.jar] 01:28:15.806 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:15.806 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:15.807 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 01:28:15.807 [BundleStart #19] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:15.816 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-tccl is type compatible with extender gemini-blueprint-extender; processing bundle... 01:28:15.817 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:15.818 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:15.820 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:15.820 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:28:15.821 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:15.821 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@7392f41c 01:28:15.822 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:15.822 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:15.822 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:15.822 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:15.824 [main] INFO o.e.g.b.i.t.ClientOnlyTcclTest:199 - org/eclipse/gemini/blueprint/iandt/tcclManagement/ClientOnlyTcclTest-bundle.properties was not found; using defaults 01:28:15.824 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:511 - Post processing: creating test bundle 01:28:15.827 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:15 UTC 2024]; root of context hierarchy 01:28:15.835 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:28:15.861 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.tcclManagement] 01:28:15.861 [main] INFO o.e.g.b.i.t.ClientOnlyTcclTest:202 - Automatically creating Manifest for the test bundle 01:28:15.862 [main] INFO o.e.g.b.i.t.ClientOnlyTcclTest:366 - Using the test class for generating bundle imports 01:28:15.864 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/tcclManagement/ClientOnlyTcclTest.class 01:28:15.864 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:460 - Package [org.eclipse.gemini.blueprint.iandt.tcclManagement] is part of the test archive; parsing ClientOnlyTcclTest bytecode to determine imports... 01:28:15.868 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:491 - Visiting class ClientOnlyTcclTest 01:28:15.882 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:28:15.882 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:28:15.883 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:491 - Visiting class BaseIntegrationTest 01:28:15.886 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:28:15.886 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 01:28:15.886 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:28:15.887 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:28:15.888 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:28:15.889 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:28:15.889 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:28:15.890 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:28:15.890 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:28:15.890 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.tcclManagement, org.eclipse.gemini.blueprint.iandt, java.lang, org.eclipse.gemini.blueprint.iandt.tccl, java.net, java.io, org.springframework.context, org.osgi.framework, org.eclipse.gemini.blueprint.util, java.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io} 01:28:15.891 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.tcclManagement, java.lang, java.net, java.io, java.util, java.util.jar, java.security, java.lang.reflect] 01:28:15.891 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:28:15.891 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:282 - Filtered imports are [org.eclipse.gemini.blueprint.iandt.tccl, org.springframework.context, org.osgi.framework, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io] 01:28:15.891 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest, Bundle-Name=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.iandt.tccl,org.springframework.context,org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0] 01:28:15.892 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest, Bundle-Name=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.iandt.tccl,org.springframework.context,org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0]] 01:28:15.892 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:28:15.892 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:28:15.892 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:28:15.893 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:28:15.893 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:28:15.893 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:28:15.894 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:28:15.894 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:28:15.894 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:28:15.894 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:28:15.894 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ 01:28:15.895 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ClientOnlyTcclTest.class 01:28:15.895 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ServiceTcclTest.class 01:28:15.895 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml 01:28:15.895 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-resource.properties 01:28:15.895 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/service-context.xml 01:28:15.902 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:557 - Test bundle [TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest (TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest)] successfully installed 01:28:15.903 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:28:15.906 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest (TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest)] 01:28:15.906 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:15.906 [BundleStart #20] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest (TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest) 01:28:15.906 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest (TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest)] 01:28:15.907 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest (TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest)] 01:28:15.907 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:15.907 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest (TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest)] 01:28:15.908 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:562 - Test bundle [TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest (TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest)] successfully started 01:28:15.908 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:28:15.958 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:28:15.958 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:28:15.959 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:28:15.960 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.tccl] triggers a context creation; waiting for it 01:28:15.961 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] incremented to 1 01:28:15.963 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:15.964 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:28:15.971 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:15.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:28:15.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:28:15.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:28:16.062 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:16.062 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:16.109 [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@4ee182f1: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy 01:28:16.120 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:16.121 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:28:16.122 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:28:16.123 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:28:16.135 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:28:16.139 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@4ee182f1: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy] 01:28:16.139 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:28:16.140 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@27ab9811 01:28:16.140 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:28:16.140 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:28:16.141 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:16.141 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:28:16.141 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:28:16.142 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:16.142 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:16.142 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:28:16.143 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:16.157 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@216f2028] 01:28:16.157 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@36b22d61] 01:28:16.198 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 01:28:16.200 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 01:28:16.200 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 01:28:16.202 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 01:28:16.202 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:28:16.204 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 01:28:16.206 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] is being tracked for dependencies 01:28:16.206 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends (transitively) on the following importers:{} 01:28:16.206 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends on importers:[] 01:28:16.207 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 01:28:16.207 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:28:16.208 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] started; all its dependencies are satisfied 01:28:16.209 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@1668f73e] 01:28:16.213 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:15 UTC 2024]; root of context hierarchy] 01:28:16.215 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0} 01:28:16.216 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:28:16.216 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] decremented to 0 01:28:16.217 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:28:16.219 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:28:16.219 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:28:16.220 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:28:16.220 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:28:16.221 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:28:16.222 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:28:16.223 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:28:16.223 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:28:16.224 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:28:16.225 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:28:16.225 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest] does not trigger a context creation. 01:28:16.226 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:28:16.226 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:28:16.228 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:28:16.228 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:28:16.228 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:28:16.229 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.iandt.tccl.intf] does not trigger a context creation. 01:28:16.231 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:28:16.231 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testClientTCCLOnClientResources] to OSGi 01:28:16.245 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testClientTCCLOnClientResources] for execution inside OSGi 01:28:16.245 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testClientTCCLOnClientResources] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@67d48005 01:28:16.246 [main] INFO o.e.g.b.i.t.ClientOnlyTcclTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml 01:28:16.247 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest, config=/org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml): startup date [Sat Apr 27 01:28:16 UTC 2024]; root of context hierarchy 01:28:16.247 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:28:16.248 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml] 01:28:16.251 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:16.252 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:16.252 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:16.253 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:16.283 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:16.284 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:16.297 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest, config=/org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@3a93b025: defining beans [unmanaged,service-provider,client]; root of factory hierarchy 01:28:16.297 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:16.298 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:28:16.298 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:28:16.299 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:28:16.300 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@564fabc8] 01:28:16.301 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@16d04d3d] 01:28:16.305 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} and filter=[(tccl=unmanaged)] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=unmanaged))] 01:28:16.306 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=unmanaged))] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=unmanaged))] 01:28:16.306 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:28:16.313 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - UNMANAGED TCCL used for invoking ServiceReference [null] null={} 01:28:16.321 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest(TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest)] scanning available bundles 01:28:16.322 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest(TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest)] scanning available bundles 01:28:16.323 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest(TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest)] scanning available bundles 01:28:16.323 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest(TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest)] scanning available bundles 01:28:16.324 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest(TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest)] scanning available bundles 01:28:16.326 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=unmanaged))] 01:28:16.327 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@71f9e934} 01:28:16.327 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@71f9e934] bound to proxy 01:28:16.328 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@71f9e934] bound to proxy 01:28:16.357 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} and filter=[(tccl=unmanaged)] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=unmanaged))] 01:28:16.357 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=unmanaged))] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=unmanaged))] 01:28:16.357 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:28:16.359 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - SERVICE_PROVIDER TCCL used for invoking ServiceReference [null] null={} 01:28:16.359 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=unmanaged))] 01:28:16.360 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@71f9e934} 01:28:16.360 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@71f9e934] bound to proxy 01:28:16.361 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@71f9e934] bound to proxy 01:28:16.361 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceProviderTCCLInterceptor$ServiceProviderTCCLListener@2b71e916 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@71f9e934 01:28:16.366 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ServiceReferenceProxy] required by [TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest(TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest)] scanning available bundles 01:28:16.367 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceProviderTCCLInterceptor$ServiceProviderTCCLListener@2b71e916 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@71f9e934 01:28:16.370 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} and filter=[(tccl=unmanaged)] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=unmanaged))] 01:28:16.370 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=unmanaged))] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=unmanaged))] 01:28:16.371 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:28:16.371 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:28:16.372 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=unmanaged))] 01:28:16.373 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@71f9e934} 01:28:16.374 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@71f9e934] bound to proxy 01:28:16.374 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@71f9e934] bound to proxy 01:28:16.374 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@44c03695] 01:28:16.375 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest, config=/org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest, config=/org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml): startup date [Sat Apr 27 01:28:16 UTC 2024]; root of context hierarchy] 01:28:16.376 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest, org.springframework.context.service.name=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest, Bundle-SymbolicName=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest, Bundle-Version=0.0.0} 01:28:16.377 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:28:16.411 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.tccl] {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged,org.eclipse.gemini.blueprint.bean.name=service,org.springframework.osgi.bean.name=service,osgi.service.blueprint.compname=service,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl,Bundle-Version=1.0.0,service.id=9} 01:28:16.411 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-resource.properties 01:28:16.412 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-resource.properties at bundle://20/org/eclipse/gemini/blueprint/iandt/tcclManagement/client-resource.properties 01:28:16.412 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:16.413 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testClientTCCLOnClientResources] 01:28:16.414 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testClientTCCLOnClientResources]'s result read 01:28:16.415 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testServiceProviderTCCLOnClientResources] to OSGi 01:28:16.416 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLOnClientResources] for execution inside OSGi 01:28:16.416 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLOnClientResources] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@9d5509a 01:28:16.417 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-resource.properties 01:28:16.417 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:16.417 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLOnClientResources] 01:28:16.418 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testServiceProviderTCCLOnClientResources]'s result read 01:28:16.418 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testTCCLUnmanagedWithPredefinedClassLoader] to OSGi 01:28:16.419 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testTCCLUnmanagedWithPredefinedClassLoader] for execution inside OSGi 01:28:16.419 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testTCCLUnmanagedWithPredefinedClassLoader] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@179ece50 01:28:16.420 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:16.420 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testTCCLUnmanagedWithPredefinedClassLoader] 01:28:16.420 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testTCCLUnmanagedWithPredefinedClassLoader]'s result read 01:28:16.421 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testServiceProvidedTCCLOnClasses] to OSGi 01:28:16.421 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProvidedTCCLOnClasses] for execution inside OSGi 01:28:16.422 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProvidedTCCLOnClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3b0090a4 01:28:16.423 [BundleStop #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:28:16.424 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:16.424 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@7392f41c 01:28:16.425 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:16.425 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:16.426 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 01:28:16.426 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:15 UTC 2024]; root of context hierarchy 01:28:16.426 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:15 UTC 2024]; root of context hierarchy] 01:28:16.428 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] 01:28:16.429 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@efa0b91] 01:28:16.429 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 01:28:16.430 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@71f9e934] was unregistered and unbound from the service proxy 01:28:16.430 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@71f9e934] was unregistered and unbound from the service proxy 01:28:16.430 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@71f9e934] was unregistered and unbound from the service proxy 01:28:16.431 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@71f9e934] was unregistered and unbound from the service proxy 01:28:16.431 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceProviderTCCLInterceptor$ServiceProviderTCCLListener@2b71e916 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@71f9e934 01:28:16.431 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceProviderTCCLInterceptor$ServiceProviderTCCLListener@2b71e916 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@71f9e934 01:28:16.431 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@71f9e934] was unregistered and unbound from the service proxy 01:28:16.431 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@71f9e934] was unregistered and unbound from the service proxy 01:28:16.432 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.tccl] {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged,org.eclipse.gemini.blueprint.bean.name=service,org.springframework.osgi.bean.name=service,osgi.service.blueprint.compname=service,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl,Bundle-Version=1.0.0,service.id=9} 01:28:16.432 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@71f9e934] 01:28:16.433 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:16.434 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:28:16.434 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@7392f41c 01:28:16.434 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:28:16.435 [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@654c0bd7 01:28:16.457 [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:16.458 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:16.459 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:16.459 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 01:28:16.459 [BundleStart #19] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:16.460 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-tccl is type compatible with extender gemini-blueprint-extender; processing bundle... 01:28:16.460 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:16.460 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:16.461 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:16.461 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:28:16.461 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@7392f41c 01:28:16.461 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:16.461 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:16.461 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:16.462 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:16 UTC 2024]; root of context hierarchy 01:28:16.462 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:16.462 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:28:16.462 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:16.463 [main] TRACE o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:445 - Publishing event through publisher OsgiBundleXmlApplicationContext(bundle=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest, config=/org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml): startup date [Sat Apr 27 01:28:16 UTC 2024]; root of context hierarchy 01:28:16.463 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19.1/META-INF/spring/context.xml] 01:28:16.463 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest, config=/org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml): org.eclipse.gemini.blueprint.service.importer.event.OsgiServiceDependencyWaitStartingEvent[source=org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean@1fa121e2] 01:28:16.467 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:16.467 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:16.468 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:16.530 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:16.559 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:16.560 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:16.570 [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@1f82d2a0: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy 01:28:16.570 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:16.570 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:28:16.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:28:16.571 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:28:16.573 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:28:16.573 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@1f82d2a0: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy] 01:28:16.573 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:28:16.573 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@27ab9811 01:28:16.573 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:28:16.574 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:28:16.574 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:16.574 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:28:16.574 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:28:16.574 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:16.575 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:16.575 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:28:16.575 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:16.576 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@3503b7cf] 01:28:16.576 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@54804388] 01:28:16.578 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 01:28:16.578 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 01:28:16.579 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 01:28:16.579 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 01:28:16.579 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:28:16.580 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@60f2842] bound to proxy 01:28:16.580 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@60f2842] bound to proxy 01:28:16.580 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@60f2842] bound to proxy 01:28:16.580 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@60f2842] bound to proxy 01:28:16.581 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@60f2842] bound to proxy 01:28:16.581 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.tccl] {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged,org.eclipse.gemini.blueprint.bean.name=service,org.springframework.osgi.bean.name=service,osgi.service.blueprint.compname=service,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl,Bundle-Version=1.0.0,service.id=13} 01:28:16.581 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@60f2842] bound to proxy 01:28:16.581 [main] TRACE o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:445 - Publishing event through publisher OsgiBundleXmlApplicationContext(bundle=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest, config=/org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml): startup date [Sat Apr 27 01:28:16 UTC 2024]; root of context hierarchy 01:28:16.582 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceProviderTCCLInterceptor$ServiceProviderTCCLListener@2b71e916 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@60f2842 01:28:16.582 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest, config=/org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml): org.eclipse.gemini.blueprint.service.importer.event.OsgiServiceDependencyWaitEndedEvent[source=org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean@1fa121e2] 01:28:16.582 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceProviderTCCLInterceptor$ServiceProviderTCCLListener@2b71e916 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@60f2842 01:28:16.582 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:16.582 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 01:28:16.583 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testServiceProvidedTCCLOnClasses] 01:28:16.583 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testServiceProvidedTCCLOnClasses]'s result read 01:28:16.584 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testTCCLUnmanaged] to OSGi 01:28:16.584 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] is being tracked for dependencies 01:28:16.584 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testTCCLUnmanaged] for execution inside OSGi 01:28:16.584 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testTCCLUnmanaged] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@62ddbd7e 01:28:16.584 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends (transitively) on the following importers:{} 01:28:16.585 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends on importers:[] 01:28:16.585 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:16.585 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testTCCLUnmanaged] 01:28:16.585 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 01:28:16.585 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testTCCLUnmanaged]'s result read 01:28:16.585 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:28:16.586 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] started; all its dependencies are satisfied 01:28:16.586 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testServiceProvidedTCCLOnResources] to OSGi 01:28:16.586 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@18f13af1] 01:28:16.586 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProvidedTCCLOnResources] for execution inside OSGi 01:28:16.587 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProvidedTCCLOnResources] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@74e52ef6 01:28:16.587 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:16 UTC 2024]; root of context hierarchy] 01:28:16.587 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource /org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file 01:28:16.587 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0} 01:28:16.587 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource /org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file at bundle://19.1/org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file 01:28:16.588 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:16.588 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testServiceProvidedTCCLOnResources] 01:28:16.588 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:28:16.588 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testServiceProvidedTCCLOnResources]'s result read 01:28:16.588 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testTCCLUnmanagedWithNullClassLoader] to OSGi 01:28:16.589 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:28:16.589 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testTCCLUnmanagedWithNullClassLoader] for execution inside OSGi 01:28:16.589 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testTCCLUnmanagedWithNullClassLoader] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6ed3ccb2 01:28:16.590 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:16.591 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testTCCLUnmanagedWithNullClassLoader] 01:28:16.591 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testTCCLUnmanagedWithNullClassLoader]'s result read 01:28:16.591 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testClientTCCLWithServiceClasses] to OSGi 01:28:16.592 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testClientTCCLWithServiceClasses] for execution inside OSGi 01:28:16.592 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testClientTCCLWithServiceClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@15de0b3c current :sun.misc.Launcher$AppClassLoader@3d4eac69 cl : BundleDelegatingClassLoader for [TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest (TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest)] 01:28:16.593 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] required by [TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest(TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest)] scanning available bundles 01:28:16.593 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:16.593 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testClientTCCLWithServiceClasses] 01:28:16.593 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testClientTCCLWithServiceClasses]'s result read 01:28:16.594 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testServiceProviderTCCLOnClientClasses] to OSGi 01:28:16.594 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLOnClientClasses] for execution inside OSGi 01:28:16.595 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLOnClientClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@489115ef 01:28:16.595 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest] required by [org-springframework-osgi-iandt-tccl(org.eclipse.gemini.blueprint.iandt.tccl)] scanning available bundles 01:28:16.595 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:16.596 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLOnClientClasses] 01:28:16.596 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testServiceProviderTCCLOnClientClasses]'s result read 01:28:16.596 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testClientTCCLOnClientClasses] to OSGi 01:28:16.597 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testClientTCCLOnClientClasses] for execution inside OSGi 01:28:16.597 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testClientTCCLOnClientClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3857f613 01:28:16.597 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:16.598 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testClientTCCLOnClientClasses] 01:28:16.598 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testClientTCCLOnClientClasses]'s result read 01:28:16.598 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testClientTCCLWithServiceResource] to OSGi 01:28:16.599 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testClientTCCLWithServiceResource] for execution inside OSGi 01:28:16.599 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testClientTCCLWithServiceResource] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@198b6731 01:28:16.599 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource /org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file 01:28:16.600 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:16.600 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testClientTCCLWithServiceResource] 01:28:16.600 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testClientTCCLWithServiceResource]'s result read Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.754 sec - in org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest 01:28:16.604 [Thread-0] INFO o.e.g.b.i.t.ClientOnlyTcclTest:471 - Shutting down OSGi platform 01:28:16.604 [Thread-3] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest (TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest) 01:28:16.605 [Thread-3] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest, config=/org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml): startup date [Sat Apr 27 01:28:16 UTC 2024]; root of context hierarchy 01:28:16.605 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:16.605 [Thread-3] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest, config=/org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest, config=/org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml): startup date [Sat Apr 27 01:28:16 UTC 2024]; root of context hierarchy] 01:28:16.605 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19]] 01:28:16.606 [Thread-3] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@60f2842] was unregistered and unbound from the service proxy 01:28:16.606 [Thread-3] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@60f2842] was unregistered and unbound from the service proxy 01:28:16.606 [Thread-3] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceProviderTCCLInterceptor$ServiceProviderTCCLListener@2b71e916 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@60f2842 01:28:16.606 [Thread-3] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceProviderTCCLInterceptor$ServiceProviderTCCLListener@2b71e916 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@60f2842 01:28:16.606 [Thread-3] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@60f2842] was unregistered and unbound from the service proxy 01:28:16.606 [Thread-3] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@60f2842] was unregistered and unbound from the service proxy 01:28:16.607 [Thread-3] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@60f2842] was unregistered and unbound from the service proxy 01:28:16.607 [Thread-3] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@60f2842] was unregistered and unbound from the service proxy 01:28:16.607 [Thread-3] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.tccl] {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged,org.eclipse.gemini.blueprint.bean.name=service,org.springframework.osgi.bean.name=service,osgi.service.blueprint.compname=service,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl,Bundle-Version=1.0.0,service.id=13} 01:28:16.607 [Thread-3] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:16.658 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.tccl has unused registered services; added for shutdown 01:28:16.658 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19]] 01:28:16.659 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:28:16.659 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:16.659 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@7392f41c 01:28:16.660 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:16.660 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:16.660 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 01:28:16.660 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:16 UTC 2024]; root of context hierarchy 01:28:16.661 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:16 UTC 2024]; root of context hierarchy] 01:28:16.661 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] 01:28:16.661 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@7850d0cb] 01:28:16.662 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 01:28:16.662 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@60f2842] 01:28:16.663 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:16.663 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:28:16.663 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@7392f41c 01:28:16.663 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:28:16.663 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:16.664 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28:16.664 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:16.664 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:28:16.664 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:16.664 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28:16.665 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=20] for sending replayes events; last one was null 01:28:16.666 [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@6b8bf90e 01:28:16.666 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=18] for sending replayes events; last one was null 01:28:16.666 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=17] for sending replayes events; last one was null 01:28:16.667 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:28:16.668 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:28:17,380 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:28:17,507 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:28:17,510 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:28:17,533 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:17,578 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:28:17,580 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:28:17,587 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:17,598 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3a5ed7a6 - No compression will be used 01:28:17,606 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:28:17,606 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:28:17,608 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:28:17,608 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:28:17,608 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:28:17,609 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:28:17,609 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:28:17,609 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:28:17,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:28:17,609 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:28:17,610 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:28:17,610 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:28:17,610 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:28:17,610 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:28:17,610 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:28:17,610 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:28:17,611 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:28:17,611 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:28:17,612 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:28:17,613 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@627551fb - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest 01:28:17.739 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:28:17.744 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:85 - Instantiating platform wrapper... 01:28:17.758 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi6154554455768159557kf 01:28:17.759 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:215 - About to start Knopflerfish OSGi Platform 01:28:17.892 [main] INFO o.e.g.b.i.t.ServiceTcclTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:28:17.898 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:28:17.899 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:28:17.901 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:28:17.903 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:28:18.071 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:28:18.088 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:28:18.102 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:28:18.106 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:28:18.119 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:28:18.130 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:28:18.131 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:28:18.135 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:28:18.141 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:28:18.165 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:28:18.183 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:28:18.187 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:28:18.194 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:28:18.203 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:28:18.206 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:28:18.210 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:28:18.214 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:28:18.217 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/tccl.intf.bundle/target/tccl.intf-3.0.1.BUILD-SNAPSHOT.jar] 01:28:18.218 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/tccl.bundle/target/tccl-3.0.1.BUILD-SNAPSHOT.jar] 01:28:18.263 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:28:18.275 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:28:18.282 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:28:18.284 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:28:18.285 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:28:18.286 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:28:18.287 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:28:18.291 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:28:18.296 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:28:18.297 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:28:18.305 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:28:18.306 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:28:18.307 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:28:18.310 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:28:18.312 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:28:18.314 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:28:18,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:28:18,384 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:28:18,387 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:28:18,398 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:18,424 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:28:18,426 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:28:18,430 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:18,437 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@35d3c657 - No compression will be used 01:28:18,442 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:28:18,442 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:28:18,444 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:28:18,444 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:28:18,444 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:28:18,444 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:28:18,445 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:28:18,445 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:28:18,445 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:28:18,445 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:28:18,446 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:28:18,446 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:28:18,446 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:28:18,446 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:28:18,446 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:28:18,447 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:28:18,447 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:28:18,448 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:28:18,448 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:28:18,449 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@520ede49 - Registering current configuration as safe fallback point 01:28:18.462 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:28:18.473 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:28:18.626 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:28:18.627 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:28:18.631 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:28:18.634 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:28:18.639 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:18.641 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:18.641 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 01:28:18.641 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:18.642 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:28:18.643 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:18.644 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 01:28:18.644 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:28:18.644 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:28:18.645 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:18.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:28:18.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:28:18.646 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:18.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:28:18.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:28:18.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:28:18.648 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:28:18.648 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:18.649 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 01:28:18.649 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:28:18.649 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:28:18.650 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:18.651 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 01:28:18.651 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:28:18.651 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:28:18.652 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:18.652 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 01:28:18.656 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:28:18.657 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:18.657 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:18.657 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 01:28:18.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:28:18.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:28:18.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:28:18.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:28:18.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:28:18.659 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:28:18.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:28:18.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:28:18.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:28:18.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:28:18.662 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:18.662 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 01:28:18.662 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:28:18.663 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:28:18.663 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:18.663 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 01:28:18.663 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:28:18.664 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:18.665 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:18.665 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 01:28:18.665 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:18.666 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:28:18.666 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:18.666 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 01:28:18.666 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:28:18.666 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:18.667 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:18.667 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 01:28:18.667 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:18.668 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:28:18.669 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:18.670 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 01:28:18.670 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:28:18.680 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:28:18.680 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:28:18.683 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:28:18.683 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:28:18.687 [BundleStart #16] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:28:18.689 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:18.689 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@2614fd68 w/ reference null 01:28:18.689 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@2614fd68 w/ reference null 01:28:18.690 [BundleStart #16] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 01:28:18.694 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:18.705 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:18.705 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:18.706 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:28:18.708 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:18.708 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:28:18.709 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:28:18.710 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:18.711 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:28:18.711 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:18.712 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:18.712 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:18.712 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:28:18.714 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:18.714 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:28:18.714 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:28:18.716 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:18.717 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:28:18.717 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:28:18.717 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:18.718 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:28:18.718 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:18.719 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:18.719 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:18.719 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:28:18.720 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:18.720 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:28:18.721 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:28:18.722 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:18.722 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:28:18.722 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:28:18.724 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:18.724 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:28:18.724 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:28:18.725 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:18.725 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:28:18.725 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:18.727 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:18.727 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:18.727 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:28:18.728 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:18.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:28:18.728 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:18.729 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:18.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:28:18.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:28:18.733 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:18.733 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:28:18.734 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:28:18.741 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:18.757 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:18.757 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:18.757 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:18.758 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:18.758 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 01:28:18.758 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:18.758 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:319 - Starting [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/tccl.intf.bundle/target/tccl.intf-3.0.1.BUILD-SNAPSHOT.jar] 01:28:18.760 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)] 01:28:18.760 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl.intf]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:18.760 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)] 01:28:18.761 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)] 01:28:18.761 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl.intf]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:18.761 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl.intf]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf) 01:28:18.761 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)] 01:28:18.761 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:319 - Starting [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/tccl.bundle/target/tccl-3.0.1.BUILD-SNAPSHOT.jar] 01:28:18.763 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:18.763 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:18.764 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:18.764 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:18.764 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:18.764 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 01:28:18.765 [BundleStart #19] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:18.774 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-tccl is type compatible with extender gemini-blueprint-extender; processing bundle... 01:28:18.775 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:18.776 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:18.778 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 01:28:18.779 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:28:18.779 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@271edd43 01:28:18.780 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:18.780 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:18.782 [main] INFO o.e.g.b.i.t.ServiceTcclTest:199 - org/eclipse/gemini/blueprint/iandt/tcclManagement/ServiceTcclTest-bundle.properties was not found; using defaults 01:28:18.783 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:511 - Post processing: creating test bundle 01:28:18.788 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:18 UTC 2024]; root of context hierarchy 01:28:18.796 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:28:18.799 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.tcclManagement] 01:28:18.799 [main] INFO o.e.g.b.i.t.ServiceTcclTest:202 - Automatically creating Manifest for the test bundle 01:28:18.800 [main] INFO o.e.g.b.i.t.ServiceTcclTest:366 - Using the test class for generating bundle imports 01:28:18.802 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/tcclManagement/ServiceTcclTest.class 01:28:18.803 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:460 - Package [org.eclipse.gemini.blueprint.iandt.tcclManagement] is part of the test archive; parsing ServiceTcclTest bytecode to determine imports... 01:28:18.806 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:491 - Visiting class ServiceTcclTest 01:28:18.820 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:28:18.820 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:28:18.821 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:491 - Visiting class BaseIntegrationTest 01:28:18.824 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:28:18.824 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:28:18.825 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:28:18.826 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:28:18.827 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:28:18.827 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:28:18.828 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:28:18.828 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:28:18.828 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.tcclManagement, org.eclipse.gemini.blueprint.iandt, java.lang, org.osgi.framework, java.io, org.eclipse.gemini.blueprint.iandt.tccl, java.net, org.springframework.context, java.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io} 01:28:18.829 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.tcclManagement, java.lang, java.io, java.net, java.util, java.util.jar, java.security, java.lang.reflect] 01:28:18.829 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:28:18.829 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:282 - Filtered imports are [org.osgi.framework, org.eclipse.gemini.blueprint.iandt.tccl, org.springframework.context, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 01:28:18.830 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest, Bundle-Name=TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.iandt.tccl,org.springframework.context,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 01:28:18.830 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest, Bundle-Name=TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.iandt.tccl,org.springframework.context,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 01:28:18.830 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:28:18.831 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:28:18.857 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 01:28:18.857 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:28:18.858 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:28:18.858 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:28:18.858 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:28:18.859 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:28:18.859 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:28:18.859 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:28:18.859 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:28:18.860 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ 01:28:18.860 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ClientOnlyTcclTest.class 01:28:18.860 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ServiceTcclTest.class 01:28:18.860 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml 01:28:18.861 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-resource.properties 01:28:18.861 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/service-context.xml 01:28:18.870 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:557 - Test bundle [TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest (TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest)] successfully installed 01:28:18.870 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:28:18.874 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest (TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest)] 01:28:18.875 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:18.875 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest (TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest)] 01:28:18.875 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest (TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest)] 01:28:18.876 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:18.876 [BundleStart #20] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest (TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest) 01:28:18.876 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest (TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest)] 01:28:18.877 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:562 - Test bundle [TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest (TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest)] successfully started 01:28:18.877 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:28:18.879 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:28:18.880 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:28:18.881 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:28:18.882 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.tccl] triggers a context creation; waiting for it 01:28:18.883 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] incremented to 1 01:28:18.885 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:18.885 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:28:18.900 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:18.901 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:18.902 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:18.903 [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:19.012 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:19.013 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:19.078 [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@42bdf5ad: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy 01:28:19.090 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:19.091 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:28:19.092 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.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:19.092 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.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:19.105 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:28:19.109 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@42bdf5ad: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy] 01:28:19.110 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:28:19.110 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@44c5b157 01:28:19.110 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:28:19.111 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:28:19.111 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:19.111 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:28:19.111 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:28:19.111 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:19.112 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:19.112 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:28:19.112 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:19.115 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1897f1a2] 01:28:19.116 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@59b37a62] 01:28:19.153 [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:19.154 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 01:28:19.155 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 01:28:19.157 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 01:28:19.157 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:28:19.159 [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:19.161 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] is being tracked for dependencies 01:28:19.161 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends (transitively) on the following importers:{} 01:28:19.161 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends on importers:[] 01:28:19.162 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 01:28:19.162 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:28:19.162 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] started; all its dependencies are satisfied 01:28:19.164 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@7b176c18] 01:28:19.168 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:18 UTC 2024]; root of context hierarchy] 01:28:19.170 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0} 01:28:19.171 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:28:19.171 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] decremented to 0 01:28:19.172 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:28:19.173 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:28:19.173 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:28:19.174 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest] does not trigger a context creation. 01:28:19.174 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:28:19.175 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:28:19.176 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:28:19.176 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:28:19.177 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:28:19.177 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:28:19.178 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:28:19.178 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:28:19.179 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:28:19.180 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:28:19.181 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:28:19.181 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:28:19.181 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:28:19.182 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.iandt.tccl.intf] does not trigger a context creation. 01:28:19.184 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:28:19.184 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLWithClientTCCLOnClasses] to OSGi 01:28:19.198 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLWithClientTCCLOnClasses] for execution inside OSGi 01:28:19.199 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLWithClientTCCLOnClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@67d48005 01:28:19.199 [main] INFO o.e.g.b.i.t.ServiceTcclTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/tcclManagement/service-context.xml 01:28:19.200 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest, config=/org/eclipse/gemini/blueprint/iandt/tcclManagement/service-context.xml): startup date [Sat Apr 27 01:28:19 UTC 2024]; root of context hierarchy 01:28:19.201 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:28:19.202 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/org/eclipse/gemini/blueprint/iandt/tcclManagement/service-context.xml] 01:28:19.205 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:19.206 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:19.206 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:19.207 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:19.236 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:19.236 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:19.258 [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@3a93b025: defining beans [unmanaged,service-provider,client]; root of factory hierarchy 01:28:19.259 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:19.259 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:28:19.259 [main] TRACE o.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:19.260 [main] TRACE o.e.g.b.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:19.261 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@564fabc8] 01:28:19.261 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@16d04d3d] 01:28:19.266 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} and filter=[(tccl=service-provider)] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=service-provider))] 01:28:19.266 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=service-provider))] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=service-provider))] 01:28:19.267 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:28:19.273 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - UNMANAGED TCCL used for invoking ServiceReference [null] null={} 01:28:19.283 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest(TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest)] scanning available bundles 01:28:19.284 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest(TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest)] scanning available bundles 01:28:19.284 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest(TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest)] scanning available bundles 01:28:19.285 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest(TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest)] scanning available bundles 01:28:19.285 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest(TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest)] scanning available bundles 01:28:19.288 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=service-provider))] 01:28:19.288 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@4928f22c} 01:28:19.289 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4928f22c] bound to proxy 01:28:19.289 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4928f22c] bound to proxy 01:28:19.291 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} and filter=[(tccl=service-provider)] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=service-provider))] 01:28:19.291 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=service-provider))] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=service-provider))] 01:28:19.292 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:28:19.293 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - SERVICE_PROVIDER TCCL used for invoking ServiceReference [null] null={} 01:28:19.293 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=service-provider))] 01:28:19.294 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@4928f22c} 01:28:19.294 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4928f22c] bound to proxy 01:28:19.294 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4928f22c] bound to proxy 01:28:19.294 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceProviderTCCLInterceptor$ServiceProviderTCCLListener@2b71e916 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@4928f22c 01:28:19.299 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ServiceReferenceProxy] required by [TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest(TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest)] scanning available bundles 01:28:19.300 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceProviderTCCLInterceptor$ServiceProviderTCCLListener@2b71e916 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@4928f22c 01:28:19.302 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} and filter=[(tccl=service-provider)] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=service-provider))] 01:28:19.302 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=service-provider))] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=service-provider))] 01:28:19.302 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:28:19.303 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:28:19.303 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=service-provider))] 01:28:19.304 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@4928f22c} 01:28:19.304 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4928f22c] bound to proxy 01:28:19.305 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4928f22c] bound to proxy 01:28:19.305 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@44c03695] 01:28:19.306 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest, config=/org/eclipse/gemini/blueprint/iandt/tcclManagement/service-context.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest, config=/org/eclipse/gemini/blueprint/iandt/tcclManagement/service-context.xml): startup date [Sat Apr 27 01:28:19 UTC 2024]; root of context hierarchy] 01:28:19.307 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest, org.springframework.context.service.name=TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest, Bundle-SymbolicName=TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest, Bundle-Version=0.0.0} 01:28:19.308 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:28:19.332 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.tccl] {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider,org.eclipse.gemini.blueprint.bean.name=service,org.springframework.osgi.bean.name=service,osgi.service.blueprint.compname=service,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl,Bundle-Version=1.0.0,service.id=10} 01:28:19.334 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [org-springframework-osgi-iandt-tccl(org.eclipse.gemini.blueprint.iandt.tccl)] scanning available bundles 01:28:19.334 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [org-springframework-osgi-iandt-tccl(org.eclipse.gemini.blueprint.iandt.tccl)] scanning available bundles 01:28:19.336 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest] required by [org-springframework-osgi-iandt-tccl(org.eclipse.gemini.blueprint.iandt.tccl)] scanning available bundles 01:28:19.336 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:19.337 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLWithClientTCCLOnClasses] 01:28:19.357 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProviderTCCLWithClientTCCLOnClasses]'s result read 01:28:19.358 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLWithClientTCCLWithServiceClasses] to OSGi 01:28:19.359 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLWithClientTCCLWithServiceClasses] for execution inside OSGi 01:28:19.360 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLWithClientTCCLWithServiceClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7eac9008 01:28:19.360 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:19.360 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLWithClientTCCLWithServiceClasses] 01:28:19.361 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProviderTCCLWithClientTCCLWithServiceClasses]'s result read 01:28:19.361 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLOnClientResources] to OSGi 01:28:19.362 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLOnClientResources] for execution inside OSGi 01:28:19.362 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLOnClientResources] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4116aac9 01:28:19.362 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-resource.properties 01:28:19.363 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:19.363 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLOnClientResources] 01:28:19.363 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProviderTCCLOnClientResources]'s result read 01:28:19.364 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLAndUnmanagedClient] to OSGi 01:28:19.364 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLAndUnmanagedClient] for execution inside OSGi 01:28:19.365 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLAndUnmanagedClient] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@62ddbd7e 01:28:19.365 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:19.365 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLAndUnmanagedClient] 01:28:19.366 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProviderTCCLAndUnmanagedClient]'s result read 01:28:19.366 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProvidedTCCLOnClasses] to OSGi 01:28:19.367 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProvidedTCCLOnClasses] for execution inside OSGi 01:28:19.367 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProvidedTCCLOnClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@74e52ef6 01:28:19.368 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:19.368 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProvidedTCCLOnClasses] 01:28:19.368 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProvidedTCCLOnClasses]'s result read 01:28:19.369 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProvidedTCCLOnResources] to OSGi 01:28:19.369 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProvidedTCCLOnResources] for execution inside OSGi 01:28:19.369 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProvidedTCCLOnResources] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6ed3ccb2 01:28:19.370 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource /org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file 01:28:19.370 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource /org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file at bundle://19/org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file 01:28:19.370 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:19.371 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProvidedTCCLOnResources] 01:28:19.371 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProvidedTCCLOnResources]'s result read 01:28:19.371 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLAndUnmanagedClientWithPredefinedClassLoader] to OSGi 01:28:19.372 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLAndUnmanagedClientWithPredefinedClassLoader] for execution inside OSGi 01:28:19.372 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLAndUnmanagedClientWithPredefinedClassLoader] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1a677343 01:28:19.373 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:19.373 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLAndUnmanagedClientWithPredefinedClassLoader] 01:28:19.373 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProviderTCCLAndUnmanagedClientWithPredefinedClassLoader]'s result read 01:28:19.374 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLOnClientClasses] to OSGi 01:28:19.374 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLOnClientClasses] for execution inside OSGi 01:28:19.374 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLOnClientClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@15de0b3c 01:28:19.375 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest] required by [org-springframework-osgi-iandt-tccl(org.eclipse.gemini.blueprint.iandt.tccl)] scanning available bundles 01:28:19.376 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:19.376 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLOnClientClasses] 01:28:19.376 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProviderTCCLOnClientClasses]'s result read 01:28:19.377 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLWithClientTCCLOnResources] to OSGi 01:28:19.377 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLWithClientTCCLOnResources] for execution inside OSGi 01:28:19.377 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLWithClientTCCLOnResources] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3857f613 01:28:19.378 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-resource.properties 01:28:19.378 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:19.378 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLWithClientTCCLOnResources] 01:28:19.379 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProviderTCCLWithClientTCCLOnResources]'s result read 01:28:19.379 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLWithClientTCCLWithServiceResource] to OSGi 01:28:19.380 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLWithClientTCCLWithServiceResource] for execution inside OSGi 01:28:19.380 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLWithClientTCCLWithServiceResource] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@198b6731 01:28:19.381 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/iandt/tccl/TCCLService.class 01:28:19.381 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/iandt/tccl/TCCLService.class at bundle://18/org/eclipse/gemini/blueprint/iandt/tccl/TCCLService.class 01:28:19.381 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource /org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file 01:28:19.382 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource /org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file at bundle://19/org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file 01:28:19.382 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:19.382 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLWithClientTCCLWithServiceResource] 01:28:19.382 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProviderTCCLWithClientTCCLWithServiceResource]'s result read 01:28:19.383 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testSanity] to OSGi 01:28:19.383 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testSanity] for execution inside OSGi 01:28:19.383 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testSanity] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3c9754d8 org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation#590845366 01:28:19.384 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:19.384 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testSanity] 01:28:19.385 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testSanity]'s result read 01:28:19.385 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLWithUnmanagedClientWithNullClassLoader] to OSGi 01:28:19.385 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLWithUnmanagedClientWithNullClassLoader] for execution inside OSGi 01:28:19.386 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLWithUnmanagedClientWithNullClassLoader] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3bf7ca37 01:28:19.386 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:19.386 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLWithUnmanagedClientWithNullClassLoader] 01:28:19.386 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProviderTCCLWithUnmanagedClientWithNullClassLoader]'s result read Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.652 sec - in org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest 01:28:19.390 [Thread-0] INFO o.e.g.b.i.t.ServiceTcclTest:471 - Shutting down OSGi platform 01:28:19.391 [Thread-3] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest (TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest) 01:28:19.391 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:19.391 [Thread-3] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest, config=/org/eclipse/gemini/blueprint/iandt/tcclManagement/service-context.xml): startup date [Sat Apr 27 01:28:19 UTC 2024]; root of context hierarchy 01:28:19.391 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:28:19.392 [Thread-3] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest, config=/org/eclipse/gemini/blueprint/iandt/tcclManagement/service-context.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest, config=/org/eclipse/gemini/blueprint/iandt/tcclManagement/service-context.xml): startup date [Sat Apr 27 01:28:19 UTC 2024]; root of context hierarchy] 01:28:19.392 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:19.392 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28:19.392 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:19.392 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19]] 01:28:19.394 [Thread-3] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4928f22c] was unregistered and unbound from the service proxy 01:28:19.394 [Thread-3] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4928f22c] was unregistered and unbound from the service proxy 01:28:19.395 [Thread-3] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceProviderTCCLInterceptor$ServiceProviderTCCLListener@2b71e916 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@4928f22c 01:28:19.395 [Thread-3] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceProviderTCCLInterceptor$ServiceProviderTCCLListener@2b71e916 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@4928f22c 01:28:19.395 [Thread-3] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4928f22c] was unregistered and unbound from the service proxy 01:28:19.395 [Thread-3] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4928f22c] was unregistered and unbound from the service proxy 01:28:19.469 [Thread-3] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4928f22c] was unregistered and unbound from the service proxy 01:28:19.469 [Thread-3] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4928f22c] was unregistered and unbound from the service proxy 01:28:19.470 [Thread-3] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:19.477 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.tccl has unused registered services; added for shutdown 01:28:19.478 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19]] 01:28:19.479 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:28:19.480 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:19.480 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@271edd43 01:28:19.480 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:19.480 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:28:19.481 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 01:28:19.481 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:18 UTC 2024]; root of context hierarchy 01:28:19.481 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:18 UTC 2024]; root of context hierarchy] 01:28:19.481 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] 01:28:19.482 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.tccl] {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider,org.eclipse.gemini.blueprint.bean.name=service,org.springframework.osgi.bean.name=service,osgi.service.blueprint.compname=service,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl,Bundle-Version=1.0.0,service.id=10} 01:28:19.482 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@4928f22c] 01:28:19.482 [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:19.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@579a8c4] 01:28:19.483 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:19.484 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:28:19.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@271edd43 01:28:19.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.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:28:19.485 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:19.485 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28:19.486 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=20] for sending replayes events; last one was null 01:28:19.487 [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@278922a9 01:28:19.487 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=18] for sending replayes events; last one was null 01:28:19.487 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=17] for sending replayes events; last one was null 01:28:19.488 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:28:19.489 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] Running org.eclipse.gemini.blueprint.iandt.testingFramework.RunBundleCreationTest 01:28:20,262 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:28:20,386 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:28:20,389 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:28:20,413 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:20,462 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:28:20,464 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:28:20,471 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:20,481 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@4f063c0a - No compression will be used 01:28:20,488 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:28:20,488 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:28:20,490 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:28:20,490 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:28:20,490 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:28:20,491 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:28:20,491 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:28:20,491 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:28:20,491 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:28:20,491 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:28:20,491 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:28:20,492 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:28:20,492 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:28:20,492 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:28:20,492 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:28:20,492 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:28:20,493 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:28:20,494 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:28:20,494 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:28:20,495 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@184f6be2 - Registering current configuration as safe fallback point 01:28:20.577 [main] TRACE o.e.g.b.i.t.BundleCreationTst:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:28:20.583 [main] TRACE o.e.g.b.i.t.BundleCreationTst:85 - Instantiating platform wrapper... 01:28:20.598 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi2855378444836535140kf 01:28:20.598 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:215 - About to start Knopflerfish OSGi Platform 01:28:20.720 [main] INFO o.e.g.b.i.t.BundleCreationTst:279 - Knopflerfish OSGi Platform [7.1.2] started 01:28:20.725 [main] TRACE o.e.g.b.i.t.BundleCreationTst:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:28:20.726 [main] TRACE o.e.g.b.i.t.BundleCreationTst:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:28:20.727 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:28:20.728 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:28:20.856 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:28:20.873 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:28:20.879 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:28:20.881 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:28:20.890 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:28:20.901 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:28:20.903 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:28:20.907 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:28:20.913 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:28:20.919 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:28:20.941 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:28:20.961 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:28:20.966 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:28:20.975 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:28:20.977 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:28:20.982 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:28:20.986 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:28:21.007 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:28:21.015 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:28:21.020 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:28:21.022 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:28:21.022 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:28:21.023 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:28:21.024 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:28:21.027 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:28:21.031 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:28:21.031 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:28:21.037 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:28:21.038 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:28:21.056 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:28:21.060 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:28:21.062 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:28:21.064 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:28:21,093 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:28:21,135 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:28:21,137 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:28:21,147 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:21,175 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:28:21,177 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:28:21,183 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:21,191 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7ff80a2e - No compression will be used 01:28:21,195 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:28:21,196 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:28:21,197 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:28:21,198 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:28:21,198 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:28:21,198 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:28:21,198 |-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:21,198 |-INFO 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:21,199 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:28:21,199 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:28:21,199 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:28:21,199 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:28:21,199 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:28:21,200 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:28:21,200 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:28:21,200 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:28:21,200 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:28:21,201 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:28:21,201 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:28:21,202 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@10a76e4 - Registering current configuration as safe fallback point 01:28:21.215 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:28:21.226 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:28:21.425 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:28:21.426 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:28:21.431 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:28:21.434 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:28:21.441 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:21.442 [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:21.443 [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:21.443 [BundleStart #16] DEBUG 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:21.443 [BundleStart #16] 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:21.445 [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:21.445 [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:21.445 [BundleStart #16] DEBUG o.e.g.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:21.446 [BundleStart #16] 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:21.447 [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:21.447 [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:21.448 [BundleStart #16] DEBUG o.e.g.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:21.448 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:21.449 [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:21.449 [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:21.449 [BundleStart #16] DEBUG 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:21.450 [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:21.451 [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:21.451 [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:21.452 [BundleStart #16] DEBUG o.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:21.452 [BundleStart #16] 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:21.453 [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:21.453 [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:21.454 [BundleStart #16] DEBUG o.e.g.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:21.454 [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:21.454 [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:21.455 [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:21.455 [BundleStart #16] DEBUG o.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:21.456 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:21.457 [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:21.457 [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:21.457 [BundleStart #16] 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:21.458 [BundleStart #16] 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:21.458 [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:21.459 [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:21.459 [BundleStart #16] DEBUG o.e.g.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:21.459 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:28:21.460 [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:21.460 [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:21.460 [BundleStart #16] 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:21.461 [BundleStart #16] 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:21.461 [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:21.462 [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:21.462 [BundleStart #16] DEBUG o.e.g.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:21.462 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:28:21.462 [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:21.463 [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:21.463 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:28:21.463 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:21.464 [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:21.465 [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:21.465 [BundleStart #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:21.465 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:28:21.465 [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:21.465 [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:21.466 [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:21.466 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:21.466 [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:21.467 [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:21.467 [BundleStart #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:21.467 [BundleStart #16] 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:21.469 [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:21.469 [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:21.469 [BundleStart #16] DEBUG o.e.g.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:21.479 [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:21.479 [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:21.482 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:28:21.482 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:28:21.486 [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:21.488 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:21.489 [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@17fefc23 w/ reference null 01:28:21.489 [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@17fefc23 w/ reference null 01:28:21.490 [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:21.494 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:21.504 [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:21.505 [BundleStart #16] DEBUG 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:21.505 [BundleStart #16] 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:21.508 [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:21.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:28:21.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:28:21.510 [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:21.511 [BundleStart #16] DEBUG o.e.g.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:21.511 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:21.512 [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:21.512 [BundleStart #16] DEBUG 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:21.512 [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:21.513 [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:21.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:28:21.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:28:21.516 [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:21.516 [BundleStart #16] DEBUG o.e.g.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:21.516 [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:21.517 [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:21.517 [BundleStart #16] DEBUG o.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:21.518 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:21.518 [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:21.519 [BundleStart #16] 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:21.519 [BundleStart #16] 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:21.520 [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:21.520 [BundleStart #16] DEBUG o.e.g.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:21.521 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:28:21.522 [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:21.522 [BundleStart #16] 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:21.523 [BundleStart #16] 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:21.524 [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:21.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:28:21.524 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:28:21.525 [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:21.525 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:28:21.526 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:21.528 [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:21.528 [BundleStart #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:21.528 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:28:21.529 [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:21.529 [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:21.529 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:21.530 [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:21.530 [BundleStart #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:21.530 [BundleStart #16] 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:21.534 [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:21.534 [BundleStart #16] DEBUG o.e.g.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:21.535 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:28:21.542 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:21.543 [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:21.543 [BundleStart #17] DEBUG 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:21.544 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:21.544 [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:21.548 [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:21.549 [BundleStart #17] DEBUG 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:21.550 [main] INFO o.e.g.b.i.t.BundleCreationTst:199 - org/eclipse/gemini/blueprint/iandt/testingFramework/BundleCreationTst-bundle.properties was not found; using defaults 01:28:21.551 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:511 - Post processing: creating test bundle 01:28:21.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.testingFramework] 01:28:21.575 [main] INFO o.e.g.b.i.t.BundleCreationTst:202 - Automatically creating Manifest for the test bundle 01:28:21.577 [main] INFO o.e.g.b.i.t.BundleCreationTst:366 - Using the test class for generating bundle imports 01:28:21.579 [main] TRACE o.e.g.b.i.t.BundleCreationTst:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/testingFramework/BundleCreationTst.class 01:28:21.580 [main] TRACE o.e.g.b.i.t.BundleCreationTst:460 - Package [org.eclipse.gemini.blueprint.iandt.testingFramework] is part of the test archive; parsing BundleCreationTst bytecode to determine imports... 01:28:21.584 [main] TRACE o.e.g.b.i.t.BundleCreationTst:491 - Visiting class BundleCreationTst 01:28:21.596 [main] TRACE o.e.g.b.i.t.BundleCreationTst:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:28:21.597 [main] TRACE o.e.g.b.i.t.BundleCreationTst:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:28:21.597 [main] TRACE o.e.g.b.i.t.BundleCreationTst:491 - Visiting class BaseIntegrationTest 01:28:21.603 [main] TRACE o.e.g.b.i.t.BundleCreationTst:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:28:21.603 [main] TRACE o.e.g.b.i.t.BundleCreationTst:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:28:21.603 [main] TRACE o.e.g.b.i.t.BundleCreationTst:491 - Visiting class BaseIntegrationTest$PermissionManager 01:28:21.606 [main] TRACE o.e.g.b.i.t.BundleCreationTst:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:28:21.607 [main] TRACE o.e.g.b.i.t.BundleCreationTst:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:28:21.607 [main] TRACE o.e.g.b.i.t.BundleCreationTst:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:28:21.608 [main] TRACE o.e.g.b.i.t.BundleCreationTst:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:28:21.609 [main] TRACE o.e.g.b.i.t.BundleCreationTst:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:28:21.609 [main] TRACE o.e.g.b.i.t.BundleCreationTst:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.testingFramework, org.eclipse.gemini.blueprint.iandt, java.lang, org.eclipse.gemini.blueprint.test, org.osgi.framework, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io, java.net} 01:28:21.609 [main] TRACE o.e.g.b.i.t.BundleCreationTst:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.testingFramework, java.lang, java.util, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 01:28:21.610 [main] TRACE o.e.g.b.i.t.BundleCreationTst:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:28:21.610 [main] TRACE o.e.g.b.i.t.BundleCreationTst:282 - Filtered imports are [org.eclipse.gemini.blueprint.test, org.osgi.framework, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 01:28:21.611 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst, Bundle-Name=TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.test,org.osgi.framework,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 01:28:21.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-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst, Bundle-Name=TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.test,org.osgi.framework,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 01:28:21.612 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:28:21.612 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:28:21.612 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:28:21.612 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:28:21.613 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:28:21.613 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:28:21.613 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:28:21.613 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:28:21.613 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:28:21.613 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:28:21.614 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/ 01:28:21.614 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.MF 01:28:21.614 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.class 01:28:21.614 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.xml 01:28:21.614 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/BundleCreationTst.class 01:28:21.615 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/OsgiPlatformTest.class 01:28:21.615 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/RunBundleCreationTest.MF 01:28:21.615 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/RunBundleCreationTest.class 01:28:21.615 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/SkipTestRunner.class 01:28:21.616 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/SkipTestsTst.class 01:28:21.616 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/logback.xml 01:28:21.625 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:557 - Test bundle [TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst (TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst)] successfully installed 01:28:21.626 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:28:21.629 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst (TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst)] 01:28:21.629 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:21.629 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst (TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst)] 01:28:21.630 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst (TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst)] 01:28:21.630 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:21.630 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst (TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst) 01:28:21.630 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst (TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst)] 01:28:21.630 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:562 - Test bundle [TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst (TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst)] successfully started 01:28:21.631 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:208 - Looking for Spring/OSGi powered bundles to wait for... 01:28:21.633 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:28:21.633 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:28:21.635 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:28:21.636 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:28:21.636 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:28:21.636 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:28:21.637 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:28:21.638 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:28:21.638 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:28:21.639 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:28:21.639 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:28:21.640 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:28:21.641 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:28:21.641 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [slf4j.api] does not trigger a context creation. 01:28:21.642 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:28:21.642 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:28:21.642 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:28:21.644 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:28:21.644 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst] does not trigger a context creation. 01:28:21.645 [main] TRACE o.e.g.b.i.t.BundleCreationTst:364 - Writing test name [testException] to OSGi 01:28:21.658 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testException] for execution inside OSGi 01:28:21.658 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testException] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@14dd9eb7 01:28:21.659 [main] INFO o.e.g.b.i.t.BundleCreationTst:190 - Loading context for locations: 01:28:21.673 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst, config=): startup date [Sat Apr 27 01:28:21 UTC 2024]; root of context hierarchy 01:28:21.680 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:28:21.700 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@557caf28: defining beans []; root of factory hierarchy 01:28:21.710 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:21.710 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:28:21.712 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:28:21.712 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:28:21.716 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7d20d0b] 01:28:21.716 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@77f1baf5] 01:28:21.719 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@37ceb1df] 01:28:21.721 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst, config=): startup date [Sat Apr 27 01:28:21 UTC 2024]; root of context hierarchy] 01:28:21.724 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst, org.springframework.context.service.name=TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst, Bundle-SymbolicName=TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst, Bundle-Version=0.0.0} 01:28:21.725 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:28:21.762 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:21.763 [main] TRACE o.e.g.b.i.t.BundleCreationTst:440 - Reading OSGi results for test [testException] 01:28:21.764 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:447 - Test[testException]'s result read 01:28:21.766 [main] TRACE o.e.g.b.i.t.BundleCreationTst:364 - Writing test name [testFailure] to OSGi 01:28:21.766 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFailure] for execution inside OSGi 01:28:21.767 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFailure] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3e96bacf 01:28:21.767 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:21.768 [main] TRACE o.e.g.b.i.t.BundleCreationTst:440 - Reading OSGi results for test [testFailure] 01:28:21.768 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:447 - Test[testFailure]'s result read 01:28:21.769 [main] TRACE o.e.g.b.i.t.BundleCreationTst:364 - Writing test name [testException] to OSGi 01:28:21.770 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testException] for execution inside OSGi 01:28:21.770 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testException] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@484970b0 01:28:21.770 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:21.771 [main] TRACE o.e.g.b.i.t.BundleCreationTst:440 - Reading OSGi results for test [testException] 01:28:21.771 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:447 - Test[testException]'s result read 01:28:21.772 [main] TRACE o.e.g.b.i.t.BundleCreationTst:364 - Writing test name [testError] to OSGi 01:28:21.772 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testError] for execution inside OSGi 01:28:21.773 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testError] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4470f8a6 01:28:21.773 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:21.773 [main] TRACE o.e.g.b.i.t.BundleCreationTst:440 - Reading OSGi results for test [testError] 01:28:21.774 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:447 - Test[testError]'s result read 01:28:21.774 [main] TRACE o.e.g.b.i.t.BundleCreationTst:364 - Writing test name [testAssertionPass] to OSGi 01:28:21.775 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAssertionPass] for execution inside OSGi 01:28:21.775 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testAssertionPass] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7c83dc97 01:28:21.776 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:21.776 [main] TRACE o.e.g.b.i.t.BundleCreationTst:440 - Reading OSGi results for test [testAssertionPass] 01:28:21.776 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:447 - Test[testAssertionPass]'s result read 01:28:21.777 [main] TRACE o.e.g.b.i.t.BundleCreationTst:364 - Writing test name [testError] to OSGi 01:28:21.777 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testError] for execution inside OSGi 01:28:21.778 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testError] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7748410a 01:28:21.778 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:21.779 [main] TRACE o.e.g.b.i.t.BundleCreationTst:440 - Reading OSGi results for test [testError] 01:28:21.779 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:447 - Test[testError]'s result read 01:28:21.780 [main] TRACE o.e.g.b.i.t.BundleCreationTst:364 - Writing test name [testAssertionFailure] to OSGi 01:28:21.780 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAssertionFailure] for execution inside OSGi 01:28:21.780 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testAssertionFailure] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@740773a3 01:28:21.781 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:21.781 [main] TRACE o.e.g.b.i.t.BundleCreationTst:440 - Reading OSGi results for test [testAssertionFailure] 01:28:21.782 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:447 - Test[testAssertionFailure]'s result read Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.601 sec - in org.eclipse.gemini.blueprint.iandt.testingFramework.RunBundleCreationTest 01:28:21.786 [Thread-0] INFO o.e.g.b.i.t.BundleCreationTst:471 - Shutting down OSGi platform 01:28:21.787 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst (TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst) 01:28:21.787 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst, config=): startup date [Sat Apr 27 01:28:21 UTC 2024]; root of context hierarchy 01:28:21.787 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:21.787 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst, config=): startup date [Sat Apr 27 01:28:21 UTC 2024]; root of context hierarchy] 01:28:21.788 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:28:21.788 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:21.789 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28:21.789 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:21.789 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:28:21.789 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:21.789 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28:21.790 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:28:21.791 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=18] for sending replayes events; last one was null 01:28:21.792 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=17] for sending replayes events; last one was null 01:28:21.793 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:28:21.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-202404270125] 01:28:22,502 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:28:22,634 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:28:22,637 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:28:22,672 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:22,712 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:28:22,716 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:28:22,725 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:22,762 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:28:22,770 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:28:22,770 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:28:22,772 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:28:22,772 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:28:22,773 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:28:22,773 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:28:22,773 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:28:22,773 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:28:22,773 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:28:22,774 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:28:22,774 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:28:22,774 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:28:22,774 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:28:22,774 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:28:22,775 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:28:22,775 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:28:22,775 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:28:22,776 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:28:22,776 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:28:22,778 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest 01:28:22.912 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:28:22.917 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:85 - Instantiating platform wrapper... 01:28:22.929 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi6954804943711607345kf 01:28:22.930 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:215 - About to start Knopflerfish OSGi Platform 01:28:23.039 [main] INFO o.e.g.b.i.t.OsgiPlatformTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:28:23.043 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:28:23.044 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:28:23.045 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:28:23.046 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:28:23.174 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:28:23.190 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:28:23.196 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:28:23.198 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:28:23.207 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:28:23.218 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:28:23.220 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:28:23.224 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:28:23.229 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:28:23.235 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:28:23.275 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:28:23.280 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:28:23.285 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:28:23.294 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:28:23.297 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:28:23.302 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:28:23.305 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:28:23.325 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:28:23.333 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:28:23.338 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:28:23.340 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:28:23.341 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:28:23.357 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:28:23.358 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:28:23.362 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:28:23.367 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:28:23.368 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:28:23.377 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:28:23.378 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:28:23.379 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:28:23.383 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:28:23.386 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:28:23.389 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:28:23,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:28:23,459 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:28:23,462 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:28:23,473 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:23,500 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:28:23,502 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:28:23,506 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:23,514 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@4e30652 - No compression will be used 01:28:23,518 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:28:23,519 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:28:23,520 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:28:23,520 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:28:23,521 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:28:23,521 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:28:23,521 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:28:23,521 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:28:23,522 |-INFO 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:23,522 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:28:23,522 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:28:23,522 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:28:23,522 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:28:23,522 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:28:23,523 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:28:23,523 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:28:23,523 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:28:23,524 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:28:23,524 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:28:23,525 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@2620da56 - Registering current configuration as safe fallback point 01:28:23.537 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:28:23.548 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:28:23.714 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:28:23.715 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:28:23.719 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:28:23.723 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:28:23.727 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:23.729 [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:23.729 [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:23.730 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:23.730 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:28:23.731 [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:23.732 [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:23.732 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:28:23.732 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:28:23.733 [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:23.734 [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:23.734 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:28:23.734 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:23.735 [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:23.735 [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:23.735 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:23.736 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:28:23.736 [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:23.736 [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:23.737 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:28:23.737 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:28:23.738 [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:23.738 [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:23.738 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:28:23.739 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:28:23.739 [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:23.739 [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:23.740 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:28:23.740 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:23.740 [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:23.741 [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:23.741 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:23.741 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:28:23.742 [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:23.742 [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:23.742 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:28:23.742 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:28:23.743 [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:23.743 [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:23.743 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:28:23.744 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:28:23.745 [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:23.745 [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:23.745 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:28:23.745 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:28:23.746 [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:23.746 [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:23.746 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:28:23.746 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:23.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:28:23.757 [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:23.757 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:23.757 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:28:23.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:28:23.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:28:23.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:28:23.758 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:23.759 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:23.759 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 01:28:23.759 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:23.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:28:23.761 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:23.761 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 01:28:23.761 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:28:23.770 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:28:23.771 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:28:23.774 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:28:23.774 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:28:23.777 [BundleStart #16] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:28:23.779 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:23.780 [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@5f85ac31 w/ reference null 01:28:23.780 [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@5f85ac31 w/ reference null 01:28:23.781 [BundleStart #16] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 01:28:23.785 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:23.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:28:23.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:28:23.797 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:28:23.799 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:23.800 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:28:23.800 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:28:23.802 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:23.802 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:28:23.802 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:23.803 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:23.803 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:23.804 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:28:23.805 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:23.805 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:28:23.806 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:28:23.808 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:23.808 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:28:23.808 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:28:23.809 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:23.809 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:28:23.809 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:23.810 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:23.811 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:23.811 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:28:23.812 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:23.812 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:28:23.812 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:28:23.813 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:23.814 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:28:23.814 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:28:23.815 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:23.816 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:28:23.816 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:28:23.816 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:23.817 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:28:23.817 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:23.819 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:23.819 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:23.819 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:28:23.820 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:23.820 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:28:23.821 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:23.821 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:23.821 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:23.821 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:28:23.824 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:23.825 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:28:23.826 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:28:23.833 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:23.833 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:23.834 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 01:28:23.834 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:23.834 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:23.839 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:23.839 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:23.841 [main] INFO o.e.g.b.i.t.OsgiPlatformTest:199 - org/eclipse/gemini/blueprint/iandt/testingFramework/OsgiPlatformTest-bundle.properties was not found; using defaults 01:28:23.841 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:511 - Post processing: creating test bundle 01:28:23.868 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.testingFramework] 01:28:23.869 [main] INFO o.e.g.b.i.t.OsgiPlatformTest:202 - Automatically creating Manifest for the test bundle 01:28:23.870 [main] INFO o.e.g.b.i.t.OsgiPlatformTest:366 - Using the test class for generating bundle imports 01:28:23.872 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/testingFramework/OsgiPlatformTest.class 01:28:23.872 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:460 - Package [org.eclipse.gemini.blueprint.iandt.testingFramework] is part of the test archive; parsing OsgiPlatformTest bytecode to determine imports... 01:28:23.877 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:491 - Visiting class OsgiPlatformTest 01:28:23.889 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:28:23.890 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:28:23.890 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:491 - Visiting class BaseIntegrationTest 01:28:23.894 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:28:23.894 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:28:23.894 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:28:23.896 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:28:23.896 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:28:23.897 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:28:23.898 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:28:23.898 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:28:23.898 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.testingFramework, org.eclipse.gemini.blueprint.iandt, java.lang, org.osgi.framework, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io, java.net} 01:28:23.898 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.testingFramework, java.lang, java.util, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 01:28:23.899 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:28:23.899 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:282 - Filtered imports are [org.osgi.framework, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 01:28:23.899 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest, Bundle-Name=TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 01:28:23.899 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest, Bundle-Name=TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 01:28:23.900 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:28:23.900 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:28:23.900 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:28:23.900 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:28:23.900 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:28:23.901 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:28:23.901 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:28:23.901 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:28:23.901 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:28:23.901 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:28:23.901 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/ 01:28:23.902 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.MF 01:28:23.902 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.class 01:28:23.902 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.xml 01:28:23.902 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/BundleCreationTst.class 01:28:23.902 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/OsgiPlatformTest.class 01:28:23.902 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/RunBundleCreationTest.MF 01:28:23.903 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/RunBundleCreationTest.class 01:28:23.903 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/SkipTestRunner.class 01:28:23.903 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/SkipTestsTst.class 01:28:23.903 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/logback.xml 01:28:23.911 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:557 - Test bundle [TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest (TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest)] successfully installed 01:28:23.911 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:28:23.915 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest (TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest)] 01:28:23.915 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:23.916 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest (TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest) 01:28:23.916 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest (TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest)] 01:28:23.916 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest (TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest)] 01:28:23.917 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:23.917 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest (TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest)] 01:28:23.917 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:562 - Test bundle [TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest (TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest)] successfully started 01:28:23.917 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:28:23.920 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:28:23.921 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:28:23.922 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:28:23.923 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest] does not trigger a context creation. 01:28:23.923 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:28:23.924 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:28:23.924 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:28:23.925 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:28:23.926 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:28:23.926 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:28:23.926 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:28:23.927 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:28:23.927 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:28:23.928 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:28:23.928 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:28:23.929 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:28:23.929 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:28:23.930 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:28:23.931 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:28:23.931 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:364 - Writing test name [testOsgiPlatform] to OSGi 01:28:23.946 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testOsgiPlatform] for execution inside OSGi 01:28:23.946 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testOsgiPlatform] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@a514af7 01:28:23.947 [main] INFO o.e.g.b.i.t.OsgiPlatformTest:190 - Loading context for locations: 01:28:23.962 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest, config=): startup date [Sat Apr 27 01:28:23 UTC 2024]; root of context hierarchy 01:28:23.970 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:28:23.992 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@6a78afa0: defining beans []; root of factory hierarchy 01:28:24.003 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:24.004 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:28:24.005 [main] TRACE o.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:24.006 [main] TRACE o.e.g.b.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:24.010 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7d8704ef] 01:28:24.010 [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:24.013 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@394df057] 01:28:24.016 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest, config=): startup date [Sat Apr 27 01:28:23 UTC 2024]; root of context hierarchy] 01:28:24.019 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest, org.springframework.context.service.name=TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest, Bundle-SymbolicName=TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest, Bundle-Version=0.0.0} 01:28:24.020 [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:24.056 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:28:24.057 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:24.058 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:440 - Reading OSGi results for test [testOsgiPlatform] 01:28:24.059 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:447 - Test[testOsgiPlatform]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.153 sec - in org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest 01:28:24.064 [Thread-0] INFO o.e.g.b.i.t.OsgiPlatformTest:471 - Shutting down OSGi platform 01:28:24.064 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest (TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest) 01:28:24.065 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest, config=): startup date [Sat Apr 27 01:28:23 UTC 2024]; root of context hierarchy 01:28:24.065 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:24.065 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest, config=): startup date [Sat Apr 27 01:28:23 UTC 2024]; root of context hierarchy] 01:28:24.066 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:28:24.066 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:24.066 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28:24.066 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:24.067 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:28:24.067 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:24.067 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28:24.068 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:28:24.069 [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:24.069 [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:24.070 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:28:24.071 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:28:24,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:28:24,896 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:28:24,900 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:28:24,922 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:24,965 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:28:24,968 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:28:24,974 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:24,985 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:28:24,993 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:28:24,993 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:28:24,995 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:28:24,996 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:28:24,996 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:28:24,996 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:28:24,996 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:28:24,996 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:28:24,996 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:28:24,997 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:28:24,997 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:28:24,997 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:28:24,997 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:28:24,997 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:28:24,997 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:28:24,997 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:28:24,998 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:28:24,998 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:28:24,999 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:28:25,000 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest 01:28:25.144 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:28:25.149 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:85 - Instantiating platform wrapper... 01:28:25.163 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi196299043668336934kf 01:28:25.164 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:215 - About to start Knopflerfish OSGi Platform 01:28:25.285 [main] INFO o.e.g.b.i.t.AppCtxInjectionTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:28:25.289 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:28:25.290 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:28:25.291 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:28:25.292 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:28:25.421 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:28:25.437 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:28:25.443 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:28:25.445 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:28:25.453 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:28:25.464 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:28:25.466 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:28:25.470 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:28:25.475 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:28:25.481 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:28:25.499 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:28:25.502 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:28:25.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-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:28:25.521 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:28:25.524 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:28:25.529 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:28:25.560 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:28:25.579 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:28:25.588 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:28:25.593 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:28:25.595 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:28:25.596 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:28:25.597 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:28:25.598 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:28:25.600 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:28:25.604 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:28:25.605 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:28:25.611 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:28:25.612 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:28:25.613 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:28:25.616 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:28:25.617 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:28:25.619 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:28:25,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:28:25,713 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:28:25,715 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:28:25,726 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:25,752 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:28:25,754 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:28:25,758 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:25,765 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@48a2d583 - No compression will be used 01:28:25,770 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:28:25,770 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:28:25,772 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:28:25,772 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:28:25,772 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:28:25,773 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:28:25,773 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:28:25,773 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:28:25,774 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:28:25,774 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:28:25,774 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:28:25,774 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:28:25,774 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:28:25,775 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:28:25,775 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:28:25,775 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:28:25,775 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:28:25,776 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:28:25,776 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:28:25,777 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@523167a - Registering current configuration as safe fallback point 01:28:25.790 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:28:25.800 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:28:25.948 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:28:25.949 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:28:25.953 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:28:25.957 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:28:25.962 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:25.963 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:25.964 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 01:28:25.968 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:25.968 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:28:25.970 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:25.970 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 01:28:25.970 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:28:25.970 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:28:25.972 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:25.972 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 01:28:25.972 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:28:25.973 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:25.973 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:25.973 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 01:28:25.973 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:25.974 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:28:25.974 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:25.975 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 01:28:25.975 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:28:25.975 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:28:25.976 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:25.976 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 01:28:25.976 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:28:25.977 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:28:25.977 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:25.977 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 01:28:25.978 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:28:25.978 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:25.978 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:25.979 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 01:28:25.979 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:25.979 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:28:25.980 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:25.980 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 01:28:25.980 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:28:25.980 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:28:25.981 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:25.981 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 01:28:25.981 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:28:25.982 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:28:25.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:28:25.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:28:25.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:28:25.983 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:28:25.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:28:25.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:28:25.984 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:28:25.984 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:25.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:28:25.986 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 01:28:25.986 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:25.986 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:28:25.986 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:25.986 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 01:28:25.987 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:28:25.987 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:25.987 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:25.988 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 01:28:25.988 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:25.988 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:28:25.990 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:25.990 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 01:28:25.990 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:28:25.999 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:28:25.999 [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:26.002 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:28:26.002 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:28:26.006 [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:26.008 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:26.008 [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:26.009 [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:26.010 [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:26.014 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:26.024 [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:26.024 [BundleStart #16] DEBUG 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:26.025 [BundleStart #16] 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:26.027 [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:26.028 [BundleStart #16] DEBUG o.e.g.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:26.028 [BundleStart #16] 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:26.030 [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:26.030 [BundleStart #16] DEBUG o.e.g.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:26.030 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:26.031 [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:26.032 [BundleStart #16] DEBUG 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:26.032 [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:26.033 [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:26.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:28:26.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:28:26.036 [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:26.036 [BundleStart #16] DEBUG o.e.g.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:26.036 [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:26.037 [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:26.037 [BundleStart #16] DEBUG o.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:26.037 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:26.038 [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:26.039 [BundleStart #16] 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:26.039 [BundleStart #16] 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:26.040 [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:26.040 [BundleStart #16] DEBUG o.e.g.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:26.040 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:28:26.042 [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:26.042 [BundleStart #16] 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:26.042 [BundleStart #16] 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:26.044 [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:26.044 [BundleStart #16] DEBUG o.e.g.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:26.044 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:28:26.045 [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:26.045 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:28:26.057 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:26.059 [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:26.059 [BundleStart #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:26.059 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:28:26.060 [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:26.060 [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:26.060 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:26.061 [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:26.061 [BundleStart #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:26.061 [BundleStart #16] 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:26.064 [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:26.065 [BundleStart #16] DEBUG o.e.g.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:26.066 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:28:26.072 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:26.074 [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:26.074 [BundleStart #17] DEBUG 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:26.074 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:26.075 [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:26.075 [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:26.076 [BundleStart #17] DEBUG 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:26.078 [main] INFO o.e.g.b.i.t.AppCtxInjectionTest:199 - org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest-bundle.properties was not found; using defaults 01:28:26.078 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:511 - Post processing: creating test bundle 01:28:26.092 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.testingFramework] 01:28:26.093 [main] INFO o.e.g.b.i.t.AppCtxInjectionTest:202 - Automatically creating Manifest for the test bundle 01:28:26.094 [main] INFO o.e.g.b.i.t.AppCtxInjectionTest:366 - Using the test class for generating bundle imports 01:28:26.096 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.class 01:28:26.096 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:460 - Package [org.eclipse.gemini.blueprint.iandt.testingFramework] is part of the test archive; parsing AppCtxInjectionTest bytecode to determine imports... 01:28:26.100 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:491 - Visiting class AppCtxInjectionTest 01:28:26.112 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:28:26.112 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:28:26.112 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:491 - Visiting class BaseIntegrationTest 01:28:26.116 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:28:26.116 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:28:26.117 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:28:26.118 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:28:26.119 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:28:26.119 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:28:26.120 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:28:26.120 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:28:26.120 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.testingFramework, org.eclipse.gemini.blueprint.iandt, java.util, java.lang, java.io, org.springframework.context, org.eclipse.gemini.blueprint.test, org.osgi.framework, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io, java.net} 01:28:26.120 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.testingFramework, java.util, java.lang, java.io, java.util.jar, java.security, java.lang.reflect, java.net] 01:28:26.121 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:28:26.121 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:282 - Filtered imports are [org.springframework.context, org.eclipse.gemini.blueprint.test, org.osgi.framework, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 01:28:26.122 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest, Bundle-Name=TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.context,org.eclipse.gemini.blueprint.test,org.osgi.framework,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 01:28:26.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-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest, Bundle-Name=TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.context,org.eclipse.gemini.blueprint.test,org.osgi.framework,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 01:28:26.122 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:28:26.122 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:28:26.123 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:28:26.123 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:28:26.123 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:28:26.123 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:28:26.123 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:28:26.124 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:28:26.124 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:28:26.124 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:28:26.124 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/ 01:28:26.124 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.MF 01:28:26.125 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.class 01:28:26.125 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.xml 01:28:26.125 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/BundleCreationTst.class 01:28:26.125 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/OsgiPlatformTest.class 01:28:26.125 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/RunBundleCreationTest.MF 01:28:26.126 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/RunBundleCreationTest.class 01:28:26.126 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/SkipTestRunner.class 01:28:26.126 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/SkipTestsTst.class 01:28:26.126 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/logback.xml 01:28:26.134 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:557 - Test bundle [TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest (TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest)] successfully installed 01:28:26.134 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:28:26.137 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest (TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest)] 01:28:26.138 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:26.138 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest (TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest)] 01:28:26.138 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest (TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest)] 01:28:26.139 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:26.139 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest (TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest) 01:28:26.139 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest (TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest)] 01:28:26.139 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:562 - Test bundle [TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest (TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest)] successfully started 01:28:26.140 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:28:26.141 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:28:26.142 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:28:26.143 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:28:26.144 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:28:26.144 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:28:26.145 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:28:26.145 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:28:26.146 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:28:26.147 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:28:26.147 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:28:26.147 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:28:26.148 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:28:26.149 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:28:26.149 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:28:26.150 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:28:26.150 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:28:26.150 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:28:26.152 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:28:26.152 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest] does not trigger a context creation. 01:28:26.152 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:364 - Writing test name [testInjection] to OSGi 01:28:26.166 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testInjection] for execution inside OSGi 01:28:26.166 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testInjection] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@a514af7 01:28:26.167 [main] INFO o.e.g.b.i.t.AppCtxInjectionTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.xml 01:28:26.181 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest, config=/org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.xml): startup date [Sat Apr 27 01:28:26 UTC 2024]; root of context hierarchy 01:28:26.188 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:28:26.219 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.xml] 01:28:26.251 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:26.252 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:26.253 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:26.253 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:26.357 [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@1e66f1f5: defining beans [injected-bean]; root of factory hierarchy 01:28:26.369 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:26.369 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:28:26.370 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:28:26.371 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:28:26.382 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@2cdd0d4b] 01:28:26.383 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@7e9131d5] 01:28:26.401 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@a3d8174] 01:28:26.405 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest, config=/org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest, config=/org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.xml): startup date [Sat Apr 27 01:28:26 UTC 2024]; root of context hierarchy] 01:28:26.407 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest, org.springframework.context.service.name=TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest, Bundle-SymbolicName=TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest, Bundle-Version=0.0.0} 01:28:26.409 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} [injected-bean] 01:28:26.460 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:26.461 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:440 - Reading OSGi results for test [testInjection] 01:28:26.462 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:447 - Test[testInjection]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.325 sec - in org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest 01:28:26.467 [Thread-0] INFO o.e.g.b.i.t.AppCtxInjectionTest:471 - Shutting down OSGi platform 01:28:26.468 [Thread-3] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest (TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest) 01:28:26.468 [Thread-3] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest, config=/org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.xml): startup date [Sat Apr 27 01:28:26 UTC 2024]; root of context hierarchy 01:28:26.468 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:26.469 [Thread-3] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest, config=/org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest, config=/org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.xml): startup date [Sat Apr 27 01:28:26 UTC 2024]; root of context hierarchy] 01:28:26.469 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:28:26.469 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:26.469 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28:26.469 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:26.469 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:28:26.470 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:26.470 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28:26.470 [Thread-3] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:26.471 [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:26.471 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=17] for sending replayes events; last one was null 01:28:26.473 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:28:26.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-202404270125] 01:28:27,175 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:28:27,299 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:28:27,302 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:28:27,326 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:27,367 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:28:27,369 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:28:27,375 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:27,386 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7d907bac - No compression will be used 01:28:27,394 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:28:27,394 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:28:27,396 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:28:27,396 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:28:27,396 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:28:27,396 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:28:27,397 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:28:27,397 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:28:27,397 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:28:27,397 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:28:27,397 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:28:27,398 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:28:27,398 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:28:27,398 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:28:27,398 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:28:27,398 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:28:27,398 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:28:27,399 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:28:27,399 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:28:27,400 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5c5a1b69 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest 01:28:27.545 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:28:27.550 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:85 - Instantiating platform wrapper... 01:28:27.563 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi8394575621288156439kf 01:28:27.564 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:215 - About to start Knopflerfish OSGi Platform 01:28:27.677 [main] INFO o.e.g.b.i.e.OsgiLifecycleNotificationTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:28:27.681 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:28:27.682 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:28:27.683 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:28:27.684 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:28:27.821 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:28:27.837 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:28:27.843 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:28:27.845 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:28:27.854 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:28:27.865 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:28:27.867 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:28:27.871 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:28:27.877 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:28:27.883 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:28:27.908 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:28:27.913 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:28:27.918 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:28:27.927 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:28:27.930 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:28:27.961 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:28:27.965 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:28:27.969 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/extender.listener.bundle/target/extender.listener.bundle-3.0.1.BUILD-SNAPSHOT.jar] 01:28:27.988 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:28:27.996 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:28:28.002 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:28:28.004 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:28:28.005 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:28:28.006 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:28:28.006 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:28:28.009 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:28:28.013 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:28:28.014 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:28:28.020 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:28:28.021 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:28:28.022 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:28:28.026 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:28:28.028 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:28:28.030 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:28:28,077 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:28:28,118 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:28:28,121 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:28:28,133 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:28,159 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:28:28,161 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:28:28,165 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:28,173 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@4a4472cf - No compression will be used 01:28:28,177 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:28:28,178 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:28:28,179 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:28:28,180 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:28:28,180 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:28:28,180 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:28:28,180 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:28:28,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:28:28,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:28:28,181 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:28:28,181 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:28:28,181 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:28:28,181 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:28:28,182 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:28:28,182 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:28:28,182 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:28:28,182 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:28:28,183 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:28:28,183 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:28:28,184 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@115c9b26 - Registering current configuration as safe fallback point 01:28:28.197 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:28:28.208 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:28:28.363 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:28:28.364 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:28:28.369 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:28:28.374 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:28:28.383 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:28.385 [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:28.385 [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:28.385 [BundleStart #16] DEBUG 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:28.386 [BundleStart #16] 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:28.387 [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:28.388 [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:28.388 [BundleStart #16] DEBUG o.e.g.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:28.388 [BundleStart #16] 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:28.389 [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:28.390 [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:28.390 [BundleStart #16] DEBUG o.e.g.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:28.390 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:28.391 [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:28.391 [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:28.391 [BundleStart #16] DEBUG 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:28.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:28:28.393 [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:28.393 [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:28.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:28:28.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:28:28.394 [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:28.395 [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:28.395 [BundleStart #16] DEBUG o.e.g.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:28.395 [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:28.396 [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:28.396 [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:28.397 [BundleStart #16] DEBUG o.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:28.397 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:28.397 [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:28.398 [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:28.398 [BundleStart #16] 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:28.398 [BundleStart #16] 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:28.399 [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:28.399 [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:28.399 [BundleStart #16] DEBUG o.e.g.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:28.400 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:28:28.401 [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:28.401 [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:28.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:28:28.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:28:28.402 [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:28.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:28:28.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:28:28.403 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:28:28.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:28:28.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:28:28.404 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:28:28.404 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:28.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:28:28.406 [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:28.406 [BundleStart #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:28.406 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:28:28.406 [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:28.406 [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:28.407 [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:28.407 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:28.407 [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:28.408 [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:28.408 [BundleStart #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:28.408 [BundleStart #16] 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:28.410 [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:28.410 [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:28.410 [BundleStart #16] DEBUG o.e.g.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:28.419 [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:28.420 [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:28.422 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:28:28.423 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:28:28.426 [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:28.428 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:28.429 [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:28:28.429 [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:28:28.430 [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:28.434 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:28.444 [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:28.445 [BundleStart #16] DEBUG 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:28.445 [BundleStart #16] 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:28.448 [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:28.448 [BundleStart #16] DEBUG o.e.g.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:28.449 [BundleStart #16] 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:28.450 [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:28.451 [BundleStart #16] DEBUG o.e.g.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:28.451 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:28.452 [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:28.452 [BundleStart #16] DEBUG 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:28.452 [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:28.454 [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:28.454 [BundleStart #16] DEBUG o.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:28.454 [BundleStart #16] 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:28.456 [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:28.457 [BundleStart #16] DEBUG o.e.g.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:28.457 [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:28.457 [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:28.458 [BundleStart #16] DEBUG o.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:28.458 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:28.459 [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:28.459 [BundleStart #16] 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:28.460 [BundleStart #16] 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:28.461 [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:28.461 [BundleStart #16] DEBUG o.e.g.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:28.461 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:28:28.463 [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:28.463 [BundleStart #16] 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:28.463 [BundleStart #16] 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:28.465 [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:28.465 [BundleStart #16] DEBUG o.e.g.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:28.465 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:28:28.466 [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:28.466 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:28:28.466 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:28.468 [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:28.469 [BundleStart #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:28.469 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:28:28.470 [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:28.470 [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:28.470 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:28.471 [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:28.471 [BundleStart #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:28.472 [BundleStart #16] 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:28.475 [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:28.476 [BundleStart #16] DEBUG o.e.g.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:28.477 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:28:28.484 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:28.485 [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:28.485 [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:28.485 [BundleStart #17] DEBUG 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:28.486 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:28.487 [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:28.487 [BundleStart #17] DEBUG 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:28.488 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:319 - Starting [ExtenderListener (org.eclipse.gemini.blueprint.iandt.extenderlistener)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/extender.listener.bundle/target/extender.listener.bundle-3.0.1.BUILD-SNAPSHOT.jar] 01:28:28.489 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [ExtenderListener (org.eclipse.gemini.blueprint.iandt.extenderlistener)] 01:28:28.490 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:28.490 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle ExtenderListener (org.eclipse.gemini.blueprint.iandt.extenderlistener) 01:28:28.490 [BundleStart #18] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [ExtenderListener (org.eclipse.gemini.blueprint.iandt.extenderlistener)] 01:28:28.500 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle ExtenderListener is type compatible with extender gemini-blueprint-extender; processing bundle... 01:28:28.501 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:28.501 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [ExtenderListener (org.eclipse.gemini.blueprint.iandt.extenderlistener)] 01:28:28.504 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [ExtenderListener (org.eclipse.gemini.blueprint.iandt.extenderlistener)] 01:28:28.504 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:28:28.505 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [ExtenderListener (org.eclipse.gemini.blueprint.iandt.extenderlistener)] 01:28:28.505 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@62eaab3f 01:28:28.505 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener, config=osgibundle:/META-INF/spring/*.xml) 01:28:28.505 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener, config=osgibundle:/META-INF/spring/*.xml) 01:28:28.505 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:28.506 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [ExtenderListener (org.eclipse.gemini.blueprint.iandt.extenderlistener)] 01:28:28.508 [main] INFO o.e.g.b.i.e.OsgiLifecycleNotificationTest:199 - org/eclipse/gemini/blueprint/iandt/event/OsgiLifecycleNotificationTest-bundle.properties was not found; using defaults 01:28:28.509 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:511 - Post processing: creating test bundle 01:28:28.512 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:28 UTC 2024]; root of context hierarchy 01:28:28.523 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:28:28.528 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.event] 01:28:28.528 [main] INFO o.e.g.b.i.e.OsgiLifecycleNotificationTest:202 - Automatically creating Manifest for the test bundle 01:28:28.529 [main] INFO o.e.g.b.i.e.OsgiLifecycleNotificationTest:366 - Using the test class for generating bundle imports 01:28:28.558 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/event/OsgiLifecycleNotificationTest.class 01:28:28.558 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:460 - Package [org.eclipse.gemini.blueprint.iandt.event] is part of the test archive; parsing OsgiLifecycleNotificationTest bytecode to determine imports... 01:28:28.564 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:491 - Visiting class OsgiLifecycleNotificationTest 01:28:28.582 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/event/AbstractEventTest.class 01:28:28.582 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:460 - Package [org.eclipse.gemini.blueprint.iandt.event] is part of the test archive; parsing AbstractEventTest bytecode to determine imports... 01:28:28.583 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:491 - Visiting class AbstractEventTest 01:28:28.584 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:28:28.585 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:28:28.585 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:491 - Visiting class BaseIntegrationTest 01:28:28.589 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:28:28.590 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:28:28.590 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:28:28.590 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/config.xml] 01:28:28.592 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:28:28.592 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:28:28.593 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:28:28.594 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:28:28.594 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:28:28.595 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.event, java.lang, org.eclipse.gemini.blueprint.context.event, java.util, org.eclipse.gemini.blueprint.test.provisioning, org.springframework.core.io, org.osgi.framework, java.net, java.io, org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util} 01:28:28.595 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.event, java.lang, java.util, java.net, java.io, java.util.jar, java.security, java.lang.reflect] 01:28:28.595 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:28:28.596 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:282 - Filtered imports are [org.eclipse.gemini.blueprint.context.event, org.eclipse.gemini.blueprint.test.provisioning, org.springframework.core.io, org.osgi.framework, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util] 01:28:28.596 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest, Bundle-Name=TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.context.event,org.eclipse.gemini.blueprint.test.provisioning,org.springframework.core.io,org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util, Manifest-Version=1.0] 01:28:28.596 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest, Bundle-Name=TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.context.event,org.eclipse.gemini.blueprint.test.provisioning,org.springframework.core.io,org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util, Manifest-Version=1.0]] 01:28:28.597 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:28:28.597 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:28:28.597 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:28:28.597 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:28:28.598 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:28:28.598 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:28:28.598 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:28:28.598 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:28:28.599 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:28:28.599 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:28:28.599 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/ 01:28:28.599 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/AbstractEventTest$1.class 01:28:28.600 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/AbstractEventTest.class 01:28:28.600 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/DepedencyEventTest$1.class 01:28:28.600 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/DepedencyEventTest.class 01:28:28.600 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/OsgiLifecycleNotificationTest$1.class 01:28:28.601 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/OsgiLifecycleNotificationTest$2.class 01:28:28.601 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/OsgiLifecycleNotificationTest.class 01:28:28.611 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:557 - Test bundle [TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest (TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest)] successfully installed 01:28:28.612 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:28:28.615 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest (TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest)] 01:28:28.616 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:28.616 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest (TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest) 01:28:28.616 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest (TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest)] 01:28:28.616 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest (TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest)] 01:28:28.617 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:28.617 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest (TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest)] 01:28:28.617 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:562 - Test bundle [TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest (TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest)] successfully started 01:28:28.618 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:28:28.657 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:28:28.658 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:28:28.659 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:28:28.660 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:28:28.660 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:28:28.661 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest] does not trigger a context creation. 01:28:28.661 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:28:28.662 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:28:28.662 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:28.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:28:28.663 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:28:28.663 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.extenderlistener] triggers a context creation; waiting for it 01:28:28.664 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.extenderlistener] incremented to 1 01:28:28.665 [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:28.665 [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:28.668 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:28.670 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener 01:28:28.769 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:28.770 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:28.816 [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@36ae1064: defining beans [packageAdmin,listener]; root of factory hierarchy 01:28:28.829 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:28.829 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:28:28.830 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.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:28.831 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.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:28.842 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:28:28.857 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@36ae1064: defining beans [packageAdmin,listener]; root of factory hierarchy] 01:28:28.857 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:28:28.858 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@79749496 01:28:28.858 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:28:28.858 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:28:28.858 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener, config=osgibundle:/META-INF/spring/*.xml) 01:28:28.859 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:28:28.859 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:28:28.859 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener, config=osgibundle:/META-INF/spring/*.xml) 01:28:28.859 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener, config=osgibundle:/META-INF/spring/*.xml) 01:28:28.859 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:28:28.860 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener, config=osgibundle:/META-INF/spring/*.xml) 01:28:28.863 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@4f39cdd9] 01:28:28.863 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@8617382] 01:28:28.896 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&packageAdmin] is being tracked for dependencies 01:28:28.897 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [packageAdmin] depends (transitively) on the following importers:{} 01:28:28.898 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [packageAdmin] depends on importers:[] 01:28:28.899 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.extenderlistener.LoggerListener] classes {} 01:28:28.900 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.context.event.OsgiBundleApplicationContextListener}] 01:28:28.901 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle gemini-blueprint-extender on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.extenderlistener] {org.eclipse.gemini.blueprint.context.event.OsgiBundleApplicationContextListener}={org.eclipse.gemini.blueprint.bean.name=listener,org.springframework.osgi.bean.name=listener,osgi.service.blueprint.compname=listener,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.extenderlistener,Bundle-Version=1.0.0,service.id=9} 01:28:28.902 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [packageAdmin] started; all its dependencies are satisfied 01:28:28.903 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4d873b6b] 01:28:28.906 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:28 UTC 2024]; root of context hierarchy] 01:28:28.909 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.extenderlistener, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.extenderlistener, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.extenderlistener, Bundle-Version=1.0.0} 01:28:28.910 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, 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:28.911 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.extenderlistener] decremented to 0 01:28:28.911 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener 01:28:28.912 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:28:28.912 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:28:28.913 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:28:28.913 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:28:28.914 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:28:28.914 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:28:28.916 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:28:28.916 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:28:28.916 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:28:28.918 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.i.e.LoggerListener:35 - Received event org.eclipse.gemini.blueprint.context.event.OsgiBundleContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:28 UTC 2024]; root of context hierarchy] 01:28:28.918 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:28:28.919 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:364 - Writing test name [testEventsForCtxThatFail] to OSGi 01:28:28.919 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=18] 01:28:28.933 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testEventsForCtxThatFail] for execution inside OSGi 01:28:28.934 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testEventsForCtxThatFail] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@67d48005 01:28:28.934 [main] INFO o.e.g.b.i.e.OsgiLifecycleNotificationTest:190 - Loading context for locations: 01:28:28.936 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest, config=): startup date [Sat Apr 27 01:28:28 UTC 2024]; root of context hierarchy 01:28:28.936 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:28:28.937 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@7ec7ffd3: defining beans []; root of factory hierarchy 01:28:28.937 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:28.937 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:28:28.938 [main] TRACE o.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:28.938 [main] TRACE o.e.g.b.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:28.939 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@6d763516] 01:28:28.939 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@52bf72b5] 01:28:28.940 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@37afeb11] 01:28:28.940 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest, config=): startup date [Sat Apr 27 01:28:28 UTC 2024]; root of context hierarchy] 01:28:28.941 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest, org.springframework.context.service.name=TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest, Bundle-SymbolicName=TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest, Bundle-Version=0.0.0} 01:28:28.942 [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:28.970 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:28:28.986 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-error (org.eclipse.gemini.blueprint.iandt.error)] 01:28:28.987 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.error]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:28.987 [BundleStart #20] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.error]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-error (org.eclipse.gemini.blueprint.iandt.error) 01:28:28.987 [BundleStart #20] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-error (org.eclipse.gemini.blueprint.iandt.error)] 01:28:28.988 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-error is type compatible with extender gemini-blueprint-extender; processing bundle... 01:28:28.988 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.error]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:28.988 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-error (org.eclipse.gemini.blueprint.iandt.error)] 01:28:28.988 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-error (org.eclipse.gemini.blueprint.iandt.error)] 01:28:28.989 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:28:28.989 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-error (org.eclipse.gemini.blueprint.iandt.error)] 01:28:28.989 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@62eaab3f 01:28:28.989 [EclipseGeminiBlueprintExtenderThread-1] 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:28.989 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.error]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:28.989 [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:28.989 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-error (org.eclipse.gemini.blueprint.iandt.error)] 01:28:28.990 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.error, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:28 UTC 2024]; root of context hierarchy 01:28:28.990 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:28:28.992 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/error.xml] 01:28:28.995 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:28.995 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:28.996 [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:28.996 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:29.028 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/osgi.xml] 01:28:29.031 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:29.032 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:29.033 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:29.033 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:29.079 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:29.080 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:29.090 [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@18466197: defining beans [simpleService,simpleServiceOsgi]; root of factory hierarchy 01:28:29.091 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:29.091 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:28:29.091 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:28:29.091 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:28:29.094 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.simpleservice.MyService] required by [org-springframework-osgi-iandt-error(org.eclipse.gemini.blueprint.iandt.error)] scanning available bundles 01:28:29.095 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.simpleservice.MyService] required by [org-springframework-osgi-iandt-error(org.eclipse.gemini.blueprint.iandt.error)] scanning available bundles 01:28:29.096 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.simpleservice.MyService] required by [org-springframework-osgi-iandt-error(org.eclipse.gemini.blueprint.iandt.error)] scanning available bundles 01:28:29.096 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.simpleservice.MyService] required by [org-springframework-osgi-iandt-error(org.eclipse.gemini.blueprint.iandt.error)] scanning available bundles 01:28:29.097 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.simpleservice.MyService] required by [org-springframework-osgi-iandt-error(org.eclipse.gemini.blueprint.iandt.error)] scanning available bundles 01:28:29.098 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:28:29.098 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@18466197: defining beans [simpleService,simpleServiceOsgi]; root of factory hierarchy] 01:28:29.098 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.simpleservice.MyService] required by [org-springframework-osgi-iandt-error(org.eclipse.gemini.blueprint.iandt.error)] scanning available bundles 01:28:29.099 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:28:29.099 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@79749496 01:28:29.099 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.simpleservice.MyService] required by [org-springframework-osgi-iandt-error(org.eclipse.gemini.blueprint.iandt.error)] scanning available bundles 01:28:29.100 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:28:29.100 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.simpleservice.MyService] required by [org-springframework-osgi-iandt-error(org.eclipse.gemini.blueprint.iandt.error)] scanning available bundles 01:28:29.101 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:28:29.101 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.error, config=osgibundle:/META-INF/spring/*.xml) 01:28:29.101 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:28:29.101 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:28:29.102 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.error, config=osgibundle:/META-INF/spring/*.xml) 01:28:29.102 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.error, config=osgibundle:/META-INF/spring/*.xml) 01:28:29.102 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:28:29.102 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.error, config=osgibundle:/META-INF/spring/*.xml) 01:28:29.103 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.simpleservice.MyService] required by [org-springframework-osgi-iandt-error(org.eclipse.gemini.blueprint.iandt.error)] scanning available bundles 01:28:29.103 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.simpleservice.MyService] required by [org-springframework-osgi-iandt-error(org.eclipse.gemini.blueprint.iandt.error)] scanning available bundles 01:28:29.104 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@77248fea] 01:28:29.104 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@7c78499b] 01:28:29.105 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.simpleservice.MyService] required by [org-springframework-osgi-iandt-error(org.eclipse.gemini.blueprint.iandt.error)] scanning available bundles 01:28:29.105 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.simpleservice.MyService] required by [org-springframework-osgi-iandt-error(org.eclipse.gemini.blueprint.iandt.error)] scanning available bundles 01:28:29.106 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.simpleservice.MyService] required by [org-springframework-osgi-iandt-error(org.eclipse.gemini.blueprint.iandt.error)] scanning available bundles 01:28:29.111 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Post refresh error org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.eclipse.gemini.blueprint.iandt.error.TestService] for bean with name 'simpleService' defined in URL [bundle://20/META-INF/spring/error.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: org.eclipse.gemini.blueprint.iandt.error.TestService not found from bundle [org-springframework-osgi-iandt-error (org.eclipse.gemini.blueprint.iandt.error)] at org.springframework.beans.factory.support.AbstractBeanFactory.resolveBeanClass(AbstractBeanFactory.java:1383) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.determineTargetType(AbstractAutowireCapableBeanFactory.java:670) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.predictBeanType(AbstractAutowireCapableBeanFactory.java:637) at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1489) at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1007) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:740) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:868) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.access$1600(AbstractDelegatedExecutionApplicationContext.java:57) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext$4.run(AbstractDelegatedExecutionApplicationContext.java:322) at org.eclipse.gemini.blueprint.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.completeRefresh(AbstractDelegatedExecutionApplicationContext.java:287) at org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor$CompleteRefreshTask.run(DependencyWaiterApplicationContextExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.NoClassDefFoundError: org.eclipse.gemini.blueprint.iandt.error.TestService not found from bundle [org-springframework-osgi-iandt-error (org.eclipse.gemini.blueprint.iandt.error)] at org.eclipse.gemini.blueprint.util.BundleDelegatingClassLoader.findClass(BundleDelegatingClassLoader.java:150) at org.eclipse.gemini.blueprint.util.BundleDelegatingClassLoader.loadClass(BundleDelegatingClassLoader.java:212) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at org.springframework.util.ClassUtils.forName(ClassUtils.java:264) at org.springframework.beans.factory.support.AbstractBeanDefinition.resolveBeanClass(AbstractBeanDefinition.java:437) at org.springframework.beans.factory.support.AbstractBeanFactory.doResolveBeanClass(AbstractBeanFactory.java:1428) at org.springframework.beans.factory.support.AbstractBeanFactory.resolveBeanClass(AbstractBeanFactory.java:1372) ... 14 common frames omitted Caused by: java.lang.NoClassDefFoundError: org/eclipse/gemini/blueprint/iandt/simpleservice/MyService at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:763) at java.lang.ClassLoader.defineClass(ClassLoader.java:642) at org.knopflerfish.framework.BundleClassLoader.access$400(BundleClassLoader.java:63) at org.knopflerfish.framework.BundleClassLoader$1.get(BundleClassLoader.java:1013) at org.knopflerfish.framework.BundleClassLoader.searchFor0(BundleClassLoader.java:858) at org.knopflerfish.framework.BundleClassLoader.searchFor(BundleClassLoader.java:661) at org.knopflerfish.framework.PermissionOps.callSearchFor(PermissionOps.java:251) at org.knopflerfish.framework.BundleClassLoader.findClass(BundleClassLoader.java:196) at org.knopflerfish.framework.BundleClassLoader.loadClass(BundleClassLoader.java:347) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at org.knopflerfish.framework.BundleImpl.loadClass(BundleImpl.java:1735) at org.eclipse.gemini.blueprint.util.BundleDelegatingClassLoader.findClass(BundleDelegatingClassLoader.java:136) ... 20 common frames omitted Caused by: java.lang.ClassNotFoundException: org.eclipse.gemini.blueprint.iandt.simpleservice.MyService at org.knopflerfish.framework.BundleClassLoader.findClass(BundleClassLoader.java:218) at org.knopflerfish.framework.BundleClassLoader.loadClass(BundleClassLoader.java:347) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 33 common frames omitted 01:28:29.113 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.i.e.LoggerListener:35 - Received event org.eclipse.gemini.blueprint.context.event.OsgiBundleContextFailedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.error, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:28 UTC 2024]; root of context hierarchy] 01:28:29.115 [EclipseGeminiBlueprintExtenderThread-1] ERROR o.e.g.b.e.i.s.ExtenderConfiguration:50 - Application context refresh failed (OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.error, config=osgibundle:/META-INF/spring/*.xml)) org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.eclipse.gemini.blueprint.iandt.error.TestService] for bean with name 'simpleService' defined in URL [bundle://20/META-INF/spring/error.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: org.eclipse.gemini.blueprint.iandt.error.TestService not found from bundle [org-springframework-osgi-iandt-error (org.eclipse.gemini.blueprint.iandt.error)] at org.springframework.beans.factory.support.AbstractBeanFactory.resolveBeanClass(AbstractBeanFactory.java:1383) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.determineTargetType(AbstractAutowireCapableBeanFactory.java:670) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.predictBeanType(AbstractAutowireCapableBeanFactory.java:637) at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1489) at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1007) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:740) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:868) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.access$1600(AbstractDelegatedExecutionApplicationContext.java:57) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext$4.run(AbstractDelegatedExecutionApplicationContext.java:322) at org.eclipse.gemini.blueprint.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.completeRefresh(AbstractDelegatedExecutionApplicationContext.java:287) at org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor$CompleteRefreshTask.run(DependencyWaiterApplicationContextExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.NoClassDefFoundError: org.eclipse.gemini.blueprint.iandt.error.TestService not found from bundle [org-springframework-osgi-iandt-error (org.eclipse.gemini.blueprint.iandt.error)] at org.eclipse.gemini.blueprint.util.BundleDelegatingClassLoader.findClass(BundleDelegatingClassLoader.java:150) at org.eclipse.gemini.blueprint.util.BundleDelegatingClassLoader.loadClass(BundleDelegatingClassLoader.java:212) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at org.springframework.util.ClassUtils.forName(ClassUtils.java:264) at org.springframework.beans.factory.support.AbstractBeanDefinition.resolveBeanClass(AbstractBeanDefinition.java:437) at org.springframework.beans.factory.support.AbstractBeanFactory.doResolveBeanClass(AbstractBeanFactory.java:1428) at org.springframework.beans.factory.support.AbstractBeanFactory.resolveBeanClass(AbstractBeanFactory.java:1372) ... 14 common frames omitted Caused by: java.lang.NoClassDefFoundError: org/eclipse/gemini/blueprint/iandt/simpleservice/MyService at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:763) at java.lang.ClassLoader.defineClass(ClassLoader.java:642) at org.knopflerfish.framework.BundleClassLoader.access$400(BundleClassLoader.java:63) at org.knopflerfish.framework.BundleClassLoader$1.get(BundleClassLoader.java:1013) at org.knopflerfish.framework.BundleClassLoader.searchFor0(BundleClassLoader.java:858) at org.knopflerfish.framework.BundleClassLoader.searchFor(BundleClassLoader.java:661) at org.knopflerfish.framework.PermissionOps.callSearchFor(PermissionOps.java:251) at org.knopflerfish.framework.BundleClassLoader.findClass(BundleClassLoader.java:196) at org.knopflerfish.framework.BundleClassLoader.loadClass(BundleClassLoader.java:347) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at org.knopflerfish.framework.BundleImpl.loadClass(BundleImpl.java:1735) at org.eclipse.gemini.blueprint.util.BundleDelegatingClassLoader.findClass(BundleDelegatingClassLoader.java:136) ... 20 common frames omitted Caused by: java.lang.ClassNotFoundException: org.eclipse.gemini.blueprint.iandt.simpleservice.MyService at org.knopflerfish.framework.BundleClassLoader.findClass(BundleClassLoader.java:218) at org.knopflerfish.framework.BundleClassLoader.loadClass(BundleClassLoader.java:347) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 33 common frames omitted 01:28:29.115 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 5 for bundle BundleImpl[id=20] 01:28:29.115 [BundleStop #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.error, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:28:29.116 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.error, config=osgibundle:/META-INF/spring/*.xml) 01:28:29.116 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:358 - Shutting down appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.error, config=osgibundle:/META-INF/spring/*.xml) once stageTwo() is complete 01:28:29.116 [Gemini Blueprint 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:29.116 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:28:29.116 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@62eaab3f 01:28:29.117 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@62eaab3f 01:28:29.117 [Gemini Blueprint context shutdown thread 1] TRACE o.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:29.117 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.i.e.LoggerListener:35 - Received event org.eclipse.gemini.blueprint.context.event.OsgiBundleContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.error, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:28 UTC 2024]; root of context hierarchy] 01:28:29.117 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:28:29.118 [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@3123f419 01:28:29.118 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=20] for sending replayes events; last one was null 01:28:29.119 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:29.120 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:440 - Reading OSGi results for test [testEventsForCtxThatFail] 01:28:29.156 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=20] for sending replayes events; last one was null 01:28:29.121 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:447 - Test[testEventsForCtxThatFail]'s result read 01:28:29.158 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:364 - Writing test name [testEventsForCtxThatWork] to OSGi 01:28:29.159 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testEventsForCtxThatWork] for execution inside OSGi 01:28:29.160 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testEventsForCtxThatWork] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4550bb58 01:28:29.161 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:28:29.162 [EclipseGeminiBlueprintExtenderThread-1] ERROR o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:442 - Unable to create application context for [org.eclipse.gemini.blueprint.iandt.error], unsatisfied dependencies: none org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.eclipse.gemini.blueprint.iandt.error.TestService] for bean with name 'simpleService' defined in URL [bundle://20/META-INF/spring/error.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: org.eclipse.gemini.blueprint.iandt.error.TestService not found from bundle [org-springframework-osgi-iandt-error (org.eclipse.gemini.blueprint.iandt.error)] at org.springframework.beans.factory.support.AbstractBeanFactory.resolveBeanClass(AbstractBeanFactory.java:1383) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.determineTargetType(AbstractAutowireCapableBeanFactory.java:670) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.predictBeanType(AbstractAutowireCapableBeanFactory.java:637) at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1489) at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1007) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:740) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:868) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.access$1600(AbstractDelegatedExecutionApplicationContext.java:57) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext$4.run(AbstractDelegatedExecutionApplicationContext.java:322) at org.eclipse.gemini.blueprint.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.completeRefresh(AbstractDelegatedExecutionApplicationContext.java:287) at org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor$CompleteRefreshTask.run(DependencyWaiterApplicationContextExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.NoClassDefFoundError: org.eclipse.gemini.blueprint.iandt.error.TestService not found from bundle [org-springframework-osgi-iandt-error (org.eclipse.gemini.blueprint.iandt.error)] at org.eclipse.gemini.blueprint.util.BundleDelegatingClassLoader.findClass(BundleDelegatingClassLoader.java:150) at org.eclipse.gemini.blueprint.util.BundleDelegatingClassLoader.loadClass(BundleDelegatingClassLoader.java:212) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at org.springframework.util.ClassUtils.forName(ClassUtils.java:264) at org.springframework.beans.factory.support.AbstractBeanDefinition.resolveBeanClass(AbstractBeanDefinition.java:437) at org.springframework.beans.factory.support.AbstractBeanFactory.doResolveBeanClass(AbstractBeanFactory.java:1428) at org.springframework.beans.factory.support.AbstractBeanFactory.resolveBeanClass(AbstractBeanFactory.java:1372) ... 14 common frames omitted Caused by: java.lang.NoClassDefFoundError: org/eclipse/gemini/blueprint/iandt/simpleservice/MyService at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:763) at java.lang.ClassLoader.defineClass(ClassLoader.java:642) at org.knopflerfish.framework.BundleClassLoader.access$400(BundleClassLoader.java:63) at org.knopflerfish.framework.BundleClassLoader$1.get(BundleClassLoader.java:1013) at org.knopflerfish.framework.BundleClassLoader.searchFor0(BundleClassLoader.java:858) at org.knopflerfish.framework.BundleClassLoader.searchFor(BundleClassLoader.java:661) at org.knopflerfish.framework.PermissionOps.callSearchFor(PermissionOps.java:251) at org.knopflerfish.framework.BundleClassLoader.findClass(BundleClassLoader.java:196) at org.knopflerfish.framework.BundleClassLoader.loadClass(BundleClassLoader.java:347) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at org.knopflerfish.framework.BundleImpl.loadClass(BundleImpl.java:1735) at org.eclipse.gemini.blueprint.util.BundleDelegatingClassLoader.findClass(BundleDelegatingClassLoader.java:136) ... 20 common frames omitted Caused by: java.lang.ClassNotFoundException: org.eclipse.gemini.blueprint.iandt.simpleservice.MyService at org.knopflerfish.framework.BundleClassLoader.findClass(BundleClassLoader.java:218) at org.knopflerfish.framework.BundleClassLoader.loadClass(BundleClassLoader.java:347) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 33 common frames omitted 01:28:29.183 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:29.183 [BundleStart #21] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:29.184 [BundleStart #21] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 01:28:29.184 [BundleStart #21] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:29.185 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 01:28:29.185 [BundleStart #21] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:29.185 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:29.186 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:29.186 [BundleStart #21] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:28:29.186 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@62eaab3f 01:28:29.186 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:29.186 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:29.186 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:29.187 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:29 UTC 2024]; root of context hierarchy 01:28:29.187 [BundleStart #21] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:29.187 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:28:29.188 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:28:29.189 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://21/META-INF/spring/simpleservice-osgi.xml] 01:28:29.195 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:29.195 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:29.196 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:29.196 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:29.258 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:29.259 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:29.273 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://21/META-INF/spring/simpleservice.xml] 01:28:29.277 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:29.278 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:29.279 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:29.279 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:29.310 [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@146adbe1: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 01:28:29.311 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:29.311 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:28:29.311 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:28:29.312 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:28:29.313 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:28:29.313 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@146adbe1: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 01:28:29.314 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:28:29.314 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@79749496 01:28:29.314 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:28:29.314 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:28:29.315 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:29.315 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:28:29.315 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:28:29.315 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:29.315 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:29.315 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:28:29.315 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:29.316 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1d9cc3ec] 01:28:29.316 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@6be1a803] Delaying for:0 01:28:29.318 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 01:28:29.319 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 01:28:29.319 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 01:28:29.319 [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:29.319 [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:29.320 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 01:28:29.320 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@9ebbf37] 01:28:29.320 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:29 UTC 2024]; root of context hierarchy] 01:28:29.321 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.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:29.321 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, 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:29.322 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.i.e.LoggerListener:35 - Received event org.eclipse.gemini.blueprint.context.event.OsgiBundleContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:29 UTC 2024]; root of context hierarchy] 01:28:29.322 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=21] events received [org.eclipse.gemini.blueprint.context.event.OsgiBundleContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:29 UTC 2024]; root of context hierarchy]] 01:28:29.323 [BundleStop #21] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:28:29.324 [Gemini Blueprint 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:29.324 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@62eaab3f 01:28:29.324 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:29.324 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:28:29.325 [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:29.325 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:29 UTC 2024]; root of context hierarchy 01:28:29.325 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:29 UTC 2024]; root of context hierarchy] 01:28:29.327 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 01:28:29.328 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@6facb371] 01:28:29.328 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:29.329 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.i.e.LoggerListener:35 - Received event org.eclipse.gemini.blueprint.context.event.OsgiBundleContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:29 UTC 2024]; root of context hierarchy] 01:28:29.329 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:28:29.329 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@62eaab3f 01:28:29.329 [Gemini Blueprint context shutdown thread 1] TRACE o.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:29.357 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=21] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@3fe41c4d 01:28:29.357 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=21] for sending replayes events; last one was null 01:28:29.359 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=21] for sending replayes events; last one was null 01:28:29.359 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:29.360 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:440 - Reading OSGi results for test [testEventsForCtxThatWork] 01:28:29.360 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:447 - Test[testEventsForCtxThatWork]'s result read Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.82 sec - in org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest 01:28:29.364 [Thread-0] INFO o.e.g.b.i.e.OsgiLifecycleNotificationTest:471 - Shutting down OSGi platform 01:28:29.364 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest (TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest) 01:28:29.365 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest, config=): startup date [Sat Apr 27 01:28:28 UTC 2024]; root of context hierarchy 01:28:29.365 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest, config=): startup date [Sat Apr 27 01:28:28 UTC 2024]; root of context hierarchy] 01:28:29.365 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:28:29.365 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:29.366 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=18]] 01:28:29.440 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.extenderlistener has unused registered services; added for shutdown 01:28:29.441 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=18]] 01:28:29.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.extenderlistener, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:28:29.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.extenderlistener, config=osgibundle:/META-INF/spring/*.xml) 01:28:29.442 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@62eaab3f 01:28:29.442 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener, config=osgibundle:/META-INF/spring/*.xml) 01:28:29.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.extenderlistener, config=osgibundle:/META-INF/spring/*.xml) 01:28:29.442 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle ExtenderListener (org.eclipse.gemini.blueprint.iandt.extenderlistener) 01:28:29.443 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:28 UTC 2024]; root of context hierarchy 01:28:29.443 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:28 UTC 2024]; root of context hierarchy] 01:28:29.443 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [packageAdmin] 01:28:29.444 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle gemini-blueprint-extender on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.extenderlistener] {org.eclipse.gemini.blueprint.context.event.OsgiBundleApplicationContextListener}={org.eclipse.gemini.blueprint.bean.name=listener,org.springframework.osgi.bean.name=listener,osgi.service.blueprint.compname=listener,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.extenderlistener,Bundle-Version=1.0.0,service.id=9} 01:28:29.444 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@74698150] 01:28:29.445 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:29.445 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:28:29.445 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@62eaab3f 01:28:29.445 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:28:29.445 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:29.446 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28:29.446 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:29.446 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:28:29.446 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:29.446 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28:29.447 [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:29.447 [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@3bdb9f69 01:28:29.457 [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:29.457 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:28:29.457 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:28:30,184 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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:30,302 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:28:30,305 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:28:30,330 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:30,370 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:28:30,373 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:28:30,379 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:30,390 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@57536d79 - No compression will be used 01:28:30,398 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:28:30,398 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:28:30,400 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:28:30,400 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:28:30,400 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:28:30,401 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:28:30,401 |-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:30,401 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:28:30,401 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:28:30,401 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:28:30,402 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:28:30,402 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:28:30,402 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:28:30,402 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:28:30,402 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:28:30,403 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:28:30,403 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:28:30,404 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:28:30,404 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:28:30,405 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5bc79255 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.proxycreator.ClassDependenciesVisibilityTest 01:28:30.530 [main] WARN o.e.g.b.i.p.ClassDependenciesVisibilityTest:183 - **** org.eclipse.gemini.blueprint.iandt.proxycreator.ClassDependenciesVisibilityTest.testJdkProxy disabled in this environment: Total disabled tests=1 01:28:30.534 [main] WARN o.e.g.b.i.p.ClassDependenciesVisibilityTest:183 - **** org.eclipse.gemini.blueprint.iandt.proxycreator.ClassDependenciesVisibilityTest.testPackageDependency disabled in this environment: Total disabled tests=2 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.gemini.blueprint.iandt.proxycreator.ClassDependenciesVisibilityTest 01:28:31,218 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:28:31,355 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:28:31,358 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:28:31,381 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:31,421 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:28:31,423 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:28:31,429 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:31,439 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:28:31,447 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:28:31,447 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:28:31,457 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:28:31,457 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:28:31,457 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:28:31,458 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:28:31,458 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:28:31,458 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:28:31,458 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:28:31,458 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:28:31,458 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:28:31,459 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:28:31,459 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:28:31,459 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:28:31,459 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:28:31,459 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:28:31,459 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:28:31,460 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:28:31,460 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:28:31,461 |-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:28:31.583 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:28:31.588 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:85 - Instantiating platform wrapper... 01:28:31.602 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi1699462561837246561kf 01:28:31.603 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:215 - About to start Knopflerfish OSGi Platform 01:28:31.715 [main] INFO o.e.g.b.i.p.ProxyCreatorTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:28:31.719 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:28:31.720 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:28:31.722 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:28:31.723 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:28:31.857 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:28:31.874 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:28:31.880 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:28:31.882 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:28:31.890 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:28:31.900 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:28:31.902 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:28:31.906 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:28:31.912 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:28:31.926 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:28:31.956 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:28:31.960 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:28:31.964 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:28:31.972 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:28:31.987 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:28:31.995 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:28:31.999 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:28:32.003 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/proxy.creator.bundle/target/proxy.creator-3.0.1.BUILD-SNAPSHOT.jar] 01:28:32.028 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:28:32.041 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:28:32.061 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:28:32.063 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:28:32.064 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:28:32.064 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:28:32.065 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:28:32.068 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:28:32.072 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:28:32.073 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:28:32.081 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:28:32.081 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:28:32.082 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:28:32.087 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:28:32.089 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:28:32.091 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:28:32,125 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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:32,170 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:28:32,173 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:28:32,184 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:32,214 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:28:32,217 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:28:32,222 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:32,231 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@676448d5 - No compression will be used 01:28:32,237 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:28:32,237 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:28:32,239 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:28:32,239 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:28:32,240 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:28:32,240 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:28:32,240 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:28:32,241 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:28:32,241 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:28:32,241 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:28:32,241 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:28:32,242 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:28:32,242 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:28:32,242 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:28:32,242 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:28:32,243 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:28:32,243 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:28:32,244 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:28:32,244 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:28:32,245 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4845fdf0 - Registering current configuration as safe fallback point 01:28:32.262 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:28:32.275 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:28:32.459 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:28:32.460 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:28:32.465 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:28:32.469 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:28:32.478 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:32.479 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:32.480 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 01:28:32.480 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:32.481 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:28:32.482 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:32.482 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 01:28:32.483 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:28:32.483 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:28:32.484 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:32.484 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 01:28:32.484 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:28:32.485 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:32.485 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:32.486 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 01:28:32.486 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:32.486 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:28:32.487 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:32.487 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 01:28:32.487 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:28:32.488 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:28:32.489 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:32.489 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 01:28:32.489 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:28:32.490 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:28:32.490 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:32.490 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 01:28:32.490 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:28:32.491 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:32.492 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:32.492 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 01:28:32.492 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:32.492 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:28:32.493 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:32.493 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 01:28:32.493 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:28:32.494 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:28:32.495 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:32.495 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 01:28:32.495 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:28:32.495 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:28:32.496 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:32.497 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 01:28:32.497 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:28:32.497 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:28:32.497 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:32.498 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 01:28:32.498 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:28:32.498 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:32.499 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:32.500 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 01:28:32.500 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:32.500 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:28:32.500 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:32.500 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 01:28:32.501 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:28:32.501 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:32.501 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:32.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:28:32.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:28:32.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:28:32.504 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:32.504 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 01:28:32.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:28:32.514 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:28:32.514 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:28:32.519 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:28:32.519 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:28:32.525 [BundleStart #16] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:28:32.529 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:32.530 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@14d71f9 w/ reference null 01:28:32.530 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@14d71f9 w/ reference null 01:28:32.531 [BundleStart #16] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 01:28:32.537 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:32.564 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:32.565 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:32.565 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:28:32.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:28:32.568 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:28:32.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:28:32.571 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:32.571 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:28:32.571 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:32.573 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:32.573 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:32.573 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:28:32.575 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:32.575 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:28:32.575 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:28:32.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:28:32.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:28:32.578 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:28:32.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:28:32.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:28:32.578 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:32.579 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:32.580 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:32.580 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:28:32.581 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:32.581 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:28:32.581 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:28:32.582 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:32.583 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:28:32.583 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:28:32.584 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:32.584 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:28:32.585 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:28:32.585 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:32.585 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:28:32.586 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:32.588 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:32.588 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:32.588 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:28:32.589 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:32.589 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:28:32.589 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:32.590 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:32.590 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:32.590 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:28:32.594 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:32.594 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:28:32.595 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:28:32.602 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:32.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:28:32.603 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 01:28:32.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:28:32.603 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:32.604 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:32.605 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:32.605 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:319 - Starting [org-springframework-osgi-iandt-proxy-creator (org.eclipse.gemini.blueprint.iandt.proxy.creator)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/proxy.creator.bundle/target/proxy.creator-3.0.1.BUILD-SNAPSHOT.jar] 01:28:32.606 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-proxy-creator (org.eclipse.gemini.blueprint.iandt.proxy.creator)] 01:28:32.607 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:32.607 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-proxy-creator (org.eclipse.gemini.blueprint.iandt.proxy.creator) 01:28:32.607 [BundleStart #18] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-proxy-creator (org.eclipse.gemini.blueprint.iandt.proxy.creator)] 01:28:32.617 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-proxy-creator is type compatible with extender gemini-blueprint-extender; processing bundle... 01:28:32.618 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:32.619 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-proxy-creator (org.eclipse.gemini.blueprint.iandt.proxy.creator)] 01:28:32.621 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-proxy-creator (org.eclipse.gemini.blueprint.iandt.proxy.creator)] 01:28:32.621 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:28:32.622 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-proxy-creator (org.eclipse.gemini.blueprint.iandt.proxy.creator)] 01:28:32.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@f48b45e 01:28:32.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.proxy.creator, config=osgibundle:/META-INF/spring/*.xml) 01:28:32.622 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:32.623 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml) 01:28:32.623 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-proxy-creator (org.eclipse.gemini.blueprint.iandt.proxy.creator)] 01:28:32.628 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:32 UTC 2024]; root of context hierarchy 01:28:32.656 [main] INFO o.e.g.b.i.p.ProxyCreatorTest:199 - org/eclipse/gemini/blueprint/iandt/proxycreator/ProxyCreatorTest-bundle.properties was not found; using defaults 01:28:32.657 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:511 - Post processing: creating test bundle 01:28:32.663 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:28:32.679 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.proxycreator] 01:28:32.679 [main] INFO o.e.g.b.i.p.ProxyCreatorTest:202 - Automatically creating Manifest for the test bundle 01:28:32.681 [main] INFO o.e.g.b.i.p.ProxyCreatorTest:366 - Using the test class for generating bundle imports 01:28:32.684 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/proxycreator/ProxyCreatorTest.class 01:28:32.684 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:460 - Package [org.eclipse.gemini.blueprint.iandt.proxycreator] is part of the test archive; parsing ProxyCreatorTest bytecode to determine imports... 01:28:32.690 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:491 - Visiting class ProxyCreatorTest 01:28:32.697 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/context.xml] 01:28:32.708 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:28:32.708 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:28:32.709 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:491 - Visiting class BaseIntegrationTest 01:28:32.713 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:28:32.714 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:28:32.714 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:28:32.760 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:28:32.760 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:28:32.761 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:28:32.763 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:28:32.763 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:28:32.764 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.proxycreator, org.eclipse.gemini.blueprint.iandt, java.lang, org.osgi.framework, org.eclipse.gemini.blueprint.util, java.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io, java.net} 01:28:32.764 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.proxycreator, java.lang, java.util, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 01:28:32.765 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:28:32.765 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:282 - Filtered imports are [org.osgi.framework, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io] 01:28:32.766 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest, Bundle-Name=TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0] 01:28:32.766 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest, Bundle-Name=TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0]] 01:28:32.767 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:28:32.767 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:28:32.768 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:28:32.768 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:28:32.768 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:28:32.769 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:28:32.769 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:28:32.769 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:28:32.770 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:28:32.770 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:28:32.770 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ 01:28:32.771 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ClassDependenciesVisibilityTest$1.class 01:28:32.771 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ClassDependenciesVisibilityTest.class 01:28:32.771 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/JdkProxyTest.class 01:28:32.772 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ProxyCreatorTest.class 01:28:32.772 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/SomeInterface.class 01:28:32.772 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/SomeInterfaceImplementation.class 01:28:32.781 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:32.781 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:32.783 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:32.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:28:32.784 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:557 - Test bundle [TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest (TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest)] successfully installed 01:28:32.784 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:28:32.788 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest (TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest)] 01:28:32.788 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:32.788 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest (TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest) 01:28:32.788 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest (TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest)] 01:28:32.788 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest (TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest)] 01:28:32.789 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:32.789 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest (TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest)] 01:28:32.789 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:562 - Test bundle [TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest (TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest)] successfully started 01:28:32.790 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:28:32.793 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:28:32.795 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:28:32.797 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:28:32.797 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.proxy.creator] triggers a context creation; waiting for it 01:28:32.799 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.proxy.creator] incremented to 1 01:28:32.802 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:32.803 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator 01:28:32.931 [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@1627260f: defining beans [bean,loggerInterceptor,jdkProxy,cglibProxy,test]; root of factory hierarchy 01:28:32.942 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:32.942 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:28:32.943 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:28:32.944 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:28:32.965 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:28:32.969 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@1627260f: defining beans [bean,loggerInterceptor,jdkProxy,cglibProxy,test]; root of factory hierarchy] 01:28:32.970 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:28:32.970 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@5320d4b3 01:28:32.970 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:28:32.970 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:28:32.971 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml) 01:28:32.971 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:28:32.971 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:28:32.971 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml) 01:28:32.972 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml) 01:28:32.972 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:28:32.973 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml) 01:28:32.976 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@6552682a] 01:28:32.976 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@73566ed2] 01:28:33.005 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.framework.ProxyFactoryBeanBeanInfo] required by [org-springframework-osgi-iandt-proxy-creator(org.eclipse.gemini.blueprint.iandt.proxy.creator)] scanning available bundles 01:28:33.005 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:28:33.024 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] exports [org.springframework.aop.framework] as version [5.0.4.RELEASE] but version [0.0.0] was required 01:28:33.033 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.framework.ProxyCreatorSupportBeanInfo] required by [org-springframework-osgi-iandt-proxy-creator(org.eclipse.gemini.blueprint.iandt.proxy.creator)] scanning available bundles 01:28:33.033 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:28:33.053 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] exports [org.springframework.aop.framework] as version [5.0.4.RELEASE] but version [0.0.0] was required 01:28:33.061 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.framework.AdvisedSupportBeanInfo] required by [org-springframework-osgi-iandt-proxy-creator(org.eclipse.gemini.blueprint.iandt.proxy.creator)] scanning available bundles 01:28:33.061 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:28:33.075 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] exports [org.springframework.aop.framework] as version [5.0.4.RELEASE] but version [0.0.0] was required 01:28:33.083 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.framework.ProxyConfigBeanInfo] required by [org-springframework-osgi-iandt-proxy-creator(org.eclipse.gemini.blueprint.iandt.proxy.creator)] scanning available bundles 01:28:33.083 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:28:33.106 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] exports [org.springframework.aop.framework] as version [5.0.4.RELEASE] but version [0.0.0] was required 01:28:33.112 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [java.lang.ObjectBeanInfo] required by [org-springframework-osgi-iandt-proxy-creator(org.eclipse.gemini.blueprint.iandt.proxy.creator)] scanning available bundles 01:28:33.112 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [java.lang.ObjectCustomizer] required by [org-springframework-osgi-iandt-proxy-creator(org.eclipse.gemini.blueprint.iandt.proxy.creator)] scanning available bundles 01:28:33.113 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.framework.ProxyConfigCustomizer] required by [org-springframework-osgi-iandt-proxy-creator(org.eclipse.gemini.blueprint.iandt.proxy.creator)] scanning available bundles 01:28:33.113 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:28:33.123 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] exports [org.springframework.aop.framework] as version [5.0.4.RELEASE] but version [0.0.0] was required 01:28:33.128 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.framework.AdvisedSupportCustomizer] required by [org-springframework-osgi-iandt-proxy-creator(org.eclipse.gemini.blueprint.iandt.proxy.creator)] scanning available bundles 01:28:33.129 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:28:33.138 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] exports [org.springframework.aop.framework] as version [5.0.4.RELEASE] but version [0.0.0] was required 01:28:33.146 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.framework.ProxyCreatorSupportCustomizer] required by [org-springframework-osgi-iandt-proxy-creator(org.eclipse.gemini.blueprint.iandt.proxy.creator)] scanning available bundles 01:28:33.146 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:28:33.163 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] exports [org.springframework.aop.framework] as version [5.0.4.RELEASE] but version [0.0.0] was required 01:28:33.168 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.framework.ProxyFactoryBeanCustomizer] required by [org-springframework-osgi-iandt-proxy-creator(org.eclipse.gemini.blueprint.iandt.proxy.creator)] scanning available bundles 01:28:33.169 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:28:33.177 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] exports [org.springframework.aop.framework] as version [5.0.4.RELEASE] but version [0.0.0] was required 01:28:33.187 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.FactoryBeanCustomizer] required by [org-springframework-osgi-iandt-proxy-creator(org.eclipse.gemini.blueprint.iandt.proxy.creator)] scanning available bundles 01:28:33.188 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.BeanClassLoaderAwareCustomizer] required by [org-springframework-osgi-iandt-proxy-creator(org.eclipse.gemini.blueprint.iandt.proxy.creator)] scanning available bundles 01:28:33.189 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.BeanFactoryAwareCustomizer] required by [org-springframework-osgi-iandt-proxy-creator(org.eclipse.gemini.blueprint.iandt.proxy.creator)] scanning available bundles 01:28:33.189 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.framework.AdvisedCustomizer] required by [org-springframework-osgi-iandt-proxy-creator(org.eclipse.gemini.blueprint.iandt.proxy.creator)] scanning available bundles 01:28:33.189 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:28:33.198 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] exports [org.springframework.aop.framework] as version [5.0.4.RELEASE] but version [0.0.0] was required 01:28:33.226 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.proxycreator.TestBeanInfo] required by [org-springframework-osgi-iandt-proxy-creator(org.eclipse.gemini.blueprint.iandt.proxy.creator)] scanning available bundles 01:28:33.226 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.proxycreator.TestCustomizer] required by [org-springframework-osgi-iandt-proxy-creator(org.eclipse.gemini.blueprint.iandt.proxy.creator)] scanning available bundles 01:28:33.336 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.iandt.proxycreator.Test:66 - testing proxy interception... 01:28:33.337 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.i.p.SomeImplementation:31 - received hangar 18 01:28:33.337 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.iandt.proxycreator.Test:66 - testing proxy interception... 01:28:33.424 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.i.p.SomeImplementation:31 - received hangar 18 01:28:33.426 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@15ea258a] 01:28:33.429 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:32 UTC 2024]; root of context hierarchy] 01:28:33.432 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.proxy.creator, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.proxy.creator, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.proxy.creator, Bundle-Version=1.0.0} 01:28:33.433 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, 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:33.434 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.proxy.creator] decremented to 0 01:28:33.434 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator 01:28:33.435 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:28:33.436 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:28:33.436 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:28:33.437 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=18] 01:28:33.437 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:28:33.438 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:28:33.438 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:28:33.439 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:28:33.439 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:28:33.440 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:28:33.441 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:28:33.441 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest] does not trigger a context creation. 01:28:33.441 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:28:33.442 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:28:33.443 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:28:33.443 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:28:33.444 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:28:33.445 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:364 - Writing test name [testNewProxiesCreatedOnBundleRefresh] to OSGi 01:28:33.460 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNewProxiesCreatedOnBundleRefresh] for execution inside OSGi 01:28:33.460 [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:28:33.461 [main] INFO o.e.g.b.i.p.ProxyCreatorTest:190 - Loading context for locations: 01:28:33.463 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest, config=): startup date [Sat Apr 27 01:28:33 UTC 2024]; root of context hierarchy 01:28:33.464 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:28:33.464 [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:28:33.464 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:33.465 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:28:33.465 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:28:33.466 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:28:33.466 [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:28:33.467 [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:28:33.467 [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:28:33.468 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest, config=): startup date [Sat Apr 27 01:28:33 UTC 2024]; root of context hierarchy] 01:28:33.468 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest, org.springframework.context.service.name=TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest, Bundle-SymbolicName=TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest, Bundle-Version=0.0.0} 01:28:33.469 [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:33.489 [BundleStop #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:28:33.490 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml) 01:28:33.490 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@f48b45e 01:28:33.491 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml) 01:28:33.491 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml) 01:28:33.492 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-springframework-osgi-iandt-proxy-creator (org.eclipse.gemini.blueprint.iandt.proxy.creator) 01:28:33.492 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:32 UTC 2024]; root of context hierarchy 01:28:33.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.proxy.creator, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:32 UTC 2024]; root of context hierarchy] 01:28:33.496 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:33.498 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:28:33.498 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@f48b45e 01:28:33.498 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:28:33.499 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=18] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@6dd6f73f 01:28:33.503 [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:33.504 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-proxy-creator (org.eclipse.gemini.blueprint.iandt.proxy.creator)] 01:28:33.504 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:33.504 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-proxy-creator (org.eclipse.gemini.blueprint.iandt.proxy.creator) 01:28:33.504 [BundleStart #18] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-proxy-creator (org.eclipse.gemini.blueprint.iandt.proxy.creator)] 01:28:33.505 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-proxy-creator is type compatible with extender gemini-blueprint-extender; processing bundle... 01:28:33.505 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:33.505 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-proxy-creator (org.eclipse.gemini.blueprint.iandt.proxy.creator)] 01:28:33.505 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-proxy-creator (org.eclipse.gemini.blueprint.iandt.proxy.creator)] 01:28:33.506 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:28:33.506 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-proxy-creator (org.eclipse.gemini.blueprint.iandt.proxy.creator)] 01:28:33.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@f48b45e 01:28:33.506 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:33.506 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml) 01:28:33.507 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-proxy-creator (org.eclipse.gemini.blueprint.iandt.proxy.creator)] 01:28:33.507 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml) 01:28:33.507 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:33 UTC 2024]; root of context hierarchy 01:28:33.508 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:28:33.508 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.proxy.creator] incremented to 1 01:28:33.509 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:33.509 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18.1/META-INF/spring/context.xml] 01:28:33.509 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator 01:28:33.512 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:33.513 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:33.513 [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:33.514 [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:33.576 [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@2cd614c3: defining beans [bean,loggerInterceptor,jdkProxy,cglibProxy,test]; root of factory hierarchy 01:28:33.577 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:33.577 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:28:33.577 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.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:33.578 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.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:33.580 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:28:33.580 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@2cd614c3: defining beans [bean,loggerInterceptor,jdkProxy,cglibProxy,test]; root of factory hierarchy] 01:28:33.580 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:28:33.580 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@5320d4b3 01:28:33.581 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:28:33.581 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:28:33.581 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml) 01:28:33.582 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:28:33.582 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:28:33.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.proxy.creator, config=osgibundle:/META-INF/spring/*.xml) 01:28:33.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.proxy.creator, config=osgibundle:/META-INF/spring/*.xml) 01:28:33.582 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:28:33.583 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml) 01:28:33.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@6197d79d] 01:28:33.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@2b721769] 01:28:33.592 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.proxycreator.TestBeanInfo] required by [org-springframework-osgi-iandt-proxy-creator(org.eclipse.gemini.blueprint.iandt.proxy.creator)] scanning available bundles 01:28:33.592 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.proxycreator.TestCustomizer] required by [org-springframework-osgi-iandt-proxy-creator(org.eclipse.gemini.blueprint.iandt.proxy.creator)] scanning available bundles 01:28:33.604 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.iandt.proxycreator.Test:66 - testing proxy interception... 01:28:33.605 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.i.p.SomeImplementation:31 - received hangar 18 01:28:33.605 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.iandt.proxycreator.Test:66 - testing proxy interception... 01:28:33.616 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.i.p.SomeImplementation:31 - received hangar 18 01:28:33.617 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@c1144ec] 01:28:33.617 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:33 UTC 2024]; root of context hierarchy] 01:28:33.618 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.proxy.creator, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.proxy.creator, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.proxy.creator, Bundle-Version=1.0.0} 01:28:33.618 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:28:33.619 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.proxy.creator] decremented to 0 01:28:33.619 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator 01:28:33.619 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=18] 01:28:33.619 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:33.620 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:440 - Reading OSGi results for test [testNewProxiesCreatedOnBundleRefresh] 01:28:33.621 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:447 - Test[testNewProxiesCreatedOnBundleRefresh]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.043 sec - in org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest 01:28:33.625 [Thread-0] INFO o.e.g.b.i.p.ProxyCreatorTest:471 - Shutting down OSGi platform 01:28:33.625 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest (TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest) 01:28:33.626 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest, config=): startup date [Sat Apr 27 01:28:33 UTC 2024]; root of context hierarchy 01:28:33.626 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest, config=): startup date [Sat Apr 27 01:28:33 UTC 2024]; root of context hierarchy] 01:28:33.626 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:28:33.626 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:33.627 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=18]] 01:28:33.657 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.proxy.creator has unused registered services; added for shutdown 01:28:33.658 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=18]] 01:28:33.658 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:28:33.659 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml) 01:28:33.659 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@f48b45e 01:28:33.659 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml) 01:28:33.659 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml) 01:28:33.660 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-springframework-osgi-iandt-proxy-creator (org.eclipse.gemini.blueprint.iandt.proxy.creator) 01:28:33.660 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:33 UTC 2024]; root of context hierarchy 01:28:33.660 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:33 UTC 2024]; root of context hierarchy] 01:28:33.661 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:33.661 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:28:33.661 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@f48b45e 01:28:33.661 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:28:33.662 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:33.662 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28:33.662 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:33.662 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:28:33.662 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:33.662 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28:33.663 [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:33.664 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=18] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@631104f5 01:28:33.664 [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:33.664 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:28:33.665 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:28:34,366 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:28:34,511 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:28:34,514 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:28:34,538 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:34,578 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:28:34,581 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:28:34,587 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:34,597 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:28:34,605 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:28:34,605 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:28:34,607 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:28:34,607 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:28:34,607 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:28:34,608 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:28:34,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:28:34,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:28:34,608 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:28:34,608 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:28:34,608 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:28:34,609 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:28:34,609 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:28:34,609 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:28:34,609 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:28:34,609 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:28:34,609 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:28:34,610 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:28:34,610 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:28:34,611 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest 01:28:34.740 [main] TRACE o.e.g.b.i.p.JdkProxyTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:28:34.745 [main] TRACE o.e.g.b.i.p.JdkProxyTest:85 - Instantiating platform wrapper... 01:28:34.758 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi6624225644809383733kf 01:28:34.758 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:215 - About to start Knopflerfish OSGi Platform 01:28:34.877 [main] INFO o.e.g.b.i.p.JdkProxyTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:28:34.881 [main] TRACE o.e.g.b.i.p.JdkProxyTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:28:34.882 [main] TRACE o.e.g.b.i.p.JdkProxyTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:28:34.884 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:28:34.885 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:28:35.020 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:28:35.036 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:28:35.042 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:28:35.044 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:28:35.053 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:28:35.063 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:28:35.065 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:28:35.069 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:28:35.075 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:28:35.087 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:28:35.111 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:28:35.114 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:28:35.119 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:28:35.127 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:28:35.129 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:28:35.157 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:28:35.161 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:28:35.165 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/jdk.proxy.bundle/target/jdk.proxy-3.0.1.BUILD-SNAPSHOT.jar] 01:28:35.183 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:28:35.194 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:28:35.199 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:28:35.201 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:28:35.201 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:28:35.202 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:28:35.203 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:28:35.206 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:28:35.209 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:28:35.210 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:28:35.216 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:28:35.217 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:28:35.218 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:28:35.222 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:28:35.223 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:28:35.225 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:28:35,271 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:28:35,322 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:28:35,324 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:28:35,335 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:35,361 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:28:35,363 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:28:35,368 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:35,376 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@57bfa58f - No compression will be used 01:28:35,381 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:28:35,382 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:28:35,383 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:28:35,383 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:28:35,384 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:28:35,384 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:28:35,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:28:35,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:28:35,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:28:35,385 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:28:35,385 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:28:35,385 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:28:35,385 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:28:35,385 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:28:35,385 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:28:35,386 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:28:35,386 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:28:35,386 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:28:35,387 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:28:35,387 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@35ea7f15 - Registering current configuration as safe fallback point 01:28:35.401 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:28:35.412 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:28:35.559 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:28:35.560 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:28:35.564 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:28:35.568 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:28:35.577 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:35.579 [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:35.579 [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:35.580 [BundleStart #16] DEBUG 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:35.580 [BundleStart #16] 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:35.581 [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:35.582 [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:35.582 [BundleStart #16] DEBUG o.e.g.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:35.582 [BundleStart #16] 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:35.583 [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:35.583 [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:35.583 [BundleStart #16] DEBUG o.e.g.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:35.584 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:35.584 [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:35.584 [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:35.584 [BundleStart #16] DEBUG 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:35.585 [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:35.585 [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:35.586 [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:35.586 [BundleStart #16] DEBUG o.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:35.586 [BundleStart #16] 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:35.587 [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:35.587 [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:35.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:28:35.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:28:35.588 [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:35.589 [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:35.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:28:35.589 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:35.590 [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:35.590 [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:35.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:28:35.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:28:35.591 [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:35.591 [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:35.591 [BundleStart #16] DEBUG o.e.g.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:35.591 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:28:35.592 [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:35.592 [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:35.593 [BundleStart #16] 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:35.593 [BundleStart #16] 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:35.594 [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:35.594 [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:35.594 [BundleStart #16] DEBUG o.e.g.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:35.594 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:28:35.594 [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:35.595 [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:35.595 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:28:35.595 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:35.596 [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:35.596 [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:35.596 [BundleStart #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:35.597 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:28:35.597 [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:35.597 [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:35.597 [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:35.597 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:35.598 [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:35.598 [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:35.598 [BundleStart #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:35.598 [BundleStart #16] 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:35.600 [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:35.600 [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:35.600 [BundleStart #16] DEBUG o.e.g.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:35.610 [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:35.610 [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:35.613 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:28:35.613 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:28:35.616 [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:35.618 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:35.619 [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:28:35.619 [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:28:35.620 [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:35.624 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:35.634 [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:35.635 [BundleStart #16] DEBUG 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:35.635 [BundleStart #16] 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:35.637 [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:35.638 [BundleStart #16] DEBUG o.e.g.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:35.638 [BundleStart #16] 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:35.640 [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:35.640 [BundleStart #16] DEBUG o.e.g.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:35.640 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:35.641 [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:35.641 [BundleStart #16] DEBUG 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:35.642 [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:35.643 [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:35.643 [BundleStart #16] DEBUG o.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:35.643 [BundleStart #16] 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:35.645 [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:35.646 [BundleStart #16] DEBUG o.e.g.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:35.646 [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:35.646 [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:35.647 [BundleStart #16] DEBUG o.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:35.647 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:35.648 [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:35.648 [BundleStart #16] 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:35.648 [BundleStart #16] 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:35.656 [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:35.657 [BundleStart #16] DEBUG o.e.g.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:35.657 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:28:35.658 [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:35.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:28:35.659 [BundleStart #16] 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:35.660 [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:35.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:28:35.661 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:28:35.661 [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:35.662 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:28:35.662 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:35.664 [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:35.664 [BundleStart #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:35.664 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:28:35.665 [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:35.665 [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:35.665 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:35.666 [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:35.666 [BundleStart #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:35.666 [BundleStart #16] 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:35.670 [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:35.670 [BundleStart #16] DEBUG o.e.g.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:35.671 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:28:35.678 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:35.679 [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:35.679 [BundleStart #17] DEBUG 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:35.679 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:35.680 [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:35.680 [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:35.680 [BundleStart #17] DEBUG 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:35.681 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:319 - Starting [org-springframework-osgi-iandt-jdk-proxy (org.springframework.osgi.iandt.jdk.proxy)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/jdk.proxy.bundle/target/jdk.proxy-3.0.1.BUILD-SNAPSHOT.jar] 01:28:35.682 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-jdk-proxy (org.springframework.osgi.iandt.jdk.proxy)] 01:28:35.682 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.jdk.proxy]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:35.683 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-jdk-proxy (org.springframework.osgi.iandt.jdk.proxy)] 01:28:35.683 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-jdk-proxy (org.springframework.osgi.iandt.jdk.proxy)] 01:28:35.683 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.jdk.proxy]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:35.683 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.springframework.osgi.iandt.jdk.proxy]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-jdk-proxy (org.springframework.osgi.iandt.jdk.proxy) 01:28:35.684 [BundleStart #18] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-jdk-proxy (org.springframework.osgi.iandt.jdk.proxy)] 01:28:35.694 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-jdk-proxy is type compatible with extender gemini-blueprint-extender; processing bundle... 01:28:35.695 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.jdk.proxy]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:35.696 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-jdk-proxy (org.springframework.osgi.iandt.jdk.proxy)] 01:28:35.698 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-jdk-proxy (org.springframework.osgi.iandt.jdk.proxy)] 01:28:35.699 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:28:35.699 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@27534443 01:28:35.700 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.jdk.proxy, config=osgibundle:/META-INF/spring/*.xml) 01:28:35.700 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.jdk.proxy, config=osgibundle:/META-INF/spring/*.xml) 01:28:35.701 [main] INFO o.e.g.b.i.p.JdkProxyTest:199 - org/eclipse/gemini/blueprint/iandt/proxycreator/JdkProxyTest-bundle.properties was not found; using defaults 01:28:35.701 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:511 - Post processing: creating test bundle 01:28:35.705 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.jdk.proxy, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:35 UTC 2024]; root of context hierarchy 01:28:35.712 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:28:35.715 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.proxycreator] 01:28:35.715 [main] INFO o.e.g.b.i.p.JdkProxyTest:202 - Automatically creating Manifest for the test bundle 01:28:35.716 [main] INFO o.e.g.b.i.p.JdkProxyTest:366 - Using the test class for generating bundle imports 01:28:35.718 [main] TRACE o.e.g.b.i.p.JdkProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/proxycreator/JdkProxyTest.class 01:28:35.719 [main] TRACE o.e.g.b.i.p.JdkProxyTest:460 - Package [org.eclipse.gemini.blueprint.iandt.proxycreator] is part of the test archive; parsing JdkProxyTest bytecode to determine imports... 01:28:35.722 [main] TRACE o.e.g.b.i.p.JdkProxyTest:491 - Visiting class JdkProxyTest 01:28:35.735 [main] TRACE o.e.g.b.i.p.JdkProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:28:35.735 [main] TRACE o.e.g.b.i.p.JdkProxyTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:28:35.735 [main] TRACE o.e.g.b.i.p.JdkProxyTest:491 - Visiting class BaseIntegrationTest 01:28:35.757 [main] TRACE o.e.g.b.i.p.JdkProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:28:35.758 [main] TRACE o.e.g.b.i.p.JdkProxyTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:28:35.758 [main] TRACE o.e.g.b.i.p.JdkProxyTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:28:35.760 [main] TRACE o.e.g.b.i.p.JdkProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:28:35.760 [main] TRACE o.e.g.b.i.p.JdkProxyTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:28:35.760 [main] TRACE o.e.g.b.i.p.JdkProxyTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:28:35.761 [main] TRACE o.e.g.b.i.p.JdkProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:28:35.761 [main] TRACE o.e.g.b.i.p.JdkProxyTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:28:35.762 [main] TRACE o.e.g.b.i.p.JdkProxyTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.proxycreator, org.eclipse.gemini.blueprint.iandt, java.lang, java.lang.reflect, java.io, org.osgi.framework, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util, java.util.jar, java.security, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io, java.net} 01:28:35.762 [main] TRACE o.e.g.b.i.p.JdkProxyTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.proxycreator, java.lang, java.lang.reflect, java.io, java.util, java.util.jar, java.security, java.net] 01:28:35.762 [main] TRACE o.e.g.b.i.p.JdkProxyTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:28:35.763 [main] TRACE o.e.g.b.i.p.JdkProxyTest:282 - Filtered imports are [org.osgi.framework, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 01:28:35.763 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest, Bundle-Name=TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 01:28:35.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-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest, Bundle-Name=TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 01:28:35.763 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:28:35.764 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/context.xml] 01:28:35.764 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:28:35.764 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:28:35.764 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:28:35.764 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:28:35.765 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:28:35.765 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:28:35.765 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:28:35.765 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:28:35.766 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:28:35.766 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ 01:28:35.766 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ClassDependenciesVisibilityTest$1.class 01:28:35.766 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ClassDependenciesVisibilityTest.class 01:28:35.767 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/JdkProxyTest.class 01:28:35.767 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ProxyCreatorTest.class 01:28:35.767 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/SomeInterface.class 01:28:35.767 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/SomeInterfaceImplementation.class 01:28:35.774 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:557 - Test bundle [TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest (TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest)] successfully installed 01:28:35.775 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:28:35.778 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest (TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest)] 01:28:35.779 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:35.779 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest (TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest)] 01:28:35.780 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest (TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest)] 01:28:35.780 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:35.780 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest (TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest) 01:28:35.780 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest (TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest)] 01:28:35.781 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:562 - Test bundle [TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest (TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest)] successfully started 01:28:35.781 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:28:35.783 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:28:35.784 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:28:35.785 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:28:35.786 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:28:35.786 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:218 - Bundle [org.springframework.osgi.iandt.jdk.proxy] triggers a context creation; waiting for it 01:28:35.787 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.springframework.osgi.iandt.jdk.proxy] incremented to 1 01:28:35.790 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:35.790 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.jdk.proxy 01:28:35.802 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:35.803 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:35.804 [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:35.804 [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:35.913 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:35.913 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:35.988 [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@703f2671: defining beans [invocationHandler]; root of factory hierarchy 01:28:36.001 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:36.001 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:28:36.002 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:28:36.003 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.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:36.006 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:28:36.010 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@703f2671: defining beans [invocationHandler]; root of factory hierarchy] 01:28:36.010 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:28:36.011 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@6b56cd0f 01:28:36.011 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:28:36.011 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:28:36.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.springframework.osgi.iandt.jdk.proxy, config=osgibundle:/META-INF/spring/*.xml) 01:28:36.012 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:28:36.012 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:28:36.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.springframework.osgi.iandt.jdk.proxy, config=osgibundle:/META-INF/spring/*.xml) 01:28:36.012 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.jdk.proxy, config=osgibundle:/META-INF/spring/*.xml) 01:28:36.013 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:28:36.013 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.jdk.proxy, config=osgibundle:/META-INF/spring/*.xml) 01:28:36.016 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@592179a9] 01:28:36.016 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@2f4286c5] 01:28:36.056 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&invocationHandler] is being tracked for dependencies 01:28:36.057 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [invocationHandler] depends (transitively) on the following importers:{} 01:28:36.058 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [invocationHandler] depends on importers:[] 01:28:36.059 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.jdkproxy.internal.PrivateInvocationHandler] classes {} 01:28:36.059 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.lang.reflect.InvocationHandler}] 01:28:36.061 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [invocationHandler] started; all its dependencies are satisfied 01:28:36.062 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6800acf8] 01:28:36.066 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.jdk.proxy, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.jdk.proxy, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:35 UTC 2024]; root of context hierarchy] 01:28:36.068 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.springframework.osgi.iandt.jdk.proxy, org.springframework.context.service.name=org.springframework.osgi.iandt.jdk.proxy, Bundle-SymbolicName=org.springframework.osgi.iandt.jdk.proxy, Bundle-Version=1.0.0} 01:28:36.070 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, 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:36.070 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.springframework.osgi.iandt.jdk.proxy] decremented to 0 01:28:36.071 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:138 - Found applicationContext for bundle=org.springframework.osgi.iandt.jdk.proxy 01:28:36.071 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:28:36.072 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:28:36.073 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:28:36.075 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:28:36.076 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:28:36.076 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=18] 01:28:36.076 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:28:36.077 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:28:36.078 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:28:36.079 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:28:36.079 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:28:36.081 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:28:36.081 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:28:36.081 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:28:36.081 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest] does not trigger a context creation. 01:28:36.083 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:28:36.084 [main] TRACE o.e.g.b.i.p.JdkProxyTest:364 - Writing test name [testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne] to OSGi 01:28:36.099 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne] for execution inside OSGi 01:28:36.099 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7b9a4292 01:28:36.100 [main] INFO o.e.g.b.i.p.JdkProxyTest:190 - Loading context for locations: 01:28:36.102 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest, config=): startup date [Sat Apr 27 01:28:36 UTC 2024]; root of context hierarchy 01:28:36.102 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:28:36.102 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@9f116cc: defining beans []; root of factory hierarchy 01:28:36.103 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:36.103 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:28:36.104 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:28:36.104 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:28:36.104 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7ec7ffd3] 01:28:36.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@5b239d7d] 01:28:36.105 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6572421] 01:28:36.106 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest, config=): startup date [Sat Apr 27 01:28:36 UTC 2024]; root of context hierarchy] 01:28: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-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest, org.springframework.context.service.name=TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest, Bundle-SymbolicName=TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest, Bundle-Version=0.0.0} 01:28: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:28:36.130 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest on registration ServiceReference [org.springframework.osgi.iandt.jdk.proxy] {java.lang.reflect.InvocationHandler}={Bundle-SymbolicName=org.springframework.osgi.iandt.jdk.proxy,Bundle-Version=1.0.0,service.id=9} 01:28:36.132 [main] INFO o.e.g.b.i.j.i.PrivateExecutor:36 - about to invoke public abstract java.lang.String org.eclipse.gemini.blueprint.iandt.proxycreator.SomeInterface.doSmth() Proxy returned method invoked by a private class at Sat Apr 27 01:28:36 UTC 2024 01:28:36.132 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:36.133 [main] TRACE o.e.g.b.i.p.JdkProxyTest:440 - Reading OSGi results for test [testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne] 01:28:36.134 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:447 - Test[testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.4 sec - in org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest 01:28:36.138 [Thread-0] INFO o.e.g.b.i.p.JdkProxyTest:471 - Shutting down OSGi platform 01:28:36.138 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest (TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest) 01:28:36.139 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest, config=): startup date [Sat Apr 27 01:28:36 UTC 2024]; root of context hierarchy 01:28:36.139 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:36.139 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest, config=): startup date [Sat Apr 27 01:28:36 UTC 2024]; root of context hierarchy] 01:28:36.139 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:28:36.140 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:36.140 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28:36.140 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:36.140 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=18]] 01:28:36.142 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:28:36.151 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.springframework.osgi.iandt.jdk.proxy has unused registered services; added for shutdown 01:28:36.151 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=18]] 01:28:36.152 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.jdk.proxy, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:28:36.153 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.jdk.proxy, config=osgibundle:/META-INF/spring/*.xml) 01:28:36.153 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@27534443 01:28:36.153 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.jdk.proxy, config=osgibundle:/META-INF/spring/*.xml) 01:28:36.153 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.jdk.proxy, config=osgibundle:/META-INF/spring/*.xml) 01:28:36.154 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-springframework-osgi-iandt-jdk-proxy (org.springframework.osgi.iandt.jdk.proxy) 01:28:36.154 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.jdk.proxy, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:35 UTC 2024]; root of context hierarchy 01:28:36.156 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.jdk.proxy, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.jdk.proxy, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:35 UTC 2024]; root of context hierarchy] 01:28:36.157 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [invocationHandler] 01:28:36.158 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest on registration ServiceReference [org.springframework.osgi.iandt.jdk.proxy] {java.lang.reflect.InvocationHandler}={Bundle-SymbolicName=org.springframework.osgi.iandt.jdk.proxy,Bundle-Version=1.0.0,service.id=9} 01:28:36.158 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@4f4d63f4] 01:28:36.158 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:36.160 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:28:36.160 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@27534443 01:28:36.160 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.jdk.proxy, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:28:36.160 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:36.160 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28:36.162 [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:36.162 [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@19e98585 01:28:36.163 [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:36.163 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:28:36.164 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:28:36,875 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:28:36,998 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:28:37,001 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:28:37,026 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:37,072 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:28:37,074 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:28:37,080 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:37,091 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3b0143d3 - No compression will be used 01:28:37,099 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:28:37,099 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:28:37,101 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:28:37,101 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:28:37,101 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:28:37,102 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:28:37,102 |-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:37,102 |-INFO 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:37,102 |-INFO 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:37,102 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:28:37,102 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:28:37,103 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:28:37,103 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:28:37,103 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:28:37,103 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:28:37,103 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:28:37,103 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:28:37,104 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:28:37,104 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:28:37,105 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@47ef968d - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest 01:28:37.235 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:28:37.240 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:85 - Instantiating platform wrapper... 01:28:37.254 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi826867983659562423kf 01:28:37.255 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:215 - About to start Knopflerfish OSGi Platform 01:28:37.372 [main] INFO o.e.g.b.i.s.ServiceProxyFactoryBeanTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:28:37.377 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:28:37.378 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:28:37.379 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:28:37.380 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:28:37.512 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:28:37.529 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:28:37.535 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:28:37.537 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:28:37.546 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:28:37.557 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:28:37.559 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:28:37.563 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:28:37.569 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:28:37.575 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:28:37.603 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:28:37.612 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:28:37.619 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:28:37.632 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:28:37.635 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:28:37.658 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:28:37.662 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:28:37.687 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:28:37.697 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:28:37.703 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:28:37.705 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:28:37.706 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:28:37.707 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:28:37.708 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:28:37.711 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:28:37.715 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:28:37.716 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:28:37.722 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:28:37.723 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:28:37.724 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:28:37.728 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:28:37.730 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:28:37.732 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:28:37,774 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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:37,822 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:28:37,825 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:28:37,838 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:37,864 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:28:37,866 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:28:37,871 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:37,879 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@12545e71 - No compression will be used 01:28:37,884 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:28:37,884 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:28:37,886 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:28:37,886 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:28:37,887 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:28:37,887 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:28:37,887 |-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:37,887 |-INFO 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:37,888 |-INFO 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:37,888 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:28:37,888 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:28:37,888 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:28:37,888 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:28:37,889 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:28:37,889 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:28:37,889 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:28:37,889 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:28:37,890 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:28:37,890 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:28:37,891 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@62a4e526 - Registering current configuration as safe fallback point 01:28:37.906 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:28:37.918 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:28:38.102 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:28:38.103 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:28:38.108 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:28:38.112 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:28:38.117 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:38.118 [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:38.119 [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:38.119 [BundleStart #16] DEBUG 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:38.119 [BundleStart #16] 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:38.121 [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:38.121 [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:38.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:28:38.122 [BundleStart #16] 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:38.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:28:38.124 [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:38.124 [BundleStart #16] DEBUG o.e.g.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:38.124 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:38.125 [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:38.125 [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:38.125 [BundleStart #16] DEBUG 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:38.126 [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:38.127 [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:38.127 [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:38.127 [BundleStart #16] DEBUG o.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:38.127 [BundleStart #16] 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:38.129 [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:38.129 [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:38.129 [BundleStart #16] DEBUG o.e.g.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:38.129 [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:38.130 [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:38.130 [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:38.130 [BundleStart #16] DEBUG o.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:38.131 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:38.131 [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:38.132 [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:38.132 [BundleStart #16] 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:38.132 [BundleStart #16] 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:38.133 [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:38.133 [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:38.133 [BundleStart #16] DEBUG o.e.g.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:38.134 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:28:38.134 [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:38.135 [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:38.135 [BundleStart #16] 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:38.135 [BundleStart #16] 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:38.136 [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:38.136 [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:38.137 [BundleStart #16] DEBUG o.e.g.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:38.137 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:28:38.137 [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:38.138 [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:38.138 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:28:38.138 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:38.139 [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:38.140 [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:38.140 [BundleStart #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:38.140 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:28:38.140 [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:38.140 [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:38.141 [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:38.141 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:38.141 [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:38.142 [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:38.142 [BundleStart #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:38.142 [BundleStart #16] 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:38.144 [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:38.144 [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:38.144 [BundleStart #16] DEBUG o.e.g.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:38.154 [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:38.154 [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:38.159 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:28:38.160 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:28:38.163 [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:38.166 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:38.166 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@1f858170 w/ reference null 01:28:38.167 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@1f858170 w/ reference null 01:28:38.168 [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:38.173 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:38.184 [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:38.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:38.185 [BundleStart #16] 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:38.188 [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:38.188 [BundleStart #16] DEBUG o.e.g.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:38.189 [BundleStart #16] 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:38.191 [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:38.191 [BundleStart #16] DEBUG o.e.g.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:38.192 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:38.192 [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:38.193 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:38.193 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:28:38.195 [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:38.196 [BundleStart #16] DEBUG o.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:38.196 [BundleStart #16] 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:38.198 [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:38.198 [BundleStart #16] DEBUG o.e.g.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:38.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:28:38.199 [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:38.200 [BundleStart #16] DEBUG o.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:38.200 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:38.201 [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:38.201 [BundleStart #16] 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:38.201 [BundleStart #16] 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:38.203 [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:38.203 [BundleStart #16] DEBUG o.e.g.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:38.203 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:28:38.205 [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:38.205 [BundleStart #16] 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:38.205 [BundleStart #16] 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:38.207 [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:38.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:28:38.207 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:28:38.208 [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:38.208 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:28:38.208 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:38.210 [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:38.211 [BundleStart #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:38.211 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:28:38.211 [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:38.212 [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:38.212 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:38.212 [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:38.213 [BundleStart #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:38.213 [BundleStart #16] 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:38.217 [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:38.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:28:38.218 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:28:38.225 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:38.227 [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:38.227 [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:38.227 [BundleStart #17] DEBUG 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:38.227 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:38.232 [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:38.233 [BundleStart #17] DEBUG 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:38.235 [main] INFO o.e.g.b.i.s.ServiceProxyFactoryBeanTest:199 - org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceProxyFactoryBeanTest-bundle.properties was not found; using defaults 01:28:38.235 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:511 - Post processing: creating test bundle 01:28:38.248 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean] 01:28:38.249 [main] INFO o.e.g.b.i.s.ServiceProxyFactoryBeanTest:202 - Automatically creating Manifest for the test bundle 01:28:38.250 [main] INFO o.e.g.b.i.s.ServiceProxyFactoryBeanTest:366 - Using the test class for generating bundle imports 01:28:38.252 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceProxyFactoryBeanTest.class 01:28:38.252 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:460 - Package [org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean] is part of the test archive; parsing ServiceProxyFactoryBeanTest bytecode to determine imports... 01:28:38.256 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:491 - Visiting class ServiceProxyFactoryBeanTest 01:28:38.277 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceBaseTest.class 01:28:38.278 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:460 - Package [org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean] is part of the test archive; parsing ServiceBaseTest bytecode to determine imports... 01:28:38.278 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:491 - Visiting class ServiceBaseTest 01:28:38.280 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:28:38.280 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:28:38.280 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:491 - Visiting class BaseIntegrationTest 01:28:38.284 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:28:38.285 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:28:38.285 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:28:38.287 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:28:38.288 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:28:38.288 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:28:38.289 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:28:38.290 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:28:38.290 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean, org.eclipse.gemini.blueprint.service.importer.support, java.lang, org.osgi.framework, java.util, java.io, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io, java.net} 01:28:38.291 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean, java.lang, java.util, java.io, java.util.jar, java.security, java.lang.reflect, java.net] 01:28:38.291 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:28:38.291 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:282 - Filtered imports are [org.eclipse.gemini.blueprint.service.importer.support, org.osgi.framework, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io] 01:28:38.292 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest, Bundle-Name=TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.service.importer.support,org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0] 01:28:38.292 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest, Bundle-Name=TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.service.importer.support,org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0]] 01:28:38.293 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:28:38.293 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:28:38.293 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:28:38.294 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:28:38.294 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:28:38.294 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:28:38.295 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:28:38.295 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:28:38.295 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:28:38.295 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:28:38.296 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ 01:28:38.296 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/MultiServiceProxyFactoryBeanTest.class 01:28:38.296 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceBaseTest.class 01:28:38.296 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceProxyFactoryBeanTest.class 01:28:38.297 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithMultiServiceTest.class 01:28:38.297 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithSingleServiceTest.class 01:28:38.306 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:557 - Test bundle [TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest (TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest)] successfully installed 01:28:38.307 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:28:38.309 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest (TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest)] 01:28:38.310 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:38.310 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest (TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest) 01:28:38.310 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest (TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest)] 01:28:38.311 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest (TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest)] 01:28:38.311 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:38.312 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest (TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest)] 01:28:38.312 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:562 - Test bundle [TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest (TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest)] successfully started 01:28:38.312 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:28:38.314 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:28:38.315 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:28:38.316 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:28:38.316 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:28:38.317 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:28:38.317 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest] does not trigger a context creation. 01:28:38.318 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:28:38.318 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:28:38.319 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:28:38.319 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:28:38.319 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:28:38.320 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:28:38.320 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:28:38.321 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:28:38.321 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:28:38.322 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:28:38.322 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:28:38.322 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:28:38.324 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:28:38.324 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:364 - Writing test name [testFactoryBeanForOneServiceAsInterface] to OSGi 01:28:38.338 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFactoryBeanForOneServiceAsInterface] for execution inside OSGi 01:28:38.338 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFactoryBeanForOneServiceAsInterface] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6b927fb 01:28:38.339 [main] INFO o.e.g.b.i.s.ServiceProxyFactoryBeanTest:190 - Loading context for locations: 01:28:38.353 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest, config=): startup date [Sat Apr 27 01:28:38 UTC 2024]; root of context hierarchy 01:28:38.359 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:28:38.379 [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@2f4948e4: defining beans []; root of factory hierarchy 01:28:38.390 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:38.390 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:28:38.391 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:28:38.392 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:28:38.396 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@13b6aecc] 01:28:38.396 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@158a8276] 01:28:38.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@4961f6af] 01:28:38.402 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest, config=): startup date [Sat Apr 27 01:28:38 UTC 2024]; root of context hierarchy] 01:28:38.404 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest, org.springframework.context.service.name=TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest, Bundle-SymbolicName=TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest, Bundle-Version=0.0.0} 01:28:38.406 [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:38.443 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.lang.Comparable, interface java.io.Serializable, interface java.lang.Cloneable} and filter=[(objectClass=java.util.Date)] in=[(&(&(objectClass=java.lang.Comparable)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))(objectClass=java.util.Date))] 01:28:38.443 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(&(objectClass=java.lang.Comparable)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))(objectClass=java.util.Date))] in=[(&(&(objectClass=java.lang.Comparable)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))(objectClass=java.util.Date))] 01:28:38.444 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:28:38.451 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:28:38.461 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(&(&(objectClass=java.lang.Comparable)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))(objectClass=java.util.Date))] 01:28:38.462 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@157853da} 01:28:38.463 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@157853da] bound to proxy 01:28:38.464 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@157853da] bound to proxy 01:28:38.470 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@157853da] was unregistered and unbound from the service proxy 01:28:38.470 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@157853da] was unregistered and unbound from the service proxy 01:28:38.470 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:38.471 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:440 - Reading OSGi results for test [testFactoryBeanForOneServiceAsInterface] 01:28:38.472 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:447 - Test[testFactoryBeanForOneServiceAsInterface]'s result read 01:28:38.473 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:364 - Writing test name [testFactoryBeanForOneServiceAsClass] to OSGi 01:28:38.474 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFactoryBeanForOneServiceAsClass] for execution inside OSGi 01:28:38.475 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFactoryBeanForOneServiceAsClass] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@212b5695 01:28:38.475 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={class java.util.Date} and filter=[] in=[(objectClass=java.util.Date)] 01:28:38.475 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.util.Date)] in=[(objectClass=java.util.Date)] 01:28:38.476 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:28:38.476 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:28:38.581 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.util.Date)] 01:28:38.582 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@446293d} 01:28:38.582 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@446293d] bound to proxy 01:28:38.582 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@446293d] bound to proxy 01:28:38.583 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@446293d] was unregistered and unbound from the service proxy 01:28:38.584 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@446293d] was unregistered and unbound from the service proxy 01:28:38.584 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:38.584 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:440 - Reading OSGi results for test [testFactoryBeanForOneServiceAsClass] 01:28:38.585 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:447 - Test[testFactoryBeanForOneServiceAsClass]'s result read Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.355 sec - in org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest 01:28:38.589 [Thread-0] INFO o.e.g.b.i.s.ServiceProxyFactoryBeanTest:471 - Shutting down OSGi platform 01:28:38.589 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest (TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest) 01:28:38.590 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest, config=): startup date [Sat Apr 27 01:28:38 UTC 2024]; root of context hierarchy 01:28:38.590 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:38.590 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest, config=): startup date [Sat Apr 27 01:28:38 UTC 2024]; root of context hierarchy] 01:28:38.591 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:28:38.591 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:38.591 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28:38.591 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:38.592 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:28:38.592 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:38.592 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28:38.593 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:28:38.594 [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:38.594 [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:38.595 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:28:38.596 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:28:39,328 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:28:39,470 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:28:39,474 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:28:39,499 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:39,539 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:28:39,541 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:28:39,547 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:39,562 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3b0143d3 - No compression will be used 01:28:39,570 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:28:39,570 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:28:39,572 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:28:39,572 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:28:39,573 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:28:39,573 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:28:39,573 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:28:39,573 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:28:39,573 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:28:39,574 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:28:39,574 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:28:39,574 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:28:39,574 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:28:39,574 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:28:39,575 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:28:39,575 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:28:39,575 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:28:39,576 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:28:39,576 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:28:39,577 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@47ef968d - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest 01:28:39.709 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:28:39.715 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:85 - Instantiating platform wrapper... 01:28:39.728 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi8982210328336373628kf 01:28:39.729 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:215 - About to start Knopflerfish OSGi Platform 01:28:39.847 [main] INFO o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:28:39.861 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:28:39.862 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:28:39.863 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:28:39.864 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:28:39.994 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:28:40.012 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:28:40.018 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:28:40.021 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:28:40.029 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:28:40.047 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:28:40.051 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:28:40.072 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:28:40.086 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:28:40.097 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:28:40.134 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:28:40.139 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:28:40.161 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:28:40.181 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:28:40.184 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:28:40.193 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:28:40.200 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:28:40.230 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:28:40.240 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:28:40.246 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:28:40.248 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:28:40.249 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:28:40.250 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:28:40.251 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:28:40.254 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:28:40.259 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:28:40.259 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:28:40.266 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:28:40.267 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:28:40.268 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:28:40.271 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:28:40.273 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:28:40.275 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:28:40,306 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:28:40,347 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:28:40,350 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:28:40,366 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:40,402 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:28:40,404 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:28:40,410 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:40,420 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@610db2fa - No compression will be used 01:28:40,426 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:28:40,426 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:28:40,428 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:28:40,428 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:28:40,428 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:28:40,428 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:28:40,429 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:28:40,429 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:28:40,429 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:28:40,430 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:28:40,430 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:28:40,430 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:28:40,430 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:28:40,431 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:28:40,431 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:28:40,431 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:28:40,432 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:28:40,432 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:28:40,432 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:28:40,433 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@37eef49f - Registering current configuration as safe fallback point 01:28:40.448 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:28:40.460 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:28:40.629 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:28:40.630 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:28:40.635 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:28:40.638 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:28:40.643 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:40.644 [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:40.645 [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:40.649 [BundleStart #16] DEBUG 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:40.649 [BundleStart #16] 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:40.651 [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:40.651 [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:40.651 [BundleStart #16] DEBUG o.e.g.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:40.652 [BundleStart #16] 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:40.653 [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:40.653 [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:40.653 [BundleStart #16] DEBUG o.e.g.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:40.654 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:40.654 [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:40.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:28:40.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:28:40.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:28:40.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:28:40.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:28:40.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:28:40.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:28:40.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:28:40.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:28:40.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:28:40.659 [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:40.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:28:40.660 [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:40.660 [BundleStart #16] DEBUG o.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:40.660 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:40.661 [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:40.661 [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:40.661 [BundleStart #16] 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:40.662 [BundleStart #16] 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:40.662 [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:40.662 [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:40.663 [BundleStart #16] DEBUG o.e.g.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:40.663 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:28:40.664 [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:40.664 [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:40.664 [BundleStart #16] 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:40.665 [BundleStart #16] 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:40.665 [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:40.666 [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:40.666 [BundleStart #16] DEBUG o.e.g.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:40.666 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:28:40.667 [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:40.667 [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:40.667 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:28:40.667 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:40.669 [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:40.669 [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:40.669 [BundleStart #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:40.669 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:28:40.669 [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:40.670 [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:40.670 [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:40.670 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:40.671 [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:40.671 [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:40.671 [BundleStart #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:40.671 [BundleStart #16] 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:40.673 [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:40.673 [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:40.674 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:28:40.683 [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:40.683 [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:40.686 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:28:40.686 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:28:40.690 [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:40.691 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:40.692 [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:28:40.692 [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:28:40.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:40.697 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:40.707 [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:40.708 [BundleStart #16] DEBUG 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:40.708 [BundleStart #16] 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:40.711 [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:40.712 [BundleStart #16] DEBUG o.e.g.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:40.712 [BundleStart #16] 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:40.714 [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:40.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:28:40.715 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:40.715 [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:40.716 [BundleStart #16] DEBUG 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:40.716 [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:40.717 [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:40.717 [BundleStart #16] DEBUG o.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:40.718 [BundleStart #16] 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:40.720 [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:40.720 [BundleStart #16] DEBUG o.e.g.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:40.720 [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:40.721 [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:40.721 [BundleStart #16] DEBUG o.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:40.722 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:40.723 [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:40.723 [BundleStart #16] 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:40.723 [BundleStart #16] 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:40.724 [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:40.725 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:28:40.725 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:28:40.726 [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:40.727 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:28:40.727 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:28:40.728 [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:40.729 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:28:40.729 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:28:40.730 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:40.730 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:28:40.730 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:40.732 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:40.733 [BundleStart #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:40.733 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:28:40.734 [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:40.734 [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:40.734 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:40.735 [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:40.735 [BundleStart #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:40.735 [BundleStart #16] 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:40.739 [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:40.739 [BundleStart #16] DEBUG o.e.g.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:40.741 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:28:40.748 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:40.749 [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:40.749 [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:40.749 [BundleStart #17] DEBUG 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:40.750 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:40.751 [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:40.751 [BundleStart #17] DEBUG 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:40.756 [main] INFO o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:199 - org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithMultiServiceTest-bundle.properties was not found; using defaults 01:28:40.757 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:511 - Post processing: creating test bundle 01:28:40.770 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean] 01:28:40.770 [main] INFO o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:202 - Automatically creating Manifest for the test bundle 01:28:40.771 [main] INFO o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:366 - Using the test class for generating bundle imports 01:28:40.774 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithMultiServiceTest.class 01:28:40.774 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:460 - Package [org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean] is part of the test archive; parsing ServiceRefAwareWithMultiServiceTest bytecode to determine imports... 01:28:40.778 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:491 - Visiting class ServiceRefAwareWithMultiServiceTest 01:28:40.791 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceBaseTest.class 01:28:40.791 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:460 - Package [org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean] is part of the test archive; parsing ServiceBaseTest bytecode to determine imports... 01:28:40.791 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:491 - Visiting class ServiceBaseTest 01:28:40.792 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:28:40.792 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:28:40.793 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:491 - Visiting class BaseIntegrationTest 01:28:40.796 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:28:40.796 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:28:40.796 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:28:40.798 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:28:40.798 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:28:40.798 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:28:40.799 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:28:40.799 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:28:40.800 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean, org.eclipse.gemini.blueprint.service.importer.support, java.lang, org.osgi.framework, java.util, org.eclipse.gemini.blueprint.service.importer, org.springframework.core, org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io, java.net} 01:28:40.800 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean, java.lang, java.util, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 01:28:40.800 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:28:40.800 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:282 - Filtered imports are [org.eclipse.gemini.blueprint.service.importer.support, org.osgi.framework, org.eclipse.gemini.blueprint.service.importer, org.springframework.core, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 01:28:40.801 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest, Bundle-Name=TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.service.importer.support,org.osgi.framework,org.eclipse.gemini.blueprint.service.importer,org.springframework.core,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 01:28:40.801 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest, Bundle-Name=TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.service.importer.support,org.osgi.framework,org.eclipse.gemini.blueprint.service.importer,org.springframework.core,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 01:28:40.801 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:28:40.801 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:28:40.802 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:28:40.802 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:28:40.802 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:28:40.802 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:28:40.802 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:28:40.803 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:28:40.803 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:28:40.803 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:28:40.803 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ 01:28:40.803 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/MultiServiceProxyFactoryBeanTest.class 01:28:40.803 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceBaseTest.class 01:28:40.804 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceProxyFactoryBeanTest.class 01:28:40.804 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithMultiServiceTest.class 01:28:40.804 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithSingleServiceTest.class 01:28:40.811 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:557 - Test bundle [TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest (TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest)] successfully installed 01:28:40.811 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:28:40.814 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest (TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest)] 01:28:40.815 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:40.815 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest (TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest) 01:28:40.815 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest (TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest)] 01:28:40.815 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest (TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest)] 01:28:40.816 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:40.816 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest (TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest)] 01:28:40.816 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:562 - Test bundle [TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest (TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest)] successfully started 01:28:40.817 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:28:40.819 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:28:40.819 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:28:40.820 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:28:40.821 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:28:40.821 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:28:40.822 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest] does not trigger a context creation. 01:28:40.822 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:28:40.823 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:28:40.824 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:28:40.824 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:28:40.824 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:28:40.825 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:28:40.825 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:28:40.826 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:28:40.826 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:28:40.827 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:28:40.827 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:28:40.827 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:28:40.829 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:28:40.829 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:364 - Writing test name [testProxyForMultipleCardinality] to OSGi 01:28:40.843 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testProxyForMultipleCardinality] for execution inside OSGi 01:28:40.843 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testProxyForMultipleCardinality] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6b927fb 01:28:40.844 [main] INFO o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:190 - Loading context for locations: 01:28:40.857 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest, config=): startup date [Sat Apr 27 01:28:40 UTC 2024]; root of context hierarchy 01:28:40.864 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:28:40.883 [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@2f4948e4: defining beans []; root of factory hierarchy 01:28:40.893 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:40.894 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:28:40.895 [main] TRACE o.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:40.896 [main] TRACE o.e.g.b.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:40.899 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@13b6aecc] 01:28:40.900 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@158a8276] 01:28:40.902 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4961f6af] 01:28:40.905 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest, config=): startup date [Sat Apr 27 01:28:40 UTC 2024]; root of context hierarchy] 01:28:40.907 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest, org.springframework.context.service.name=TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest, Bundle-SymbolicName=TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest, Bundle-Version=0.0.0} 01:28:40.909 [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:40.944 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={class java.util.Date} and filter=[] in=[(objectClass=java.util.Date)] 01:28:40.945 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.util.Date)] in=[(objectClass=java.util.Date)] 01:28:40.945 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will consider exposed classes 01:28:40.946 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:28:40.946 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=java.util.Date)] 01:28:40.946 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:40.951 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest] {java.util.Date}={service.id=10} 01:28:41.070 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest] {java.util.Date}={service.id=11} 01:28:41.075 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:41.076 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:440 - Reading OSGi results for test [testProxyForMultipleCardinality] 01:28:41.077 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:447 - Test[testProxyForMultipleCardinality]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.375 sec - in org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest 01:28:41.084 [Thread-0] INFO o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:471 - Shutting down OSGi platform 01:28:41.084 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest (TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest) 01:28:41.084 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest, config=): startup date [Sat Apr 27 01:28:40 UTC 2024]; root of context hierarchy 01:28:41.085 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:41.085 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest, config=): startup date [Sat Apr 27 01:28:40 UTC 2024]; root of context hierarchy] 01:28:41.085 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:28:41.086 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:41.086 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28:41.086 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:41.086 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:28:41.086 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:41.087 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28:41.087 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:28:41.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:28:41.089 [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:41.089 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:28:41.090 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:28:41,792 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:28:41,914 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:28:41,917 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:28:41,940 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:41,980 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:28:41,983 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:28:41,989 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:42,001 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@2b9627bc - No compression will be used 01:28:42,010 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:28:42,011 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:28:42,013 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:28:42,013 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:28:42,014 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:28:42,014 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:28:42,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:28:42,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:28:42,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:28:42,015 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:28:42,015 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:28:42,015 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:28:42,015 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:28:42,015 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:28:42,015 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:28:42,016 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:28:42,016 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:28:42,017 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:28:42,017 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:28:42,018 |-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:28:42.140 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:28:42.145 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:85 - Instantiating platform wrapper... 01:28:42.158 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi2269658847737441628kf 01:28:42.158 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:215 - About to start Knopflerfish OSGi Platform 01:28:42.274 [main] INFO o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:28:42.278 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:28:42.280 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:28:42.282 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:28:42.283 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:28:42.446 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:28:42.466 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:28:42.474 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:28:42.478 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:28:42.492 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:28:42.513 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:28:42.516 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:28:42.520 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:28:42.525 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:28:42.531 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:28:42.559 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:28:42.564 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:28:42.572 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:28:42.586 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:28:42.590 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:28:42.597 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:28:42.604 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:28:42.622 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:28:42.629 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:28:42.634 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:28:42.658 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:28:42.658 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:28:42.659 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:28:42.660 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:28:42.663 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:28:42.669 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:28:42.670 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:28:42.679 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:28:42.680 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:28:42.681 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:28:42.686 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:28:42.688 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:28:42.691 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:28:42,722 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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:42,764 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:28:42,767 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:28:42,778 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:42,806 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:28:42,808 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:28:42,812 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:42,819 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@416946c3 - No compression will be used 01:28:42,823 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:28:42,823 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:28:42,825 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:28:42,825 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:28:42,825 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:28:42,826 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:28:42,826 |-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:42,826 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:28:42,827 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:28:42,827 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:28:42,827 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:28:42,827 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:28:42,827 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:28:42,828 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:28:42,828 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:28:42,828 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:28:42,828 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:28:42,829 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:28:42,829 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:28:42,830 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@36da855d - Registering current configuration as safe fallback point 01:28:42.843 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:28:42.854 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:28:43.002 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:28:43.003 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:28:43.008 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:28:43.012 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:28:43.017 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:43.018 [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:43.018 [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:43.019 [BundleStart #16] DEBUG 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:43.019 [BundleStart #16] 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:43.020 [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:43.021 [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:43.021 [BundleStart #16] DEBUG o.e.g.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:43.021 [BundleStart #16] 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:43.022 [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:43.023 [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:43.023 [BundleStart #16] DEBUG o.e.g.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:43.023 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:43.024 [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:43.024 [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:43.024 [BundleStart #16] DEBUG 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:43.025 [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:43.025 [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:43.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:28:43.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:28:43.026 [BundleStart #16] 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:43.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:28:43.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:28:43.028 [BundleStart #16] DEBUG o.e.g.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:43.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:28:43.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:28:43.029 [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:43.029 [BundleStart #16] DEBUG o.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:43.029 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:43.030 [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:43.030 [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:43.030 [BundleStart #16] 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:43.031 [BundleStart #16] 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:43.031 [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:43.031 [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:43.032 [BundleStart #16] DEBUG o.e.g.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:43.032 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:28:43.033 [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:43.033 [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:43.033 [BundleStart #16] 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:43.033 [BundleStart #16] 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:43.034 [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:43.034 [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:43.035 [BundleStart #16] DEBUG o.e.g.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:43.035 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:28:43.035 [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:43.036 [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:43.036 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:28:43.036 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:43.037 [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:43.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:28:43.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:28:43.038 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:28:43.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:28:43.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:28:43.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:28:43.039 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:43.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:28:43.040 [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:43.040 [BundleStart #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:43.040 [BundleStart #16] 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:43.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:28:43.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:28:43.042 [BundleStart #16] DEBUG o.e.g.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:43.051 [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:43.052 [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:43.058 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:28:43.058 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:28:43.062 [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:43.064 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:43.064 [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@738ba2fe w/ reference null 01:28:43.064 [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@738ba2fe w/ reference null 01:28:43.066 [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:43.069 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:43.080 [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:43.081 [BundleStart #16] DEBUG 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:43.081 [BundleStart #16] 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:43.084 [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:43.084 [BundleStart #16] DEBUG o.e.g.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:43.084 [BundleStart #16] 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:43.086 [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:43.086 [BundleStart #16] DEBUG o.e.g.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:43.087 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:43.087 [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:43.088 [BundleStart #16] DEBUG 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:43.088 [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:43.090 [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:43.090 [BundleStart #16] DEBUG o.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:43.090 [BundleStart #16] 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:43.092 [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:43.092 [BundleStart #16] DEBUG o.e.g.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:43.093 [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:43.093 [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:43.094 [BundleStart #16] DEBUG o.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:43.094 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:43.095 [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:43.095 [BundleStart #16] 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:43.096 [BundleStart #16] 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:43.097 [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:43.097 [BundleStart #16] DEBUG o.e.g.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:43.097 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:28:43.098 [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:43.099 [BundleStart #16] 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:43.099 [BundleStart #16] 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:43.100 [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:43.101 [BundleStart #16] DEBUG o.e.g.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:43.101 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:28:43.102 [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:43.102 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:28:43.102 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:43.104 [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:43.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:28:43.105 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:28:43.106 [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:43.106 [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:43.106 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:43.107 [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:43.107 [BundleStart #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:43.107 [BundleStart #16] 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:43.110 [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:43.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:28:43.112 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:28:43.118 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:43.120 [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:43.120 [BundleStart #17] DEBUG 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:43.120 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:43.121 [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:43.125 [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:43.125 [BundleStart #17] DEBUG 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:43.127 [main] INFO o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:199 - org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/MultiServiceProxyFactoryBeanTest-bundle.properties was not found; using defaults 01:28:43.127 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:511 - Post processing: creating test bundle 01:28:43.140 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean] 01:28:43.140 [main] INFO o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:202 - Automatically creating Manifest for the test bundle 01:28:43.141 [main] INFO o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:366 - Using the test class for generating bundle imports 01:28:43.143 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/MultiServiceProxyFactoryBeanTest.class 01:28:43.143 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:460 - Package [org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean] is part of the test archive; parsing MultiServiceProxyFactoryBeanTest bytecode to determine imports... 01:28:43.147 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:491 - Visiting class MultiServiceProxyFactoryBeanTest 01:28:43.162 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceBaseTest.class 01:28:43.162 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:460 - Package [org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean] is part of the test archive; parsing ServiceBaseTest bytecode to determine imports... 01:28:43.162 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:491 - Visiting class ServiceBaseTest 01:28:43.163 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:28:43.163 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:28:43.164 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:491 - Visiting class BaseIntegrationTest 01:28:43.166 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:28:43.167 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:28:43.167 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:28:43.168 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:28:43.168 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:28:43.168 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:28:43.169 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:28:43.170 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:28:43.170 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean, org.eclipse.gemini.blueprint.service.importer.support, java.lang, org.osgi.framework, java.util, org.springframework.core, org.eclipse.gemini.blueprint.service, org.eclipse.gemini.blueprint.service.importer, org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io, java.net} 01:28:43.170 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean, java.lang, java.util, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 01:28:43.171 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:28:43.171 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:282 - Filtered imports are [org.eclipse.gemini.blueprint.service.importer.support, org.osgi.framework, org.springframework.core, org.eclipse.gemini.blueprint.service, org.eclipse.gemini.blueprint.service.importer, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 01:28:43.171 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest, Bundle-Name=TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.service.importer.support,org.osgi.framework,org.springframework.core,org.eclipse.gemini.blueprint.service,org.eclipse.gemini.blueprint.service.importer,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 01:28:43.172 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest, Bundle-Name=TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.service.importer.support,org.osgi.framework,org.springframework.core,org.eclipse.gemini.blueprint.service,org.eclipse.gemini.blueprint.service.importer,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 01:28:43.172 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:28:43.172 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:28:43.172 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:28:43.172 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:28:43.173 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:28:43.173 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:28:43.173 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:28:43.173 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:28:43.174 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:28:43.174 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:28:43.174 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ 01:28:43.174 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/MultiServiceProxyFactoryBeanTest.class 01:28:43.174 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceBaseTest.class 01:28:43.175 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceProxyFactoryBeanTest.class 01:28:43.175 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithMultiServiceTest.class 01:28:43.175 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithSingleServiceTest.class 01:28:43.182 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:557 - Test bundle [TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest (TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest)] successfully installed 01:28:43.183 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:28:43.186 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest (TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest)] 01:28:43.186 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:43.187 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest (TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest)] 01:28:43.187 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest (TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest)] 01:28:43.187 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:43.187 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest (TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest) 01:28:43.188 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest (TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest)] 01:28:43.188 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:562 - Test bundle [TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest (TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest)] successfully started 01:28:43.188 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:28:43.190 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:28:43.191 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:28:43.192 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:28:43.193 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:28:43.193 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:28:43.193 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest] does not trigger a context creation. 01:28:43.194 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:28:43.195 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:28:43.195 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:28:43.196 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:28:43.196 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:28:43.197 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:28:43.197 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:28:43.198 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:28:43.198 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:28:43.199 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:28:43.199 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:28:43.200 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:28:43.201 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:28:43.202 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:364 - Writing test name [testIteratorWhenServiceGoesDown] to OSGi 01:28:43.216 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testIteratorWhenServiceGoesDown] for execution inside OSGi 01:28:43.216 [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:28:43.217 [main] INFO o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:190 - Loading context for locations: 01:28:43.229 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest, config=): startup date [Sat Apr 27 01:28:43 UTC 2024]; root of context hierarchy 01:28:43.235 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:28:43.254 [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:28:43.264 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:43.265 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:28:43.266 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:28:43.267 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:28:43.271 [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:28:43.271 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@75db5df9] 01:28:43.274 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4c39bec8] 01:28:43.277 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest, config=): startup date [Sat Apr 27 01:28:43 UTC 2024]; root of context hierarchy] 01:28:43.280 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest, org.springframework.context.service.name=TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest, Bundle-SymbolicName=TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest, Bundle-Version=0.0.0} 01:28:43.281 [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:43.320 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={class java.util.Date} and filter=[] in=[(objectClass=java.util.Date)] 01:28:43.320 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.util.Date)] in=[(objectClass=java.util.Date)] 01:28:43.321 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will consider exposed classes 01:28:43.321 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:28:43.321 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=java.util.Date)] 01:28:43.322 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:43.326 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest] {java.util.Date}={Moroccan=Sunset,service.id=10} 01:28:43.443 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:43.444 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:440 - Reading OSGi results for test [testIteratorWhenServiceGoesDown] 01:28:43.444 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:447 - Test[testIteratorWhenServiceGoesDown]'s result read 01:28:43.446 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:364 - Writing test name [testProxyDestruction] to OSGi 01:28:43.446 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testProxyDestruction] for execution inside OSGi 01:28:43.447 [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:28:43.447 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={class java.util.Date} and filter=[] in=[(objectClass=java.util.Date)] 01:28:43.448 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.util.Date)] in=[(objectClass=java.util.Date)] 01:28:43.448 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will consider exposed classes 01:28:43.448 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:28:43.449 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=java.util.Date)] 01:28:43.449 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@27406a17} 01:28:43.450 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest] {java.util.Date}={Moroccan=Sunset,service.id=11} 01:28:43.452 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:43.453 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:440 - Reading OSGi results for test [testProxyDestruction] 01:28:43.453 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:447 - Test[testProxyDestruction]'s result read 01:28:43.453 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:364 - Writing test name [testFactoryBeanForMultipleServicesAsInterfaces] to OSGi 01:28:43.454 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFactoryBeanForMultipleServicesAsInterfaces] for execution inside OSGi 01:28:43.454 [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:28:43.455 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={class java.util.ArrayList} and filter=[] in=[(objectClass=java.util.ArrayList)] 01:28:43.455 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.util.ArrayList)] in=[(objectClass=java.util.ArrayList)] 01:28:43.455 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will consider exposed classes 01:28:43.456 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:28:43.456 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=java.util.ArrayList)] 01:28:43.456 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:43.457 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest] {java.util.ArrayList}={service.id=12} 01:28:43.458 [main] INFO o.s.aop.framework.CglibAopProxy:272 - Method [java.lang.Object java.util.ArrayList.elementData(int)] is package-visible across different ClassLoaders and cannot get proxied via CGLIB: Declare this method as public or protected if you need to support invocations through the proxy. 01:28:43.489 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest] {java.util.ArrayList}={service.id=13} 01:28:43.492 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:43.492 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:440 - Reading OSGi results for test [testFactoryBeanForMultipleServicesAsInterfaces] 01:28:43.492 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:447 - Test[testFactoryBeanForMultipleServicesAsInterfaces]'s result read 01:28:43.493 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:364 - Writing test name [testFactoryBeanForMultipleServicesAsClasses] to OSGi 01:28:43.494 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFactoryBeanForMultipleServicesAsClasses] for execution inside OSGi 01:28:43.494 [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:28:43.495 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={class java.util.Date} and filter=[] in=[(objectClass=java.util.Date)] 01:28:43.495 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.util.Date)] in=[(objectClass=java.util.Date)] 01:28:43.495 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will consider exposed classes 01:28:43.495 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:28:43.496 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=java.util.Date)] 01:28:43.496 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:43.497 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest] {java.util.Date}={service.id=14} 01:28:43.499 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest] {java.util.Date}={service.id=15} 01:28:43.501 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:43.501 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:440 - Reading OSGi results for test [testFactoryBeanForMultipleServicesAsClasses] 01:28:43.501 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:447 - Test[testFactoryBeanForMultipleServicesAsClasses]'s result read Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.367 sec - in org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest 01:28:43.506 [Thread-0] INFO o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:471 - Shutting down OSGi platform 01:28:43.507 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest (TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest) 01:28:43.507 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest, config=): startup date [Sat Apr 27 01:28:43 UTC 2024]; root of context hierarchy 01:28:43.507 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:43.508 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest, config=): startup date [Sat Apr 27 01:28:43 UTC 2024]; root of context hierarchy] 01:28:43.508 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:28:43.508 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:43.508 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28:43.508 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:43.509 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:28:43.509 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:43.509 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28:43.510 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:28:43.511 [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:43.511 [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:43.511 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:28:43.512 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:28:44,234 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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:44,381 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:28:44,384 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:28:44,408 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:44,448 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:28:44,450 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:28:44,459 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:44,469 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@4b4523f8 - No compression will be used 01:28:44,476 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:28:44,477 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:28:44,479 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:28:44,479 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:28:44,479 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:28:44,479 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:28:44,480 |-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:44,480 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:28:44,480 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:28:44,480 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:28:44,480 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:28:44,481 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:28:44,481 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:28:44,481 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:28:44,481 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:28:44,481 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:28:44,481 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:28:44,482 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:28:44,482 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:28:44,483 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3dd4520b - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest 01:28:44.611 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:28:44.616 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:85 - Instantiating platform wrapper... 01:28:44.629 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi6064473339456878885kf 01:28:44.629 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:215 - About to start Knopflerfish OSGi Platform 01:28:44.762 [main] INFO o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:28:44.766 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:28:44.767 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:28:44.769 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:28:44.770 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:28:44.903 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:28:44.920 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:28:44.926 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:28:44.928 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:28:44.937 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:28:44.947 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:28:44.949 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:28:44.960 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:28:44.965 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:28:44.971 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:28:44.990 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:28:44.992 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:28:44.997 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:28:45.004 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:28:45.007 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:28:45.024 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:28:45.061 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:28:45.093 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:28:45.103 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:28:45.110 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:28:45.112 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:28:45.113 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:28:45.114 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:28:45.115 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:28:45.118 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:28:45.122 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:28:45.123 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:28:45.132 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:28:45.133 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:28:45.134 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:28:45.140 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:28:45.142 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:28:45.144 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:28:45,176 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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:45,217 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:28:45,220 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:28:45,232 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:45,258 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:28:45,260 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:28:45,264 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:45,271 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@284d0ad4 - No compression will be used 01:28:45,276 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:28:45,277 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:28:45,278 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:28:45,279 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:28:45,279 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:28:45,279 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:28:45,279 |-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:45,280 |-INFO 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:45,280 |-INFO 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:45,280 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:28:45,280 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:28:45,281 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:28:45,281 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:28:45,281 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:28:45,282 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:28:45,282 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:28:45,282 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:28:45,283 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:28:45,283 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:28:45,284 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@204f6354 - Registering current configuration as safe fallback point 01:28:45.303 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:28:45.319 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:28:45.496 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:28:45.497 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:28:45.502 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:28:45.505 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:28:45.510 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:45.512 [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:45.512 [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:45.513 [BundleStart #16] DEBUG 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:45.513 [BundleStart #16] 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:45.515 [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:45.515 [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:45.515 [BundleStart #16] DEBUG o.e.g.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:45.516 [BundleStart #16] 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:45.517 [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:45.517 [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:45.517 [BundleStart #16] DEBUG o.e.g.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:45.518 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:45.518 [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:45.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:28:45.519 [BundleStart #16] DEBUG 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:45.519 [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:45.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:28:45.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:28:45.521 [BundleStart #16] DEBUG o.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:45.521 [BundleStart #16] 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:45.523 [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:45.523 [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:45.523 [BundleStart #16] DEBUG o.e.g.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:45.523 [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:45.524 [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:45.524 [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:45.524 [BundleStart #16] DEBUG o.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:45.525 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:45.525 [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:45.526 [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:45.526 [BundleStart #16] 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:45.526 [BundleStart #16] 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:45.527 [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:45.527 [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:45.527 [BundleStart #16] DEBUG o.e.g.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:45.528 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:28:45.528 [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:45.529 [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:45.529 [BundleStart #16] 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:45.529 [BundleStart #16] 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:45.530 [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:45.530 [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:45.531 [BundleStart #16] DEBUG o.e.g.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:45.531 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:28:45.531 [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:45.531 [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:45.532 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:28:45.532 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:45.533 [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:45.533 [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:45.534 [BundleStart #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:45.534 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:28:45.534 [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:45.534 [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:45.534 [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:45.535 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:45.535 [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:45.536 [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:45.536 [BundleStart #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:45.536 [BundleStart #16] 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:45.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:28:45.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:28:45.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:28: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:28: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:28:45.551 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:28:45.551 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:28:45.559 [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:45.561 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:45.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@45743660 w/ reference null 01:28:45.562 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@45743660 w/ reference null 01:28:45.563 [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:45.567 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:45.577 [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:45.578 [BundleStart #16] DEBUG 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:45.578 [BundleStart #16] 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:45.581 [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:45.581 [BundleStart #16] DEBUG o.e.g.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:45.582 [BundleStart #16] 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:45.584 [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:45.584 [BundleStart #16] DEBUG o.e.g.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:45.584 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:45.585 [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:45.585 [BundleStart #16] DEBUG 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:45.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:28:45.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:28:45.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:28:45.588 [BundleStart #16] 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:45.590 [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:45.590 [BundleStart #16] DEBUG o.e.g.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:45.590 [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:45.591 [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:45.591 [BundleStart #16] DEBUG o.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:45.592 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:45.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:28:45.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:28:45.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:28:45.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:28:45.595 [BundleStart #16] DEBUG o.e.g.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:45.595 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:28:45.596 [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:45.597 [BundleStart #16] 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:45.597 [BundleStart #16] 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:45.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:28:45.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:28:45.599 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:28:45.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:28:45.600 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:28:45.600 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:45.602 [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:45.603 [BundleStart #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:45.603 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:28:45.604 [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:45.604 [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:45.604 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:45.605 [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:45.605 [BundleStart #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:45.605 [BundleStart #16] 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:45.608 [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:45.609 [BundleStart #16] DEBUG o.e.g.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:45.610 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:28:45.617 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:45.619 [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:45.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:28:45.619 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:45.620 [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:45.624 [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:45.624 [BundleStart #17] DEBUG 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:45.626 [main] INFO o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:199 - org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithSingleServiceTest-bundle.properties was not found; using defaults 01:28:45.627 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:511 - Post processing: creating test bundle 01:28:45.643 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean] 01:28:45.643 [main] INFO o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:202 - Automatically creating Manifest for the test bundle 01:28:45.644 [main] INFO o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:366 - Using the test class for generating bundle imports 01:28:45.647 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithSingleServiceTest.class 01:28:45.647 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:460 - Package [org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean] is part of the test archive; parsing ServiceRefAwareWithSingleServiceTest bytecode to determine imports... 01:28:45.652 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:491 - Visiting class ServiceRefAwareWithSingleServiceTest 01:28:45.667 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceBaseTest.class 01:28:45.668 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:460 - Package [org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean] is part of the test archive; parsing ServiceBaseTest bytecode to determine imports... 01:28:45.668 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:491 - Visiting class ServiceBaseTest 01:28:45.669 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:28:45.669 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:28:45.669 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:491 - Visiting class BaseIntegrationTest 01:28:45.672 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:28:45.672 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:28:45.672 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:28:45.674 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:28:45.674 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:28:45.674 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:28:45.675 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:28:45.675 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:28:45.675 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean, org.eclipse.gemini.blueprint.service.importer.support, java.lang, org.osgi.framework, java.util, org.springframework.aop, org.eclipse.gemini.blueprint.service.importer, org.springframework.core, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io, java.net} 01:28:45.676 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean, java.lang, java.util, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 01:28:45.676 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:28:45.676 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:282 - Filtered imports are [org.eclipse.gemini.blueprint.service.importer.support, org.osgi.framework, org.springframework.aop, org.eclipse.gemini.blueprint.service.importer, org.springframework.core, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io] 01:28:45.676 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest, Bundle-Name=TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.service.importer.support,org.osgi.framework,org.springframework.aop,org.eclipse.gemini.blueprint.service.importer,org.springframework.core,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0] 01:28:45.677 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest, Bundle-Name=TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.service.importer.support,org.osgi.framework,org.springframework.aop,org.eclipse.gemini.blueprint.service.importer,org.springframework.core,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0]] 01:28:45.677 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:28:45.677 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:28:45.677 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:28:45.677 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:28:45.678 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:28:45.678 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:28:45.678 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:28:45.678 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:28:45.678 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:28:45.678 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:28:45.679 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ 01:28:45.679 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/MultiServiceProxyFactoryBeanTest.class 01:28:45.679 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceBaseTest.class 01:28:45.679 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceProxyFactoryBeanTest.class 01:28:45.679 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithMultiServiceTest.class 01:28:45.679 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithSingleServiceTest.class 01:28:45.686 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:557 - Test bundle [TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest (TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest)] successfully installed 01:28:45.687 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:28:45.690 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest (TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest)] 01:28:45.691 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:45.691 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest (TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest)] 01:28:45.691 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest (TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest)] 01:28:45.692 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:45.692 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest (TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest) 01:28:45.692 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest (TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest)] 01:28:45.692 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:562 - Test bundle [TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest (TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest)] successfully started 01:28:45.693 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:28:45.694 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:28:45.695 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:28:45.696 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:28:45.696 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest] does not trigger a context creation. 01:28:45.697 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:28:45.697 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:28:45.698 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:28:45.698 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:28:45.699 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:28:45.699 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:28:45.700 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:28:45.700 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:28:45.700 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:28:45.701 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:28:45.701 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:28:45.702 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:28:45.702 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:28:45.702 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:28:45.703 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:28:45.704 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:364 - Writing test name [testServiceReferenceProperties] to OSGi 01:28:45.718 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceReferenceProperties] for execution inside OSGi 01:28:45.718 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceReferenceProperties] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6b927fb 01:28:45.719 [main] INFO o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:190 - Loading context for locations: 01:28:45.733 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest, config=): startup date [Sat Apr 27 01:28:45 UTC 2024]; root of context hierarchy 01:28:45.739 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:28:45.759 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@2f4948e4: defining beans []; root of factory hierarchy 01:28:45.770 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:45.770 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:28:45.771 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:28:45.772 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:28:45.776 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@13b6aecc] 01:28:45.776 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@158a8276] 01:28:45.779 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4961f6af] 01:28:45.783 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest, config=): startup date [Sat Apr 27 01:28:45 UTC 2024]; root of context hierarchy] 01:28:45.785 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest, org.springframework.context.service.name=TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest, Bundle-SymbolicName=TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest, Bundle-Version=0.0.0} 01:28:45.787 [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:45.826 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={class java.util.Date} and filter=[(&(foo=bar)(george=michael))] in=[(&(objectClass=java.util.Date)(&(foo=bar)(george=michael)))] 01:28:45.827 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=java.util.Date)(&(foo=bar)(george=michael)))] in=[(&(objectClass=java.util.Date)(&(foo=bar)(george=michael)))] 01:28:45.827 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:28:45.834 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:28:45.970 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(&(objectClass=java.util.Date)(&(foo=bar)(george=michael)))] 01:28:45.971 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@157853da} 01:28:45.972 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@157853da] bound to proxy 01:28:45.973 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@157853da] bound to proxy 01:28:45.978 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@157853da] was unregistered and unbound from the service proxy 01:28:45.978 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@157853da] was unregistered and unbound from the service proxy 01:28:45.979 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:45.980 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:440 - Reading OSGi results for test [testServiceReferenceProperties] 01:28:45.981 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:447 - Test[testServiceReferenceProperties]'s result read 01:28:45.983 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:364 - Writing test name [testProxyForUnaryCardinality] to OSGi 01:28:45.984 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testProxyForUnaryCardinality] for execution inside OSGi 01:28:45.985 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testProxyForUnaryCardinality] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3e27ba32 01:28:45.986 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={class java.util.Date} and filter=[] in=[(objectClass=java.util.Date)] 01:28:45.986 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.util.Date)] in=[(objectClass=java.util.Date)] 01:28:45.987 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:28:45.987 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:28:45.990 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.util.Date)] 01:28:45.991 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@7ef82753} 01:28:45.992 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@7ef82753] bound to proxy 01:28:45.992 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@7ef82753] bound to proxy 01:28:45.993 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@7ef82753] was unregistered and unbound from the service proxy 01:28:45.993 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@7ef82753] was unregistered and unbound from the service proxy 01:28:45.994 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:45.994 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:440 - Reading OSGi results for test [testProxyForUnaryCardinality] 01:28:45.995 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:447 - Test[testProxyForUnaryCardinality]'s result read Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.39 sec - in org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest 01:28:46.000 [Thread-0] INFO o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:471 - Shutting down OSGi platform 01:28:46.001 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest (TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest) 01:28:46.001 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest, config=): startup date [Sat Apr 27 01:28:45 UTC 2024]; root of context hierarchy 01:28:46.001 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:46.002 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest, config=): startup date [Sat Apr 27 01:28:45 UTC 2024]; root of context hierarchy] 01:28:46.002 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:28:46.002 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:46.003 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28:46.003 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:46.003 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:28:46.003 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:46.003 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28:46.004 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:28:46.005 [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:46.005 [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:46.006 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:28:46.007 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:28:46,708 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:28:46,839 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:28:46,842 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:28:46,872 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:46,912 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:28:46,915 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:28:46,921 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:46,931 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used 01:28:46,957 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:28:46,957 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:28:46,959 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:28:46,959 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:28:46,960 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:28:46,960 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:28:46,960 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:28:46,960 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:28:46,960 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:28:46,961 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:28:46,961 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:28:46,961 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:28:46,961 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:28:46,961 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:28:46,961 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:28:46,961 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:28:46,962 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:28:46,963 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:28:46,963 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:28:46,964 |-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:28:47.112 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:28:47.117 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:85 - Instantiating platform wrapper... 01:28:47.131 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi6836516910179700881kf 01:28:47.132 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:215 - About to start Knopflerfish OSGi Platform 01:28:47.247 [main] INFO o.e.g.b.i.c.AsyncWaitTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:28:47.251 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:28:47.252 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:28:47.253 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:28:47.254 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:28:47.391 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:28:47.410 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:28:47.416 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:28:47.418 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:28:47.426 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:28:47.437 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:28:47.439 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:28:47.444 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:28:47.457 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:28:47.465 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:28:47.488 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:28:47.491 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:28:47.496 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:28:47.505 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:28:47.508 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:28:47.512 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:28:47.516 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:28:47.558 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:28:47.566 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:28:47.571 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:28:47.573 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:28:47.574 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:28:47.575 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:28:47.576 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:28:47.579 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:28:47.583 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:28:47.583 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:28:47.590 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:28:47.591 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:28:47.592 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:28:47.598 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:28:47.600 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:28:47.603 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:28:47,633 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:28:47,677 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:28:47,679 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:28:47,690 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:47,718 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:28:47,720 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:28:47,725 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:47,732 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@723e94b7 - No compression will be used 01:28:47,737 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:28:47,737 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:28:47,739 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:28:47,739 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:28:47,739 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:28:47,739 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:28:47,740 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:28:47,740 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:28:47,740 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:28:47,740 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:28:47,740 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:28:47,741 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:28:47,741 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:28:47,741 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:28:47,741 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:28:47,741 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:28:47,742 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:28:47,742 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:28:47,742 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:28:47,743 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@735abdc2 - Registering current configuration as safe fallback point 01:28:47.757 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:28:47.768 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:28:47.922 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:28:47.923 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:28:47.928 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:28:47.931 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:28:47.936 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:47.937 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:47.938 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 01:28:47.938 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:47.938 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:28:47.940 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:47.940 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 01:28:47.940 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:28:47.941 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:28:47.942 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:47.942 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 01:28:47.942 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:28:47.943 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:47.943 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:47.943 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 01:28:47.944 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:47.944 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:28:47.945 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:47.945 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 01:28:47.945 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:28:47.945 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:28:47.946 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:47.947 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 01:28:47.947 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:28:47.947 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:28:47.947 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:47.948 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 01:28:47.948 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:28:47.948 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:47.949 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:47.949 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 01:28:47.949 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:47.949 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:28:47.950 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:47.950 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 01:28:47.950 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:28:47.951 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:28:47.951 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:47.952 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 01:28:47.952 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:28:47.952 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:28:47.953 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:47.953 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 01:28:47.953 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:28:47.953 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:28:47.954 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:47.954 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 01:28:47.954 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:28:47.954 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:47.955 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:47.956 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 01:28:47.956 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:47.956 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:28:47.956 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:47.957 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 01:28:47.957 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:28:47.957 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:47.958 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:47.958 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 01:28:47.958 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:47.959 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:28:47.960 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:47.961 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 01:28:47.961 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:28:47.971 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:28:47.972 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:28:47.975 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:28:47.975 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:28:47.979 [BundleStart #16] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:28:47.981 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:47.981 [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:28:47.982 [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:28:47.983 [BundleStart #16] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 01:28:47.986 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:47.997 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:47.998 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:47.998 [BundleStart #16] 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:48.001 [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:48.001 [BundleStart #16] DEBUG o.e.g.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:48.001 [BundleStart #16] 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:48.003 [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:48.003 [BundleStart #16] DEBUG o.e.g.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:48.004 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:48.004 [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:48.005 [BundleStart #16] DEBUG 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:48.005 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:28:48.006 [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:48.006 [BundleStart #16] DEBUG o.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:48.007 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:28:48.009 [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:48.009 [BundleStart #16] DEBUG o.e.g.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:48.009 [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:48.010 [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:48.010 [BundleStart #16] DEBUG o.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:48.010 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:48.011 [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:48.011 [BundleStart #16] 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:48.011 [BundleStart #16] 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:48.012 [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:48.013 [BundleStart #16] DEBUG o.e.g.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:48.013 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:28:48.014 [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:48.014 [BundleStart #16] 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:48.014 [BundleStart #16] 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:48.016 [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:48.016 [BundleStart #16] DEBUG o.e.g.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:48.016 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:28:48.017 [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:48.017 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:28:48.017 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:48.019 [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:48.019 [BundleStart #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:48.019 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:28:48.020 [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:48.020 [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:48.020 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:48.021 [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:48.021 [BundleStart #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:48.021 [BundleStart #16] 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:48.025 [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:48.025 [BundleStart #16] DEBUG o.e.g.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:48.026 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:28:48.033 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:48.034 [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:48.034 [BundleStart #17] DEBUG 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:48.035 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:48.035 [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:48.039 [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:48.039 [BundleStart #17] DEBUG 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:48.042 [main] INFO o.e.g.b.i.c.AsyncWaitTest:199 - org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest-bundle.properties was not found; using defaults 01:28:48.043 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:511 - Post processing: creating test bundle 01:28:48.066 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.configopt] 01:28:48.067 [main] INFO o.e.g.b.i.c.AsyncWaitTest:202 - Automatically creating Manifest for the test bundle 01:28:48.068 [main] INFO o.e.g.b.i.c.AsyncWaitTest:366 - Using the test class for generating bundle imports 01:28:48.070 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 01:28:48.071 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:460 - Package [org.eclipse.gemini.blueprint.iandt.configopt] is part of the test archive; parsing AsyncWaitTest bytecode to determine imports... 01:28:48.074 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:491 - Visiting class AsyncWaitTest 01:28:48.086 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 01:28:48.087 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:460 - Package [org.eclipse.gemini.blueprint.iandt.configopt] is part of the test archive; parsing BehaviorBaseTest bytecode to determine imports... 01:28:48.087 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:491 - Visiting class BehaviorBaseTest 01:28:48.088 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:28:48.089 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:28:48.089 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:491 - Visiting class BaseIntegrationTest 01:28:48.092 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:28:48.093 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:28:48.093 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:28:48.094 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:28:48.095 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:28:48.095 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:28:48.096 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:28:48.096 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:28:48.096 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.configopt, org.osgi.framework, java.lang, org.eclipse.gemini.blueprint.util, java.awt, java.awt.geom, java.util, org.eclipse.gemini.blueprint.iandt, org.springframework.util, org.springframework.core.io, java.net, java.io, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin} 01:28:48.096 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.configopt, java.lang, java.awt, java.awt.geom, java.util, java.net, java.io, java.util.jar, java.security, java.lang.reflect] 01:28:48.097 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:28:48.097 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:282 - Filtered imports are [org.osgi.framework, org.eclipse.gemini.blueprint.util, org.springframework.util, org.springframework.core.io, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin] 01:28:48.097 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest, Bundle-Name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.springframework.util,org.springframework.core.io,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin, Manifest-Version=1.0] 01:28:48.098 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest, Bundle-Name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.springframework.util,org.springframework.core.io,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional, Manifest-Version=1.0]] 01:28:48.098 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:28:48.098 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:28:48.098 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:28:48.098 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:28:48.099 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:28:48.099 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:28:48.099 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:28:48.099 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:28:48.099 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:28:48.100 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:28:48.100 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 01:28:48.100 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 01:28:48.100 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 01:28:48.100 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 01:28:48.100 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 01:28:48.101 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 01:28:48.101 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 01:28:48.101 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 01:28:48.101 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 01:28:48.101 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 01:28:48.110 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:557 - Test bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest)] successfully installed 01:28:48.110 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:28:48.113 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest)] 01:28:48.114 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:48.114 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest)] 01:28:48.115 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest)] 01:28:48.115 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:48.115 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest) 01:28:48.115 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest)] 01:28:48.116 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:562 - Test bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest)] successfully started 01:28:48.116 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:28:48.118 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:28:48.119 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:28:48.120 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:28:48.121 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:28:48.121 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:28:48.122 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest] does not trigger a context creation. 01:28:48.122 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:28:48.123 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:28:48.124 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:28:48.124 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:28:48.124 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:28:48.125 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:28:48.125 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:28:48.126 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:28:48.126 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:28:48.127 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:28:48.127 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:28:48.128 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:28:48.129 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:28:48.130 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:364 - Writing test name [testBehaviour] to OSGi 01:28:48.145 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBehaviour] for execution inside OSGi 01:28:48.145 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBehaviour] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@79924b 01:28:48.146 [main] INFO o.e.g.b.i.c.AsyncWaitTest:190 - Loading context for locations: 01:28:48.161 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest, config=): startup date [Sat Apr 27 01:28:48 UTC 2024]; root of context hierarchy 01:28:48.168 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:28:48.188 [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:28:48.198 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:48.198 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:28:48.199 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:28:48.200 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:28:48.204 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5fbe4146] 01:28:48.204 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1e66f1f5] 01:28:48.207 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@75db5df9] 01:28:48.210 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest, config=): startup date [Sat Apr 27 01:28:48 UTC 2024]; root of context hierarchy] 01:28:48.212 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest, org.springframework.context.service.name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest, Bundle-SymbolicName=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest, Bundle-Version=0.0.0} 01:28:48.213 [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:48.258 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:28:48.276 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [async-wait (org.springframework.osgi.iandt.config-opt.async.wait)] 01:28:48.277 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.async.wait]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:48.277 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [async-wait (org.springframework.osgi.iandt.config-opt.async.wait)] 01:28:48.278 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [async-wait (org.springframework.osgi.iandt.config-opt.async.wait)] 01:28:48.278 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.async.wait]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:48.278 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.async.wait]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle async-wait (org.springframework.osgi.iandt.config-opt.async.wait) 01:28:48.279 [BundleStart #19] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [async-wait (org.springframework.osgi.iandt.config-opt.async.wait)] 01:28:48.280 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle async-wait is type compatible with extender gemini-blueprint-extender; processing bundle... 01:28:48.281 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.async.wait]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:48.282 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [async-wait (org.springframework.osgi.iandt.config-opt.async.wait)] 01:28:48.284 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [async-wait (org.springframework.osgi.iandt.config-opt.async.wait)] 01:28:48.285 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:28:48.285 [EclipseGeminiBlueprintExtenderThread-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:28:48.286 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml) 01:28:48.286 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.springframework.osgi.iandt.config-opt.async.wait] incremented to 1 01:28:48.286 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml) 01:28:48.287 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:48.287 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:48 UTC 2024]; root of context hierarchy 01:28:48.287 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.config-opt.async.wait 01:28:48.287 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:28:48.301 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 01:28:48.334 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:48.334 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:48.335 [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:48.336 [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:48.415 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:48.416 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:48.472 [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@6b3d6e71: defining beans [button]; root of factory hierarchy 01:28:48.472 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:48.472 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:28:48.473 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:28:48.473 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:28:48.474 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:28:48.478 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@6b3d6e71: defining beans [button]; root of factory hierarchy] 01:28:48.479 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:28:48.479 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@14a366e0 01:28:48.479 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&button] 01:28:48.479 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:28:48.507 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[] in=[(objectClass=java.awt.Shape)] 01:28:48.508 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.awt.Shape)] in=[(objectClass=java.awt.Shape)] 01:28:48.509 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:114 - Eager importer &button implies dependecy DependencyService[Name=&button][Filter=(objectClass=java.awt.Shape)][Mandatory=true] 01:28:48.511 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:372 - Adding OSGi service dependency for importer [&button] matching OSGi filter [(objectClass=java.awt.Shape)] 01:28:48.511 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 1 OSGi service dependencies, 1 unsatisfied (for beans [&button]) in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml) 01:28:48.511 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:317 - OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml) is waiting for unsatisfied dependencies [[&button]] 01:28:48.511 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&button] 01:28:48.511 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [&button] 01:28:48.511 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:267 - Registering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml) 01:28:48.512 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:406 - OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml) has registered service dependency dependencyDetector with filter: (objectClass=java.awt.Shape) 01:28:48.517 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 6 for bundle BundleImpl[id=19] 01:28:48.518 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:48.518 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:517 - Asynch wait-for-dependencies started... 01:28:49.288 [main] WARN o.e.g.b.i.c.AsyncWaitTest:168 - Waiting for applicationContext for bundle=org.springframework.osgi.iandt.config-opt.async.wait timed out 01:28:49.289 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:128 - Handling service event [REGISTERED:ServiceReference [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest] {java.awt.Shape}={service.id=10}] for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml) 01:28:49.291 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:183 - Dependency on [(objectClass=java.awt.Shape)] (from bean [&button]) matched: ServiceReference [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest] {java.awt.Shape}={service.id=10} 01:28:49.291 [main] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:198 - Registered dependency for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml); eliminating Dependency on [(objectClass=java.awt.Shape)] (from bean [&button]), remaining [{}] 01:28:49.292 [main] DEBUG o.e.g.b.e.i.b.a.BlueprintContainerProcessor:254 - All dependencies satisfied, not sending Blueprint GRACE event with emtpy dependencies from org.eclipse.gemini.blueprint.extender.event.BootstrappingDependenciesEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:48 UTC 2024]; root of context hierarchy] 01:28:49.293 [main] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:468 - Deregistering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml) 01:28:49.293 [main] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:146 - No unsatisfied OSGi service dependencies; completing initialization for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml) 01:28:49.294 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml) 01:28:49.294 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:28:49.295 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.springframework.osgi.iandt.config-opt.async.wait] incremented to 1 01:28:49.295 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml) 01:28:49.296 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:49.296 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.config-opt.async.wait 01:28:49.296 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:28:49.304 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:28:49.314 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [async-wait(org.springframework.osgi.iandt.config-opt.async.wait)] scanning available bundles 01:28:49.315 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [async-wait(org.springframework.osgi.iandt.config-opt.async.wait)] scanning available bundles 01:28:49.316 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [async-wait(org.springframework.osgi.iandt.config-opt.async.wait)] scanning available bundles 01:28:49.316 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [async-wait(org.springframework.osgi.iandt.config-opt.async.wait)] scanning available bundles 01:28:49.317 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [async-wait(org.springframework.osgi.iandt.config-opt.async.wait)] scanning available bundles 01:28:49.322 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@458fd6d6] 01:28:49.322 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@125043c4] 01:28:49.323 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 01:28:49.323 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@4a668b6e} 01:28:49.324 [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:28:49.324 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4a668b6e] bound to proxy 01:28:49.324 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6f9746ac] 01:28:49.325 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:48 UTC 2024]; root of context hierarchy] 01:28:49.325 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.springframework.osgi.iandt.config-opt.async.wait, org.springframework.context.service.name=org.springframework.osgi.iandt.config-opt.async.wait, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.async.wait, Bundle-Version=1.0.0} 01:28:49.326 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, 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:49.326 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.springframework.osgi.iandt.config-opt.async.wait] decremented to 0 01:28:49.327 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:138 - Found applicationContext for bundle=org.springframework.osgi.iandt.config-opt.async.wait 01:28:49.327 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:28:49.328 [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:28:49.328 [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:28:49.328 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:49.329 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:440 - Reading OSGi results for test [testBehaviour] 01:28:49.331 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:447 - Test[testBehaviour]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.226 sec - in org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest 01:28:49.336 [Thread-0] INFO o.e.g.b.i.c.AsyncWaitTest:471 - Shutting down OSGi platform 01:28:49.337 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest) 01:28:49.337 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:49.337 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest, config=): startup date [Sat Apr 27 01:28:48 UTC 2024]; root of context hierarchy 01:28:49.338 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:28:49.338 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest, config=): startup date [Sat Apr 27 01:28:48 UTC 2024]; root of context hierarchy] 01:28:49.338 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:49.338 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28:49.338 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:49.339 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19]] 01:28:49.340 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:28:49.340 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.springframework.osgi.iandt.config-opt.async.wait has unused registered services; added for shutdown 01:28:49.341 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19]] 01:28:49.343 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:28:49.344 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml) 01:28:49.344 [Gemini Blueprint context shutdown thread 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:28:49.344 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml) 01:28:49.344 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml) 01:28:49.344 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:468 - Deregistering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml) 01:28:49.345 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle async-wait (org.springframework.osgi.iandt.config-opt.async.wait) 01:28:49.345 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:48 UTC 2024]; root of context hierarchy 01:28:49.345 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:48 UTC 2024]; root of context hierarchy] 01:28:49.346 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:49.347 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:28:49.347 [Gemini Blueprint context shutdown thread 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:28:49.347 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:28:49.347 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:49.347 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28: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@5968dc4b 01:28:49.349 [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:49.349 [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:49.350 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:28:49.350 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:28:50,056 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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:50,191 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:28:50,194 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:28:50,218 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:50,274 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:28:50,277 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:28:50,283 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:50,294 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used 01:28:50,302 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:28:50,302 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:28:50,304 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:28:50,304 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:28:50,305 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:28:50,305 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:28:50,305 |-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:50,306 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:28:50,306 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:28:50,306 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:28:50,306 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:28:50,306 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:28:50,307 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:28:50,307 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:28:50,307 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:28:50,307 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:28:50,308 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:28:50,308 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:28:50,309 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:28:50,310 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@610694f1 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest 01:28:50.439 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:28:50.444 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:85 - Instantiating platform wrapper... 01:28:50.468 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi2934180126509184983kf 01:28:50.469 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:215 - About to start Knopflerfish OSGi Platform 01:28:50.578 [main] INFO o.e.g.b.i.c.SyncNoWaitTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:28:50.583 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:28:50.584 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:28:50.586 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:28:50.587 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:28:50.724 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:28:50.739 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:28:50.744 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:28:50.747 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:28:50.755 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:28:50.766 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:28:50.768 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:28:50.772 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:28:50.778 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:28:50.784 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:28:50.802 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:28:50.807 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:28:50.814 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:28:50.858 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:28:50.863 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:28:50.871 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:28:50.877 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:28:50.907 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:28:50.915 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:28:50.921 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:28:50.923 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:28:50.924 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:28:50.925 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:28:50.926 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:28:50.929 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:28:50.934 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:28:50.935 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:28:50.962 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:28:50.963 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:28:50.964 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:28:50.970 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:28:50.973 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:28:50.976 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:28:51,006 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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:51,046 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:28:51,049 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:28:51,060 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:51,086 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:28:51,088 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:28:51,092 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:51,100 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@6716eb60 - No compression will be used 01:28:51,105 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:28:51,105 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:28:51,107 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:28:51,107 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:28:51,108 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:28:51,108 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:28:51,108 |-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:51,108 |-INFO 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:51,108 |-INFO 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:51,109 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:28:51,109 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:28:51,109 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:28:51,109 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:28:51,109 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:28:51,110 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:28:51,110 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:28:51,110 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:28:51,111 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:28:51,111 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:28:51,112 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@32db9a76 - Registering current configuration as safe fallback point 01:28:51.125 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:28:51.136 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:28:51.286 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:28:51.287 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:28:51.292 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:28:51.296 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:28:51.301 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:51.303 [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:51.303 [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:51.308 [BundleStart #16] DEBUG 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:51.308 [BundleStart #16] 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:51.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:28:51.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:28:51.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:28:51.311 [BundleStart #16] 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:51.312 [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:51.312 [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:51.313 [BundleStart #16] DEBUG o.e.g.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:51.313 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:51.314 [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:51.314 [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:51.314 [BundleStart #16] DEBUG 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:51.315 [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:51.315 [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:51.315 [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:51.316 [BundleStart #16] DEBUG o.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:51.316 [BundleStart #16] 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:51.317 [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:51.317 [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:51.317 [BundleStart #16] DEBUG o.e.g.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:51.318 [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:51.318 [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:51.319 [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:51.319 [BundleStart #16] DEBUG o.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:51.319 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:51.320 [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:51.320 [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:51.320 [BundleStart #16] 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:51.320 [BundleStart #16] 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:51.321 [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:51.321 [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:51.321 [BundleStart #16] DEBUG o.e.g.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:51.321 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:28:51.322 [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:51.322 [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:51.322 [BundleStart #16] 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:51.323 [BundleStart #16] 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:51.323 [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:51.324 [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:51.324 [BundleStart #16] DEBUG o.e.g.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:51.324 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:28:51.324 [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:51.325 [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:51.325 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:28:51.325 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:51.326 [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:51.326 [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:51.326 [BundleStart #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:51.326 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:28:51.327 [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:51.327 [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:51.327 [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:51.327 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:51.327 [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:51.328 [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:51.328 [BundleStart #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:51.328 [BundleStart #16] 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:51.330 [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:51.330 [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:51.330 [BundleStart #16] DEBUG o.e.g.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:51.339 [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:51.339 [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:51.342 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:28:51.342 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:28:51.346 [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:51.348 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:51.348 [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:28:51.348 [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:28:51.349 [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:51.353 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:51.363 [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:51.364 [BundleStart #16] DEBUG 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:51.364 [BundleStart #16] 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:51.367 [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:51.367 [BundleStart #16] DEBUG o.e.g.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:51.368 [BundleStart #16] 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:51.369 [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:51.370 [BundleStart #16] DEBUG o.e.g.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:51.370 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:51.371 [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:51.371 [BundleStart #16] DEBUG 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:51.371 [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:51.372 [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:51.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:28:51.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:28:51.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:28:51.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:28:51.376 [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:51.376 [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:51.376 [BundleStart #16] DEBUG o.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:51.377 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:51.378 [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:51.378 [BundleStart #16] 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:51.378 [BundleStart #16] 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:51.379 [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:51.379 [BundleStart #16] DEBUG o.e.g.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:51.380 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:28:51.381 [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:51.381 [BundleStart #16] 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:51.381 [BundleStart #16] 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:51.383 [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:51.383 [BundleStart #16] DEBUG o.e.g.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:51.383 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:28:51.384 [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:51.384 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:28:51.384 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:51.386 [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:51.386 [BundleStart #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:51.386 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:28:51.387 [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:51.387 [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:51.388 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:51.388 [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:51.388 [BundleStart #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:51.389 [BundleStart #16] 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:51.392 [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:51.392 [BundleStart #16] DEBUG o.e.g.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:51.393 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:28:51.399 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:51.401 [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:51.401 [BundleStart #17] DEBUG 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:51.401 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:51.402 [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:51.402 [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:51.402 [BundleStart #17] DEBUG 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:51.405 [main] INFO o.e.g.b.i.c.SyncNoWaitTest:199 - org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest-bundle.properties was not found; using defaults 01:28:51.405 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:511 - Post processing: creating test bundle 01:28:51.426 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.configopt] 01:28:51.427 [main] INFO o.e.g.b.i.c.SyncNoWaitTest:202 - Automatically creating Manifest for the test bundle 01:28:51.428 [main] INFO o.e.g.b.i.c.SyncNoWaitTest:366 - Using the test class for generating bundle imports 01:28:51.430 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 01:28:51.431 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:460 - Package [org.eclipse.gemini.blueprint.iandt.configopt] is part of the test archive; parsing SyncNoWaitTest bytecode to determine imports... 01:28:51.435 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:491 - Visiting class SyncNoWaitTest 01:28:51.446 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 01:28:51.446 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:460 - Package [org.eclipse.gemini.blueprint.iandt.configopt] is part of the test archive; parsing BehaviorBaseTest bytecode to determine imports... 01:28:51.447 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:491 - Visiting class BehaviorBaseTest 01:28:51.449 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:28:51.449 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:28:51.449 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:491 - Visiting class BaseIntegrationTest 01:28:51.454 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:28:51.454 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:28:51.455 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:28:51.456 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:28:51.456 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:28:51.456 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:28:51.457 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:28:51.458 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:28:51.458 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.configopt, java.lang, org.osgi.framework, org.eclipse.gemini.blueprint.util, java.awt, org.eclipse.gemini.blueprint.iandt, org.springframework.util, org.springframework.core.io, java.net, java.util, java.io, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin} 01:28:51.458 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.configopt, java.lang, java.awt, java.net, java.util, java.io, java.util.jar, java.security, java.lang.reflect] 01:28:51.458 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:28:51.459 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:282 - Filtered imports are [org.osgi.framework, org.eclipse.gemini.blueprint.util, org.springframework.util, org.springframework.core.io, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin] 01:28:51.459 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest, Bundle-Name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.springframework.util,org.springframework.core.io,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin, Manifest-Version=1.0] 01:28:51.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-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest, Bundle-Name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.springframework.util,org.springframework.core.io,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional, Manifest-Version=1.0]] 01:28:51.460 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:28:51.460 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:28:51.460 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:28:51.460 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:28:51.460 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:28:51.461 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:28:51.461 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:28:51.461 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:28:51.461 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:28:51.461 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:28:51.462 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 01:28:51.462 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 01:28:51.462 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 01:28:51.462 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 01:28:51.462 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 01:28:51.463 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 01:28:51.463 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 01:28:51.463 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 01:28:51.463 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 01:28:51.463 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 01:28:51.471 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:557 - Test bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest)] successfully installed 01:28:51.471 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:28:51.474 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest)] 01:28:51.475 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:51.475 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest)] 01:28:51.476 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest)] 01:28:51.476 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:51.476 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest) 01:28:51.477 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest)] 01:28:51.477 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:562 - Test bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest)] successfully started 01:28:51.477 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:28:51.479 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:28:51.480 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:28:51.481 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:28:51.482 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:28:51.482 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:28:51.483 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:28:51.483 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:28:51.484 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:28:51.484 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:28:51.485 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:28:51.485 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:28:51.486 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:28:51.486 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:28:51.487 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:28:51.487 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:28:51.488 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest] does not trigger a context creation. 01:28:51.488 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:28:51.488 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:28:51.490 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:28:51.490 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:364 - Writing test name [testBehaviour] to OSGi 01:28:51.504 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBehaviour] for execution inside OSGi 01:28:51.504 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBehaviour] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@79924b 01:28:51.505 [main] INFO o.e.g.b.i.c.SyncNoWaitTest:190 - Loading context for locations: 01:28:51.518 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest, config=): startup date [Sat Apr 27 01:28:51 UTC 2024]; root of context hierarchy 01:28:51.524 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:28:51.543 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@5aa9e4eb: defining beans []; root of factory hierarchy 01:28:51.553 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:51.553 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:28:51.554 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:28:51.555 [main] TRACE o.e.g.b.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:51.559 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5fbe4146] 01:28:51.559 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1e66f1f5] 01:28:51.562 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@75db5df9] 01:28:51.565 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest, config=): startup date [Sat Apr 27 01:28:51 UTC 2024]; root of context hierarchy] 01:28:51.567 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest, org.springframework.context.service.name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest, Bundle-SymbolicName=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest, Bundle-Version=0.0.0} 01:28:51.569 [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:51.607 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:28:51.628 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-nowait (org.springframework.osgi.iandt.config-opt.sync-nowait)] 01:28:51.630 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-nowait]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:51.630 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [sync-nowait (org.springframework.osgi.iandt.config-opt.sync-nowait)] 01:28:51.630 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-nowait (org.springframework.osgi.iandt.config-opt.sync-nowait)] 01:28:51.631 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-nowait]isSpringBundle=true|async=false|wait-for-deps=false|publishCtx=true|timeout=2s 01:28:51.631 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-nowait]isSpringBundle=true|async=false|wait-for-deps=false|publishCtx=true|timeout=2s for bundle sync-nowait (org.springframework.osgi.iandt.config-opt.sync-nowait) 01:28:51.631 [BundleStart #19] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [sync-nowait (org.springframework.osgi.iandt.config-opt.sync-nowait)] 01:28:51.633 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle sync-nowait is type compatible with extender gemini-blueprint-extender; processing bundle... 01:28:51.634 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-nowait]isSpringBundle=true|async=false|wait-for-deps=false|publishCtx=true|timeout=2s 01:28:51.634 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Synchronous context creation for bundle [sync-nowait (org.springframework.osgi.iandt.config-opt.sync-nowait)] 01:28:51.635 [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@7896837a 01:28:51.635 [BundleStart #19] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-nowait, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:51 UTC 2024]; root of context hierarchy 01:28:51.635 [BundleStart #19] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:28:51.658 [BundleStart #19] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 01:28:51.693 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:51.694 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:51.695 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:51.695 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:51.769 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:51.769 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:51.812 [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@64b5cffb: defining beans [shape,user]; root of factory hierarchy 01:28:51.813 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:51.813 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:28:51.813 [BundleStart #19] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:28:51.814 [BundleStart #19] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:28:51.822 [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@4469a57d] 01:28:51.823 [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@42b55def] 01:28:51.840 [BundleStart #19] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[] in=[(objectClass=java.awt.Shape)] 01:28:51.840 [BundleStart #19] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.awt.Shape)] in=[(objectClass=java.awt.Shape)] 01:28:51.842 [BundleStart #19] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:28:51.859 [BundleStart #19] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:28:51.871 [BundleStart #19] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [sync-nowait(org.springframework.osgi.iandt.config-opt.sync-nowait)] scanning available bundles 01:28:51.871 [BundleStart #19] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [sync-nowait(org.springframework.osgi.iandt.config-opt.sync-nowait)] scanning available bundles 01:28:51.872 [BundleStart #19] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [sync-nowait(org.springframework.osgi.iandt.config-opt.sync-nowait)] scanning available bundles 01:28:51.873 [BundleStart #19] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [sync-nowait(org.springframework.osgi.iandt.config-opt.sync-nowait)] scanning available bundles 01:28:51.873 [BundleStart #19] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [sync-nowait(org.springframework.osgi.iandt.config-opt.sync-nowait)] scanning available bundles 01:28:51.878 [BundleStart #19] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 01:28:51.878 [BundleStart #19] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 01:28:51.879 [BundleStart #19] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.osgi.iandt.wait.UserBeanInfo] required by [sync-nowait(org.springframework.osgi.iandt.config-opt.sync-nowait)] scanning available bundles 01:28:51.880 [BundleStart #19] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.osgi.iandt.wait.UserCustomizer] required by [sync-nowait(org.springframework.osgi.iandt.config-opt.sync-nowait)] scanning available bundles 01:28:51.887 [BundleStart #19] TRACE o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:445 - Publishing event through publisher OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-nowait, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:51 UTC 2024]; root of context hierarchy 01:28:51.887 [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@57bad478] 01:28:52.188 [BundleStart #19] TRACE o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:445 - Publishing event through publisher OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-nowait, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:51 UTC 2024]; root of context hierarchy 01:28:52.189 [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@57bad478] 01:28:52.191 [BundleStart #19] WARN o.e.g.b.c.s.OsgiBundleXmlApplicationContext:557 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'user' defined in URL [bundle://19/META-INF/spring/context.xml]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are: PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'target' threw exception; nested exception is org.eclipse.gemini.blueprint.service.ServiceUnavailableException: service matching filter=[(objectClass=java.awt.Shape)] unavailable 01:28:52.191 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:52.195 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:172 - Refresh error org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'user' defined in URL [bundle://19/META-INF/spring/context.xml]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are: PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'target' threw exception; nested exception is org.eclipse.gemini.blueprint.service.ServiceUnavailableException: service matching filter=[(objectClass=java.awt.Shape)] unavailable at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1650) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1357) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:868) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.access$301(AbstractDelegatedExecutionApplicationContext.java:57) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext$1.run(AbstractDelegatedExecutionApplicationContext.java:165) at org.eclipse.gemini.blueprint.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.normalRefresh(AbstractDelegatedExecutionApplicationContext.java:161) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext$NoDependenciesWaitRefreshExecutor.refresh(AbstractDelegatedExecutionApplicationContext.java:75) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.refresh(AbstractDelegatedExecutionApplicationContext.java:154) at org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManager$1.run(LifecycleManager.java:213) at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50) at org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManager.maybeCreateApplicationContextFor(LifecycleManager.java:272) at org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener.handleEvent(ContextLoaderListener.java:86) at org.eclipse.gemini.blueprint.extender.internal.activator.listeners.BaseListener.bundleChanged(BaseListener.java:87) at org.knopflerfish.framework.Listeners.bundleChanged(Listeners.java:454) at org.knopflerfish.framework.Listeners.bundleChanged(Listeners.java:288) at org.knopflerfish.framework.BundleImpl.start0(BundleImpl.java:470) at org.knopflerfish.framework.BundleThread.run(BundleThread.java:145) Caused by: org.springframework.beans.PropertyBatchUpdateException: Failed properties: Property 'target' threw exception; nested exception is org.eclipse.gemini.blueprint.service.ServiceUnavailableException: service matching filter=[(objectClass=java.awt.Shape)] unavailable at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:123) at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:77) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1646) ... 25 common frames omitted 01:28:52.199 [BundleStart #19] ERROR o.e.g.b.e.i.s.ExtenderConfiguration:50 - Application context refresh failed (OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-nowait, config=osgibundle:/META-INF/spring/*.xml)) org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'user' defined in URL [bundle://19/META-INF/spring/context.xml]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are: PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'target' threw exception; nested exception is org.eclipse.gemini.blueprint.service.ServiceUnavailableException: service matching filter=[(objectClass=java.awt.Shape)] unavailable at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1650) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1357) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:868) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.access$301(AbstractDelegatedExecutionApplicationContext.java:57) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext$1.run(AbstractDelegatedExecutionApplicationContext.java:165) at org.eclipse.gemini.blueprint.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.normalRefresh(AbstractDelegatedExecutionApplicationContext.java:161) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext$NoDependenciesWaitRefreshExecutor.refresh(AbstractDelegatedExecutionApplicationContext.java:75) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.refresh(AbstractDelegatedExecutionApplicationContext.java:154) at org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManager$1.run(LifecycleManager.java:213) at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50) at org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManager.maybeCreateApplicationContextFor(LifecycleManager.java:272) at org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener.handleEvent(ContextLoaderListener.java:86) at org.eclipse.gemini.blueprint.extender.internal.activator.listeners.BaseListener.bundleChanged(BaseListener.java:87) at org.knopflerfish.framework.Listeners.bundleChanged(Listeners.java:454) at org.knopflerfish.framework.Listeners.bundleChanged(Listeners.java:288) at org.knopflerfish.framework.BundleImpl.start0(BundleImpl.java:470) at org.knopflerfish.framework.BundleThread.run(BundleThread.java:145) Caused by: org.springframework.beans.PropertyBatchUpdateException: Failed properties: Property 'target' threw exception; nested exception is org.eclipse.gemini.blueprint.service.ServiceUnavailableException: service matching filter=[(objectClass=java.awt.Shape)] unavailable at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:123) at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:77) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1646) ... 25 common frames omitted 01:28:52.200 [BundleStart #19] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 5 for bundle BundleImpl[id=19] 01:28:52.211 [BundleStart #19] WARN o.e.g.b.e.i.a.ContextLoaderListener$ContextBundleListener:90 - Got exception while handling event org.osgi.framework.BundleEvent[source=BundleImpl[id=19]] org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'user' defined in URL [bundle://19/META-INF/spring/context.xml]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are: PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'target' threw exception; nested exception is org.eclipse.gemini.blueprint.service.ServiceUnavailableException: service matching filter=[(objectClass=java.awt.Shape)] unavailable at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1650) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1357) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:868) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.access$301(AbstractDelegatedExecutionApplicationContext.java:57) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext$1.run(AbstractDelegatedExecutionApplicationContext.java:165) at org.eclipse.gemini.blueprint.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.normalRefresh(AbstractDelegatedExecutionApplicationContext.java:161) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext$NoDependenciesWaitRefreshExecutor.refresh(AbstractDelegatedExecutionApplicationContext.java:75) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.refresh(AbstractDelegatedExecutionApplicationContext.java:154) at org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManager$1.run(LifecycleManager.java:213) at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50) at org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManager.maybeCreateApplicationContextFor(LifecycleManager.java:272) at org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener.handleEvent(ContextLoaderListener.java:86) at org.eclipse.gemini.blueprint.extender.internal.activator.listeners.BaseListener.bundleChanged(BaseListener.java:87) at org.knopflerfish.framework.Listeners.bundleChanged(Listeners.java:454) at org.knopflerfish.framework.Listeners.bundleChanged(Listeners.java:288) at org.knopflerfish.framework.BundleImpl.start0(BundleImpl.java:470) at org.knopflerfish.framework.BundleThread.run(BundleThread.java:145) Caused by: org.springframework.beans.PropertyBatchUpdateException: Failed properties: Property 'target' threw exception; nested exception is org.eclipse.gemini.blueprint.service.ServiceUnavailableException: service matching filter=[(objectClass=java.awt.Shape)] unavailable at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:123) at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:77) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1646) ... 25 common frames omitted 01:28:52.213 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 01:28:52.214 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-tail]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:52.214 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 01:28:52.215 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 01:28:52.215 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-tail]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=5s 01:28:52.215 [BundleStart #20] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-tail]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=5s for bundle sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail) 01:28:52.215 [BundleStart #20] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 01:28:52.216 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle sync-tail is type compatible with extender gemini-blueprint-extender; processing bundle... 01:28:52.217 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-tail]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=5s 01:28:52.217 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Synchronous context creation for bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 01:28:52.219 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:250 - Setting bundle-defined, wait-for-dependencies/graceperiod timeout value=5000 ms, for bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 01:28:52.219 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:28:52.220 [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@7896837a 01:28:52.220 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:28:52.220 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:28:52.221 [BundleStart #20] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:52 UTC 2024]; root of context hierarchy 01:28:52.221 [BundleStart #20] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:28:52.222 [BundleStart #20] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/context.xml] 01:28:52.226 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:52.226 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:52.227 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:52.227 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:52.257 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:52.257 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:52.269 [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@1c7b5e31: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy 01:28:52.270 [BundleStart #20] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:52.270 [BundleStart #20] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:28:52.270 [BundleStart #20] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:28:52.271 [BundleStart #20] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:28:52.272 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:28:52.275 [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@1c7b5e31: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy] 01:28:52.275 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:28:52.275 [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@667c261b 01:28:52.276 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:28:52.276 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:28:52.276 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:28:52.277 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:28:52.277 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:28:52.277 [BundleStart #20] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:28:52.277 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:28:52.277 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:28:52.278 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:28:52.279 [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@4eb0718c] 01:28:52.279 [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@72700db] 01:28:52.285 [BundleStart #20] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 01:28:52.285 [BundleStart #20] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 01:28:52.286 [BundleStart #20] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 01:28:52.287 [BundleStart #20] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class java.awt.geom.Area] classes {class java.awt.geom.Area, interface java.awt.Shape, interface java.lang.Cloneable} 01:28:52.287 [BundleStart #20] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}] 01:28:52.289 [BundleStart #20] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 01:28:52.289 [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@3a9cdb4c] 01:28:52.290 [BundleStart #20] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:52 UTC 2024]; root of context hierarchy] 01:28:52.290 [BundleStart #20] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.springframework.osgi.iandt.config-opt.sync-tail, org.springframework.context.service.name=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-Version=1.0.0} 01:28:52.291 [BundleStart #20] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:28:52.366 [BundleStart #20] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=20] 01:28:52.368 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.springframework.osgi.iandt.config-opt.sync-nowait] incremented to 1 01:28:52.368 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:52.369 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.config-opt.sync-nowait 01:28:56.369 [main] WARN o.e.g.b.i.c.SyncNoWaitTest:168 - Waiting for applicationContext for bundle=org.springframework.osgi.iandt.config-opt.sync-nowait timed out 01:28:56.370 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:56.371 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:440 - Reading OSGi results for test [testBehaviour] 01:28:56.372 [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.938 sec - in org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest 01:28:56.376 [Thread-0] INFO o.e.g.b.i.c.SyncNoWaitTest:471 - Shutting down OSGi platform 01:28:56.376 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest) 01:28:56.377 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:56.377 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest, config=): startup date [Sat Apr 27 01:28:51 UTC 2024]; root of context hierarchy 01:28:56.377 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:28:56.377 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest, config=): startup date [Sat Apr 27 01:28:51 UTC 2024]; root of context hierarchy] 01:28:56.377 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:56.378 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28:56.378 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:56.378 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19], BundleImpl[id=20]] 01:28:56.380 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:28:56.380 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:87 - Bundle org.springframework.osgi.iandt.config-opt.sync-nowait has no registered services; added for shutdown 01:28:56.380 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.springframework.osgi.iandt.config-opt.sync-tail has unused registered services; added for shutdown 01:28:56.381 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=20], BundleImpl[id=19]] 01:28:56.382 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:28:56.383 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:28:56.383 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@7896837a 01:28:56.383 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:28:56.383 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:28:56.384 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail) 01:28:56.384 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:52 UTC 2024]; root of context hierarchy 01:28:56.384 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:52 UTC 2024]; root of context hierarchy] 01:28:56.385 [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:56.385 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@5b98e60b] 01:28:56.386 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:56.386 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:28:56.387 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@7896837a 01:28:56.387 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:28:56.387 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-nowait, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:28:56.387 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-nowait, config=osgibundle:/META-INF/spring/*.xml) 01:28:56.388 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@7896837a 01:28:56.388 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:28:56.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@7896837a 01:28:56.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.springframework.osgi.iandt.config-opt.sync-nowait, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:28:56.389 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:56.389 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28:56.391 [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@135340bb 01:28:56.391 [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@1d94aca1 01:28:56.391 [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:56.392 [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:56.392 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:28:56.393 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:28:57,111 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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:57,270 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:28:57,274 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:28:57,305 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:57,345 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:28:57,348 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:28:57,354 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:57,366 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used 01:28:57,374 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:28:57,374 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:28:57,376 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:28:57,376 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:28:57,377 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:28:57,377 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:28:57,377 |-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:57,377 |-INFO 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:57,377 |-INFO 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:57,378 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:28:57,378 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:28:57,378 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:28:57,378 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:28:57,378 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:28:57,379 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:28:57,379 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:28:57,379 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:28:57,380 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:28:57,380 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:28:57,381 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@610694f1 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest 01:28:57.524 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:28:57.529 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:85 - Instantiating platform wrapper... 01:28:57.541 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi3960487690241770921kf 01:28:57.542 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:215 - About to start Knopflerfish OSGi Platform 01:28:57.654 [main] INFO o.e.g.b.i.c.SyncWaitWithoutDependencyTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:28:57.658 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:28:57.659 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:28:57.660 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:28:57.661 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:28:57.809 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:28:57.829 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:28:57.836 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:28:57.839 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:28:57.852 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:28:57.869 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:28:57.873 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:28:57.879 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:28:57.888 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:28:57.896 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:28:57.919 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:28:57.922 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:28:57.926 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:28:57.963 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:28:57.966 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:28:57.971 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:28:57.975 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:28:57.998 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:28:58.008 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:28:58.014 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:28:58.016 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:28:58.017 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:28:58.018 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:28:58.019 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:28:58.022 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:28:58.026 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:28:58.027 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:28:58.060 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:28:58.061 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:28:58.062 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:28:58.066 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:28:58.067 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:28:58.070 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:28:58,111 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/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:58,149 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:28:58,152 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:28:58,166 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:58,197 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:28:58,199 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:28:58,204 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:58,212 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@6e193324 - No compression will be used 01:28:58,217 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:28:58,217 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:28:58,218 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:28:58,219 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:28:58,219 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:28:58,219 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:28:58,219 |-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:58,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:28:58,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:28:58,220 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:28:58,220 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:28:58,220 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:28:58,221 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:28:58,221 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:28:58,221 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:28:58,221 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:28:58,221 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:28:58,222 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:28:58,223 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:28:58,224 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@2ae99459 - Registering current configuration as safe fallback point 01:28:58.236 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:28:58.247 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:28:58.400 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:28:58.401 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:28:58.406 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:28:58.409 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:28:58.414 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:58.416 [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:58.416 [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:58.416 [BundleStart #16] DEBUG 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:58.417 [BundleStart #16] 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:58.419 [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:58.419 [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:58.419 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:28:58.419 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:28:58.421 [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:58.421 [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:58.421 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:28:58.421 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:58.422 [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:58.422 [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:58.422 [BundleStart #16] DEBUG 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:58.423 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:28:58.424 [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:58.424 [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:58.424 [BundleStart #16] DEBUG o.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:58.424 [BundleStart #16] 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:58.425 [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:58.426 [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:58.426 [BundleStart #16] DEBUG o.e.g.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:58.426 [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:58.427 [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:58.427 [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:58.427 [BundleStart #16] DEBUG o.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:58.428 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:58.428 [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:58.428 [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:58.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:28:58.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:28:58.430 [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:58.430 [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:58.430 [BundleStart #16] DEBUG o.e.g.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:58.430 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:28:58.431 [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:58.431 [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:58.432 [BundleStart #16] 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:58.432 [BundleStart #16] 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:58.433 [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:58.433 [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:58.433 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:28:58.433 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:28:58.434 [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:58.434 [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:58.434 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:28:58.435 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:58.436 [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:58.436 [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:58.436 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:58.436 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:28:58.437 [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:58.437 [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:58.437 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:28:58.437 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:58.438 [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:58.438 [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:58.438 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:58.439 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:28:58.440 [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:58.441 [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:58.441 [BundleStart #16] DEBUG o.e.g.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:58.461 [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:58.461 [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:58.464 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:28:58.464 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:28:58.468 [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:58.470 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:58.470 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@3d071049 w/ reference null 01:28:58.471 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@3d071049 w/ reference null 01:28:58.472 [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:58.476 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:58.486 [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:58.486 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:58.487 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:28:58.490 [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:58.490 [BundleStart #16] DEBUG o.e.g.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:58.490 [BundleStart #16] 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:58.492 [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:58.493 [BundleStart #16] DEBUG o.e.g.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:58.493 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:58.493 [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:58.494 [BundleStart #16] DEBUG 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:58.494 [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:58.496 [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:58.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:28:58.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:28:58.498 [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:58.499 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:28:58.499 [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:58.499 [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:58.500 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:28:58.500 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:58.501 [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:58.501 [BundleStart #16] 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:58.502 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:28:58.503 [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:58.503 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:28:58.503 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:28:58.505 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:58.505 [BundleStart #16] 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:58.505 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:28:58.507 [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:58.507 [BundleStart #16] DEBUG o.e.g.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:58.507 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:28:58.508 [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:58.508 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:28:58.508 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:58.511 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:58.511 [BundleStart #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:58.511 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:28:58.512 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:58.512 [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:58.512 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:58.513 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:58.513 [BundleStart #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:58.513 [BundleStart #16] 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:58.517 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:58.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:28:58.518 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:28:58.525 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:58.526 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:58.526 [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:58.526 [BundleStart #17] DEBUG 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:58.527 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:58.531 [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:58.532 [BundleStart #17] DEBUG 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:58.534 [main] INFO o.e.g.b.i.c.SyncWaitWithoutDependencyTest:199 - org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest-bundle.properties was not found; using defaults 01:28:58.535 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:511 - Post processing: creating test bundle 01:28:58.548 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.configopt] 01:28:58.549 [main] INFO o.e.g.b.i.c.SyncWaitWithoutDependencyTest:202 - Automatically creating Manifest for the test bundle 01:28:58.550 [main] INFO o.e.g.b.i.c.SyncWaitWithoutDependencyTest:366 - Using the test class for generating bundle imports 01:28:58.558 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 01:28:58.558 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:460 - Package [org.eclipse.gemini.blueprint.iandt.configopt] is part of the test archive; parsing SyncWaitWithoutDependencyTest bytecode to determine imports... 01:28:58.562 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:491 - Visiting class SyncWaitWithoutDependencyTest 01:28:58.574 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 01:28:58.575 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:460 - Package [org.eclipse.gemini.blueprint.iandt.configopt] is part of the test archive; parsing BehaviorBaseTest bytecode to determine imports... 01:28:58.575 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:491 - Visiting class BehaviorBaseTest 01:28:58.576 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:28:58.577 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:28:58.577 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:491 - Visiting class BaseIntegrationTest 01:28:58.580 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:28:58.581 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:28:58.581 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:28:58.582 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:28:58.582 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:28:58.583 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:28:58.583 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:28:58.584 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:28:58.584 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.configopt, java.lang, org.osgi.framework, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.iandt, org.springframework.util, org.springframework.core.io, java.net, java.util, java.io, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin} 01:28:58.584 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.configopt, java.lang, java.net, java.util, java.io, java.util.jar, java.security, java.lang.reflect] 01:28:58.584 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:28:58.585 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:282 - Filtered imports are [org.osgi.framework, org.eclipse.gemini.blueprint.util, org.springframework.util, org.springframework.core.io, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin] 01:28:58.585 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest, Bundle-Name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.springframework.util,org.springframework.core.io,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin, Manifest-Version=1.0] 01:28:58.585 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest, Bundle-Name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.springframework.util,org.springframework.core.io,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional, Manifest-Version=1.0]] 01:28:58.585 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:28:58.585 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:28:58.586 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:28:58.586 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:28:58.586 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:28:58.586 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:28:58.586 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:28:58.586 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:28:58.587 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:28:58.587 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:28:58.587 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 01:28:58.587 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 01:28:58.587 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 01:28:58.588 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 01:28:58.588 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 01:28:58.588 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 01:28:58.588 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 01:28:58.588 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 01:28:58.588 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 01:28:58.589 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 01:28:58.596 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:557 - Test bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest)] successfully installed 01:28:58.596 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:28:58.600 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest)] 01:28:58.600 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:28:58.600 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest) 01:28:58.600 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest)] 01:28:58.601 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest)] 01:28:58.601 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:58.602 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest)] 01:28:58.602 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:562 - Test bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest)] successfully started 01:28:58.602 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:28:58.604 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:28:58.605 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:28:58.606 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:28:58.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:28:58.607 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:28:58.608 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:28:58.608 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:28:58.609 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:28:58.610 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:28:58.610 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:28:58.610 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:28:58.611 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:28:58.611 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:28:58.612 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:28:58.612 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:28:58.613 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:28:58.613 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:28:58.613 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:28:58.615 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:28:58.615 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:364 - Writing test name [testBehaviour] to OSGi 01:28:58.630 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBehaviour] for execution inside OSGi 01:28:58.630 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBehaviour] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@79924b 01:28:58.631 [main] INFO o.e.g.b.i.c.SyncWaitWithoutDependencyTest:190 - Loading context for locations: 01:28:58.645 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest, config=): startup date [Sat Apr 27 01:28:58 UTC 2024]; root of context hierarchy 01:28:58.651 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:28:58.672 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@5aa9e4eb: defining beans []; root of factory hierarchy 01:28:58.683 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:58.683 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:28:58.685 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:28:58.685 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:28:58.689 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5fbe4146] 01:28:58.690 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1e66f1f5] 01:28:58.692 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@75db5df9] 01:28:58.695 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest, config=): startup date [Sat Apr 27 01:28:58 UTC 2024]; root of context hierarchy] 01:28:58.698 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest, org.springframework.context.service.name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest, Bundle-SymbolicName=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest, Bundle-Version=0.0.0} 01:28:58.699 [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:58.738 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:28:58.752 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait)] 01:28:58.753 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-wait]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=2s 01:28:58.753 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-wait]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=2s for bundle sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait) 01:28:58.753 [BundleStart #19] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait)] 01:28:58.755 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle sync-wait is type compatible with extender gemini-blueprint-extender; processing bundle... 01:28:58.756 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-wait]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=2s 01:28:58.756 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Synchronous context creation for bundle [sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait)] 01:28:58.759 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:250 - Setting bundle-defined, wait-for-dependencies/graceperiod timeout value=2000 ms, for bundle [sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait)] 01:28:58.759 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:28:58.760 [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@130a08ce 01:28:58.760 [BundleStart #19] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 01:28:58.760 [BundleStart #19] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 01:28:58.761 [BundleStart #19] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:28:58 UTC 2024]; root of context hierarchy 01:28:58.762 [BundleStart #19] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:28:58.774 [BundleStart #19] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 01:28:58.814 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:28:58.815 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:28:58.816 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:58.816 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:28:58.892 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:58.893 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:28:58.931 [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@109e1482: defining beans [shape]; root of factory hierarchy 01:28:58.932 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:58.932 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:28:58.933 [BundleStart #19] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:28:58.933 [BundleStart #19] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:28:58.934 [BundleStart #19] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:28:58.938 [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@109e1482: defining beans [shape]; root of factory hierarchy] 01:28:58.939 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:28:58.939 [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@768a37a 01:28:58.939 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&shape] 01:28:58.940 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:28:58.980 [BundleStart #19] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[] in=[(objectClass=java.awt.Shape)] 01:28:58.980 [BundleStart #19] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.awt.Shape)] in=[(objectClass=java.awt.Shape)] 01:28:58.982 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:114 - Eager importer &shape implies dependecy DependencyService[Name=&shape][Filter=(objectClass=java.awt.Shape)][Mandatory=true] 01:28:58.983 [BundleStart #19] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:372 - Adding OSGi service dependency for importer [&shape] matching OSGi filter [(objectClass=java.awt.Shape)] 01:28:58.984 [BundleStart #19] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 1 OSGi service dependencies, 1 unsatisfied (for beans [&shape]) in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 01:28:58.984 [BundleStart #19] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:317 - OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) is waiting for unsatisfied dependencies [[&shape]] 01:28:58.984 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&shape] 01:28:58.985 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [&shape] 01:28:58.985 [BundleStart #19] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:267 - Registering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 01:28:58.985 [BundleStart #19] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:406 - OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) has registered service dependency dependencyDetector with filter: (objectClass=java.awt.Shape) 01:28:58.990 [BundleStart #19] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 6 for bundle BundleImpl[id=19] 01:28:58.992 [BundleStart #19] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:58.992 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [syncCounterWait] incremented to 1 01:28:58.992 [BundleStart #19] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:274 - Synchronous wait-for-dependencies; waiting... 01:29:00.993 [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:29:00.994 [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:29:00.999 [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:29:00.999 [BundleStart #19] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 5 for bundle BundleImpl[id=19] 01:29:01.000 [BundleStart #19] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:29:01.000 [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:29:01.000 [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:29:01.001 [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:29:01.001 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:29:01.002 [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:29:01.003 [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:29:01.004 [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:29:01.004 [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:29:01.014 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 01:29:01.014 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-tail]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=5s 01:29:01.015 [BundleStart #20] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-tail]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=5s for bundle sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail) 01:29:01.015 [BundleStart #20] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 01:29:01.016 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle sync-tail is type compatible with extender gemini-blueprint-extender; processing bundle... 01:29:01.016 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-tail]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=5s 01:29:01.016 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Synchronous context creation for bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 01:29:01.016 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:250 - Setting bundle-defined, wait-for-dependencies/graceperiod timeout value=5000 ms, for bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 01:29:01.016 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:29:01.017 [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@130a08ce 01:29:01.017 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:29:01.017 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:29:01.017 [BundleStart #20] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:01 UTC 2024]; root of context hierarchy 01:29:01.017 [BundleStart #20] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:29:01.019 [BundleStart #20] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/context.xml] 01:29:01.022 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:29:01.022 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:29:01.023 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:29:01.023 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:29:01.053 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:29:01.054 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:29:01.067 [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@177f546: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy 01:29:01.068 [BundleStart #20] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:29:01.068 [BundleStart #20] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:29:01.068 [BundleStart #20] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:29:01.069 [BundleStart #20] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:29:01.070 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:29:01.070 [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@177f546: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy] 01:29:01.071 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:29:01.071 [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@768a37a 01:29:01.071 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:29:01.072 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:29:01.072 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:29:01.072 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:29:01.072 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:29:01.072 [BundleStart #20] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:29:01.072 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:29:01.073 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:29:01.073 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:29:01.075 [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@ae04c0a] 01:29:01.075 [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@33001045] 01:29:01.081 [BundleStart #20] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 01:29:01.082 [BundleStart #20] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 01:29:01.082 [BundleStart #20] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 01:29:01.083 [BundleStart #20] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class java.awt.geom.Area] classes {class java.awt.geom.Area, interface java.awt.Shape, interface java.lang.Cloneable} 01:29:01.083 [BundleStart #20] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}] 01:29:01.085 [BundleStart #20] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 01:29:01.085 [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@f1412fd] 01:29:01.086 [BundleStart #20] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:01 UTC 2024]; root of context hierarchy] 01:29:01.086 [BundleStart #20] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.springframework.osgi.iandt.config-opt.sync-tail, org.springframework.context.service.name=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-Version=1.0.0} 01:29:01.087 [BundleStart #20] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:29:01.088 [BundleStart #20] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=20] 01:29:01.088 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 01:29:01.089 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-tail]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:01.089 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 01:29:01.090 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.springframework.osgi.iandt.config-opt.sync-wait] incremented to 1 01:29:01.091 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:29:01.091 [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:29:02.092 [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:29:02.092 [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:29:02.093 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@2a265ed2} 01:29:02.093 [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:29:02.094 [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:29:02.094 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:138 - Found applicationContext for bundle=org.springframework.osgi.iandt.config-opt.sync-tail 01:29:02.096 [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:29:02.097 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 01:29:02.097 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@130a08ce 01:29:02.098 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@130a08ce 01:29:02.098 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:29:02.099 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@4d24ea00 01:29:02.099 [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:29:02.100 [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:29:02.100 [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:29:02.100 [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:29:02.101 [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:29:02.101 [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:29:02.101 [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:29:02.101 [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:29:02.101 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:29:02.102 [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@130a08ce 01:29:02.102 [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:29:02.102 [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:29:02.102 [BundleStart #19] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:02 UTC 2024]; root of context hierarchy 01:29:02.102 [BundleStart #19] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:29:02.104 [BundleStart #19] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 01:29:02.107 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:29:02.108 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:29:02.108 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:29:02.109 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:29:02.131 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:29:02.132 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:29:02.140 [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:29:02.141 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:29:02.141 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:29:02.141 [BundleStart #19] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:29:02.142 [BundleStart #19] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:29:02.142 [BundleStart #19] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:29:02.142 [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:29:02.143 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:29:02.143 [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@768a37a 01:29:02.143 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&shape] 01:29:02.143 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:29:02.144 [BundleStart #19] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[] in=[(objectClass=java.awt.Shape)] 01:29:02.145 [BundleStart #19] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.awt.Shape)] in=[(objectClass=java.awt.Shape)] 01:29:02.145 [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:29:02.145 [BundleStart #19] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:379 - OSGi service dependency for importer [&shape] is already satisfied 01:29:02.145 [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:29:02.146 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&shape] 01:29:02.146 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:29:02.146 [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:29:02.146 [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:29:02.146 [BundleStart #19] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:29:02.146 [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:29:02.147 [BundleStart #19] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:29:02.153 [BundleStart #19] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:29:02.163 [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:29:02.164 [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:29:02.164 [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:29:02.165 [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:29:02.165 [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:29:02.237 [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:29:02.238 [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:29:02.240 [BundleStart #19] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 01:29:02.240 [BundleStart #19] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@3a03e297} 01:29:02.241 [BundleStart #19] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3a03e297] bound to proxy 01:29:02.241 [BundleStart #19] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3a03e297] bound to proxy 01:29:02.241 [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:29:02.242 [BundleStart #19] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:02 UTC 2024]; root of context hierarchy] 01:29:02.242 [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:29:02.243 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:29:02.244 [BundleStart #19] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:29:02.244 [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:29:02.245 [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:29:02.245 [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:29:02.245 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.springframework.osgi.iandt.config-opt.sync-wait] incremented to 1 01:29:02.246 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@3836ea76} 01:29:02.246 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.springframework.osgi.iandt.config-opt.sync-wait] decremented to 0 01:29:02.246 [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:29:02.246 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:138 - Found applicationContext for bundle=org.springframework.osgi.iandt.config-opt.sync-wait 01:29:02.246 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:29:02.247 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:440 - Reading OSGi results for test [testBehaviour] 01:29:02.248 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:447 - Test[testBehaviour]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.729 sec - in org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest 01:29:02.253 [Thread-0] INFO o.e.g.b.i.c.SyncWaitWithoutDependencyTest:471 - Shutting down OSGi platform 01:29:02.254 [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:29:02.254 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:29:02.254 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest, config=): startup date [Sat Apr 27 01:28:58 UTC 2024]; root of context hierarchy 01:29:02.254 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19], BundleImpl[id=20]] 01:29:02.254 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest, config=): startup date [Sat Apr 27 01:28:58 UTC 2024]; root of context hierarchy] 01:29:02.255 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.springframework.osgi.iandt.config-opt.sync-wait has unused registered services; added for shutdown 01:29:02.256 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.springframework.osgi.iandt.config-opt.sync-tail has unused registered services; added for shutdown 01:29:02.256 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=20], BundleImpl[id=19]] 01:29:02.257 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:29:02.257 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:29:02.257 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@130a08ce 01:29:02.258 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:29:02.258 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:29:02.258 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:29:02.258 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail) 01:29:02.259 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:01 UTC 2024]; root of context hierarchy 01:29:02.259 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:01 UTC 2024]; root of context hierarchy] 01:29:02.260 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 01:29:02.261 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3a03e297] was unregistered and unbound from the service proxy 01:29:02.261 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3a03e297] was unregistered and unbound from the service proxy 01:29:02.261 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@3a03e297] 01:29:02.262 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:29:02.263 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:29:02.263 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@130a08ce 01:29:02.264 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:29:02.264 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:29:02.264 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 01:29:02.264 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@130a08ce 01:29:02.265 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 01:29:02.265 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 01:29:02.265 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait) 01:29:02.266 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:02 UTC 2024]; root of context hierarchy 01:29:02.266 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:02 UTC 2024]; root of context hierarchy] 01:29:02.267 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:29:02.267 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:29:02.267 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@130a08ce 01:29:02.267 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:29:02.267 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:29:02.267 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:29:02.268 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:29:02.268 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:29:02.268 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:29:02.268 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:29:02.269 [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@43e31dd4 01:29:02.270 [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@47dc8170 01:29:02.270 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=18] for sending replayes events; last one was null 01:29:02.270 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=17] for sending replayes events; last one was null 01:29:02.271 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:29:02.272 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:29:02,827 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:29:02,976 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:29:02,979 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:29:03,005 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:29:03,044 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:29:03,046 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:29:03,052 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:29:03,067 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@57536d79 - No compression will be used 01:29:03,074 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:29:03,075 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:29:03,076 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:29:03,077 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:29:03,077 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:29:03,077 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:29:03,077 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:29:03,077 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:29:03,078 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:29:03,078 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:29:03,078 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:29:03,078 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:29:03,078 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:29:03,078 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:29:03,078 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:29:03,079 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:29:03,079 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:29:03,079 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:29:03,080 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:29:03,081 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5bc79255 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest 01:29:03.209 [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:29:03.214 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:85 - Instantiating platform wrapper... 01:29:03.227 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi8783208332598608767kf 01:29:03.228 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:215 - About to start Knopflerfish OSGi Platform 01:29:03.342 [main] INFO o.e.g.b.i.c.ConfigFileWithDotsTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:29:03.359 [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:29:03.361 [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:29:03.362 [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:29:03.363 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:29:03.502 [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:29:03.520 [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:29:03.525 [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:29:03.528 [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:29:03.536 [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:29:03.546 [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:29:03.549 [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:29:03.553 [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:29:03.561 [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:29:03.567 [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:29:03.596 [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:29:03.604 [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:29:03.612 [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:29:03.628 [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:29:03.631 [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:29:03.662 [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:29:03.667 [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:29:03.672 [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:29:03.695 [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:29:03.704 [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:29:03.710 [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:29:03.712 [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:29:03.713 [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:29:03.713 [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:29:03.714 [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:29:03.717 [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:29:03.722 [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:29:03.723 [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:29:03.732 [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:29:03.734 [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:29:03.734 [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:29:03.739 [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:29:03.741 [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:29:03.743 [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:29:03,783 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:29:03,829 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:29:03,832 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:29:03,843 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:29:03,872 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:29:03,874 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:29:03,879 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:29:03,888 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@26fd77b - No compression will be used 01:29:03,893 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:29:03,894 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:29:03,895 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:29:03,896 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:29:03,896 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:29:03,896 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:29:03,897 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:29:03,897 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:29:03,897 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:29:03,897 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:29:03,898 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:29:03,898 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:29:03,898 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:29:03,898 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:29:03,899 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:29:03,899 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:29:03,899 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:29:03,900 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:29:03,900 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:29:03,901 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4e0651fa - Registering current configuration as safe fallback point 01:29:03.916 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:29:03.928 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:29:04.118 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:29:04.120 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:29:04.124 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:29:04.128 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:29:04.137 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:29:04.138 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:04.139 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 01:29:04.139 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:29:04.139 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:29:04.141 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:04.141 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 01:29:04.141 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:29:04.142 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:29:04.143 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:04.143 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 01:29:04.143 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:29:04.143 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:29:04.144 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:04.144 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 01:29:04.144 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:29:04.144 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:29:04.145 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:04.145 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 01:29:04.145 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:29:04.146 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:29:04.147 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:04.147 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 01:29:04.147 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:29:04.147 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:29:04.148 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:04.148 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 01:29:04.148 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:29:04.149 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:29:04.149 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:04.149 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 01:29:04.150 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:29:04.150 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:29:04.150 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:04.151 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 01:29:04.151 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:29:04.151 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:29:04.152 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:04.152 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 01:29:04.152 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:29:04.152 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:29:04.153 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:04.153 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 01:29:04.153 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:29:04.154 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:29:04.154 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:04.154 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 01:29:04.154 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:29:04.155 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:29:04.156 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:04.156 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 01:29:04.156 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:29:04.156 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:29:04.156 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:04.157 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 01:29:04.157 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:29:04.157 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:29:04.157 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:04.158 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 01:29:04.158 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:29:04.158 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:29:04.160 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:04.160 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 01:29:04.161 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:29:04.170 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:29:04.171 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:29:04.174 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:29:04.174 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:29:04.178 [BundleStart #16] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:29:04.180 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:29:04.181 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@1ff504f w/ reference null 01:29:04.181 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@1ff504f w/ reference null 01:29:04.182 [BundleStart #16] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 01:29:04.186 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:29:04.197 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:04.198 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:29:04.198 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:29:04.201 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:04.201 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:29:04.202 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:29:04.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:29:04.204 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:29:04.204 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:29:04.205 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:04.205 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:29:04.205 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:29:04.206 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:04.207 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:29:04.207 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:29:04.209 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:04.209 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:29:04.209 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:29:04.210 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:04.210 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:29:04.210 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:29:04.211 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:04.212 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:29:04.212 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:29:04.213 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:04.213 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:29:04.213 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:29:04.214 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:04.215 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:29:04.215 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:29:04.216 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:04.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:29:04.217 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:29:04.218 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:04.218 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:29:04.218 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:29:04.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:29:04.221 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:29:04.221 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:29:04.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:29:04.222 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:29:04.222 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:29:04.222 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:04.223 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:29:04.223 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:29:04.226 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:04.226 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:29:04.227 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:29:04.235 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:29:04.236 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:04.236 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:29:04.236 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:29:04.237 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:04.237 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 01:29:04.237 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:29:04.238 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:319 - Starting [Configuration File with Dots (org.springframework.osgi.iandt.config.with.dots)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/config.file.with.dots.bundle/target/config-with-dots.bundle-3.0.1.BUILD-SNAPSHOT.jar] 01:29:04.239 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Configuration File with Dots (org.springframework.osgi.iandt.config.with.dots)] 01:29:04.239 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config.with.dots]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:04.240 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Configuration File with Dots (org.springframework.osgi.iandt.config.with.dots)] 01:29:04.240 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Configuration File with Dots (org.springframework.osgi.iandt.config.with.dots)] 01:29:04.240 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config.with.dots]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:04.240 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.springframework.osgi.iandt.config.with.dots]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Configuration File with Dots (org.springframework.osgi.iandt.config.with.dots) 01:29:04.241 [BundleStart #18] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Configuration File with Dots (org.springframework.osgi.iandt.config.with.dots)] 01:29:04.250 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Configuration File with Dots is type compatible with extender gemini-blueprint-extender; processing bundle... 01:29:04.251 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config.with.dots]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:04.257 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Configuration File with Dots (org.springframework.osgi.iandt.config.with.dots)] 01:29:04.259 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Configuration File with Dots (org.springframework.osgi.iandt.config.with.dots)] 01:29:04.260 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:29:04.260 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@7e06c988 01:29:04.261 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config.with.dots, config=osgibundle:/META-INF/spring/*.xml) 01:29:04.261 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config.with.dots, config=osgibundle:/META-INF/spring/*.xml) 01:29:04.263 [main] INFO o.e.g.b.i.c.ConfigFileWithDotsTest:199 - org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest-bundle.properties was not found; using defaults 01:29:04.263 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:511 - Post processing: creating test bundle 01:29:04.266 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config.with.dots, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:04 UTC 2024]; root of context hierarchy 01:29:04.273 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:29:04.278 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.configopt] 01:29:04.278 [main] INFO o.e.g.b.i.c.ConfigFileWithDotsTest:202 - Automatically creating Manifest for the test bundle 01:29:04.279 [main] INFO o.e.g.b.i.c.ConfigFileWithDotsTest:366 - Using the test class for generating bundle imports 01:29:04.281 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 01:29:04.282 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:460 - Package [org.eclipse.gemini.blueprint.iandt.configopt] is part of the test archive; parsing ConfigFileWithDotsTest bytecode to determine imports... 01:29:04.286 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:491 - Visiting class ConfigFileWithDotsTest 01:29:04.297 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:29:04.298 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:29:04.298 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:491 - Visiting class BaseIntegrationTest 01:29:04.303 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:29:04.303 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:29:04.303 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:29:04.305 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:29:04.306 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:29:04.306 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:29:04.306 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/config.file.with.dots.xml] 01:29:04.307 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:29:04.307 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:29:04.307 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.configopt, org.eclipse.gemini.blueprint.iandt, java.lang, org.osgi.framework, java.awt, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io, java.net} 01:29:04.308 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.configopt, java.lang, java.awt, java.util, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 01:29:04.308 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:29:04.308 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:282 - Filtered imports are [org.osgi.framework, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 01:29:04.308 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest, Bundle-Name=TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 01:29:04.309 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest, Bundle-Name=TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 01:29:04.309 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:29:04.309 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:29:04.309 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:29:04.310 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:29:04.310 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:29:04.310 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:29:04.310 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:29:04.311 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:29:04.311 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:29:04.311 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:29:04.311 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 01:29:04.312 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 01:29:04.312 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 01:29:04.312 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 01:29:04.312 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 01:29:04.312 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 01:29:04.313 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 01:29:04.313 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 01:29:04.313 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 01:29:04.313 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 01:29:04.321 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:557 - Test bundle [TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest (TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest)] successfully installed 01:29:04.322 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:29:04.357 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest (TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest)] 01:29:04.358 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:04.358 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest (TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest)] 01:29:04.359 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest (TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest)] 01:29:04.359 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:04.359 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest (TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest) 01:29:04.359 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest (TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest)] 01:29:04.369 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:562 - Test bundle [TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest (TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest)] successfully started 01:29:04.370 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:29:04.372 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:29:04.373 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:29:04.374 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:29:04.375 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:29:04.376 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:29:04.376 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:29:04.377 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:29:04.378 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:29:04.378 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:29:04.378 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:29:04.379 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:29:04.379 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest] does not trigger a context creation. 01:29:04.380 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:29:04.381 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:218 - Bundle [org.springframework.osgi.iandt.config.with.dots] triggers a context creation; waiting for it 01:29:04.382 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.springframework.osgi.iandt.config.with.dots] incremented to 1 01:29:04.384 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:29:04.384 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:29:04.384 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.config.with.dots 01:29:04.384 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:29:04.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:29:04.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:29:04.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:29:04.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:29:04.563 [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@27c6a3ce: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,area]; root of factory hierarchy 01:29:04.578 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:29:04.579 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:29:04.580 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:29:04.581 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:29:04.593 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:29:04.597 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@27c6a3ce: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,area]; root of factory hierarchy] 01:29:04.597 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:29:04.597 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@2263a6e5 01:29:04.598 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:29:04.598 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:29:04.598 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config.with.dots, config=osgibundle:/META-INF/spring/*.xml) 01:29:04.598 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:29:04.598 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:29:04.599 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config.with.dots, config=osgibundle:/META-INF/spring/*.xml) 01:29:04.599 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config.with.dots, config=osgibundle:/META-INF/spring/*.xml) 01:29:04.599 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:29:04.600 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config.with.dots, config=osgibundle:/META-INF/spring/*.xml) 01:29:04.602 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@621b0426] 01:29:04.603 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@69cfc64d] 01:29:04.636 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 01:29:04.637 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 01:29:04.637 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 01:29:04.638 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class java.awt.geom.Area] classes {} 01:29:04.639 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.awt.Shape}] 01:29:04.640 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 01:29:04.642 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@11c0237d] 01:29:04.645 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config.with.dots, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config.with.dots, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:04 UTC 2024]; root of context hierarchy] 01:29:04.648 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.springframework.osgi.iandt.config.with.dots, org.springframework.context.service.name=org.springframework.osgi.iandt.config.with.dots, Bundle-SymbolicName=org.springframework.osgi.iandt.config.with.dots, Bundle-Version=1.0.0} 01:29:04.649 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:29:04.650 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.springframework.osgi.iandt.config.with.dots] decremented to 0 01:29:04.650 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:138 - Found applicationContext for bundle=org.springframework.osgi.iandt.config.with.dots 01:29:04.651 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:29:04.652 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:29:04.654 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:29:04.655 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:29:04.655 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:29:04.655 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=18] 01:29:04.657 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:29:04.658 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:364 - Writing test name [testShapeServicePublished] to OSGi 01:29:04.677 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testShapeServicePublished] for execution inside OSGi 01:29:04.677 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testShapeServicePublished] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@a514af7 01:29:04.678 [main] INFO o.e.g.b.i.c.ConfigFileWithDotsTest:190 - Loading context for locations: 01:29:04.680 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest, config=): startup date [Sat Apr 27 01:29:04 UTC 2024]; root of context hierarchy 01:29:04.680 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:29:04.681 [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@7b9a4292: defining beans []; root of factory hierarchy 01:29:04.681 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:29:04.681 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:29:04.682 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:29:04.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:29:04.683 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@67d48005] 01:29:04.683 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@9f116cc] 01:29:04.683 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@12468a38] 01:29:04.684 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest, config=): startup date [Sat Apr 27 01:29:04 UTC 2024]; root of context hierarchy] 01:29:04.684 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest, org.springframework.context.service.name=TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest, Bundle-SymbolicName=TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest, Bundle-Version=0.0.0} 01:29:04.686 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:29:04.712 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:29:04.712 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:440 - Reading OSGi results for test [testShapeServicePublished] 01:29:04.713 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:447 - Test[testShapeServicePublished]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.511 sec - in org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest 01:29:04.718 [Thread-0] INFO o.e.g.b.i.c.ConfigFileWithDotsTest:471 - Shutting down OSGi platform 01:29:04.719 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest (TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest) 01:29:04.719 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest, config=): startup date [Sat Apr 27 01:29:04 UTC 2024]; root of context hierarchy 01:29:04.719 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest, config=): startup date [Sat Apr 27 01:29:04 UTC 2024]; root of context hierarchy] 01:29:04.719 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:29:04.720 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:29:04.720 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:29:04.720 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:29:04.720 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:29:04.721 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=18]] 01:29:04.722 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.springframework.osgi.iandt.config.with.dots has unused registered services; added for shutdown 01:29:04.722 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:29:04.722 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=18]] 01:29:04.723 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config.with.dots, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:29:04.724 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config.with.dots, config=osgibundle:/META-INF/spring/*.xml) 01:29:04.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@7e06c988 01:29:04.724 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config.with.dots, config=osgibundle:/META-INF/spring/*.xml) 01:29:04.725 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config.with.dots, config=osgibundle:/META-INF/spring/*.xml) 01:29:04.725 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Configuration File with Dots (org.springframework.osgi.iandt.config.with.dots) 01:29:04.725 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config.with.dots, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:04 UTC 2024]; root of context hierarchy 01:29:04.725 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config.with.dots, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config.with.dots, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:04 UTC 2024]; root of context hierarchy] 01:29:04.726 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 01:29:04.726 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@14e8569] 01:29:04.727 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:29:04.728 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:29:04.728 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@7e06c988 01:29:04.729 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config.with.dots, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:29:04.729 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:29:04.729 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:29:04.730 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=19] for sending replayes events; last one was null 01:29:04.731 [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:29:04.731 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=17] for sending replayes events; last one was null 01:29:04.731 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:29:04.732 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:29:05,429 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:29:05,578 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:29:05,581 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:29:05,606 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:29:05,668 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:29:05,671 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:29:05,677 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:29:05,688 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used 01:29:05,695 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:29:05,695 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:29:05,697 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:29:05,697 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:29:05,698 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:29:05,698 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:29:05,698 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:29:05,698 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:29:05,698 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:29:05,698 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:29:05,699 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:29:05,699 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:29:05,699 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:29:05,699 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:29:05,699 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:29:05,699 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:29:05,699 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:29:05,700 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:29:05,700 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:29:05,701 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@610694f1 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest 01:29:05.839 [main] TRACE o.e.g.b.i.c.NoPublishTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:29:05.845 [main] TRACE o.e.g.b.i.c.NoPublishTest:85 - Instantiating platform wrapper... 01:29:05.858 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi6969762444760725417kf 01:29:05.858 [main] DEBUG o.e.g.b.i.c.NoPublishTest:215 - About to start Knopflerfish OSGi Platform 01:29:05.975 [main] INFO o.e.g.b.i.c.NoPublishTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:29:05.981 [main] TRACE o.e.g.b.i.c.NoPublishTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:29:05.982 [main] TRACE o.e.g.b.i.c.NoPublishTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:29:05.984 [main] DEBUG o.e.g.b.i.c.NoPublishTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:29:05.986 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:29:06.124 [main] DEBUG o.e.g.b.i.c.NoPublishTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:29:06.140 [main] DEBUG o.e.g.b.i.c.NoPublishTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:29:06.145 [main] DEBUG o.e.g.b.i.c.NoPublishTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:29:06.147 [main] DEBUG o.e.g.b.i.c.NoPublishTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:29:06.155 [main] DEBUG o.e.g.b.i.c.NoPublishTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:29:06.166 [main] DEBUG o.e.g.b.i.c.NoPublishTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:29:06.169 [main] DEBUG o.e.g.b.i.c.NoPublishTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:29:06.173 [main] DEBUG o.e.g.b.i.c.NoPublishTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:29:06.179 [main] DEBUG o.e.g.b.i.c.NoPublishTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:29:06.189 [main] DEBUG o.e.g.b.i.c.NoPublishTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:29:06.213 [main] DEBUG o.e.g.b.i.c.NoPublishTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:29:06.216 [main] DEBUG o.e.g.b.i.c.NoPublishTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:29:06.221 [main] DEBUG o.e.g.b.i.c.NoPublishTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:29:06.230 [main] DEBUG o.e.g.b.i.c.NoPublishTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:29:06.232 [main] DEBUG o.e.g.b.i.c.NoPublishTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:29:06.261 [main] DEBUG o.e.g.b.i.c.NoPublishTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:29:06.265 [main] DEBUG o.e.g.b.i.c.NoPublishTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:29:06.284 [main] DEBUG o.e.g.b.i.c.NoPublishTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:29:06.292 [main] DEBUG o.e.g.b.i.c.NoPublishTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:29:06.298 [main] DEBUG o.e.g.b.i.c.NoPublishTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:29:06.300 [main] DEBUG o.e.g.b.i.c.NoPublishTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:29:06.300 [main] DEBUG o.e.g.b.i.c.NoPublishTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:29:06.301 [main] DEBUG o.e.g.b.i.c.NoPublishTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:29:06.302 [main] DEBUG o.e.g.b.i.c.NoPublishTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:29:06.305 [main] DEBUG o.e.g.b.i.c.NoPublishTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:29:06.309 [main] DEBUG o.e.g.b.i.c.NoPublishTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:29:06.309 [main] DEBUG o.e.g.b.i.c.NoPublishTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:29:06.316 [main] DEBUG o.e.g.b.i.c.NoPublishTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:29:06.317 [main] DEBUG o.e.g.b.i.c.NoPublishTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:29:06.318 [main] DEBUG o.e.g.b.i.c.NoPublishTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:29:06.321 [main] DEBUG o.e.g.b.i.c.NoPublishTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:29:06.322 [main] DEBUG o.e.g.b.i.c.NoPublishTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:29:06.324 [main] DEBUG o.e.g.b.i.c.NoPublishTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:29:06,353 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:29:06,394 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:29:06,397 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:29:06,408 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:29:06,434 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:29:06,436 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:29:06,440 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:29:06,448 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@57bfa58f - No compression will be used 01:29:06,453 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:29:06,453 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:29:06,455 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:29:06,455 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:29:06,455 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:29:06,455 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:29:06,456 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:29:06,456 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:29:06,456 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:29:06,456 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:29:06,457 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:29:06,457 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:29:06,457 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:29:06,457 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:29:06,457 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:29:06,458 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:29:06,458 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:29:06,459 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:29:06,459 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:29:06,460 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@35ea7f15 - Registering current configuration as safe fallback point 01:29:06.473 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:29:06.484 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:29:06.633 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:29:06.633 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:29:06.638 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:29:06.641 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:29:06.646 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:29:06.648 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:06.649 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 01:29:06.653 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:29:06.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:29:06.655 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:06.655 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 01:29:06.656 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:29:06.656 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:29:06.657 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:06.658 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 01:29:06.658 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:29:06.658 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:29:06.659 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:06.659 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 01:29:06.659 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:29:06.660 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:29:06.660 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:06.661 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 01:29:06.661 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:29:06.661 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:29:06.662 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:06.663 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 01:29:06.663 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:29:06.663 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:29:06.664 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:06.664 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 01:29:06.664 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:29:06.665 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:29:06.665 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:06.665 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 01:29:06.666 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:29:06.666 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:29:06.667 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:06.667 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 01:29:06.668 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:29:06.668 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:29:06.669 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:06.669 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 01:29:06.670 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:29:06.670 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:29:06.671 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:06.672 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 01:29:06.672 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:29:06.672 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:29:06.672 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:06.673 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 01:29:06.673 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:29:06.673 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:29:06.674 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:06.674 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 01:29:06.675 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:29:06.675 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:29:06.675 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:06.675 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 01:29:06.675 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:29:06.676 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:29:06.676 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:06.676 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 01:29:06.676 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:29:06.677 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:29:06.678 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:06.679 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 01:29:06.679 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:29:06.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:29:06.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:29:06.691 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:29:06.691 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:29:06.695 [BundleStart #16] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:29:06.697 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:29:06.698 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@337e9cdf w/ reference null 01:29:06.698 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@337e9cdf w/ reference null 01:29:06.699 [BundleStart #16] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 01:29:06.703 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:29:06.713 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:06.714 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:29:06.714 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:29:06.717 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:06.717 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:29:06.718 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:29:06.719 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:06.720 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:29:06.720 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:29:06.721 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:06.721 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:29:06.721 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:29:06.723 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:06.723 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:29:06.723 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:29:06.725 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:06.725 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:29:06.726 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:29:06.726 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:06.726 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:29:06.727 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:29:06.728 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:06.728 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:29:06.728 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:29:06.729 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:06.729 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:29:06.730 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:29:06.731 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:06.731 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:29:06.731 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:29:06.733 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:06.733 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:29:06.733 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:29:06.734 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:06.734 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:29:06.734 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:29:06.736 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:06.736 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:29:06.737 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:29:06.737 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:06.737 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:29:06.738 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:29:06.738 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:06.738 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:29:06.738 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:29:06.742 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:06.742 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:29:06.743 [main] DEBUG o.e.g.b.i.c.NoPublishTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:29:06.758 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:29:06.760 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:06.760 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:29:06.760 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:29:06.761 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:06.761 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 01:29:06.761 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:29:06.763 [main] INFO o.e.g.b.i.c.NoPublishTest:199 - org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest-bundle.properties was not found; using defaults 01:29:06.764 [main] DEBUG o.e.g.b.i.c.NoPublishTest:511 - Post processing: creating test bundle 01:29:06.778 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.configopt] 01:29:06.779 [main] INFO o.e.g.b.i.c.NoPublishTest:202 - Automatically creating Manifest for the test bundle 01:29:06.779 [main] INFO o.e.g.b.i.c.NoPublishTest:366 - Using the test class for generating bundle imports 01:29:06.782 [main] TRACE o.e.g.b.i.c.NoPublishTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 01:29:06.782 [main] TRACE o.e.g.b.i.c.NoPublishTest:460 - Package [org.eclipse.gemini.blueprint.iandt.configopt] is part of the test archive; parsing NoPublishTest bytecode to determine imports... 01:29:06.786 [main] TRACE o.e.g.b.i.c.NoPublishTest:491 - Visiting class NoPublishTest 01:29:06.798 [main] TRACE o.e.g.b.i.c.NoPublishTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 01:29:06.798 [main] TRACE o.e.g.b.i.c.NoPublishTest:460 - Package [org.eclipse.gemini.blueprint.iandt.configopt] is part of the test archive; parsing BehaviorBaseTest bytecode to determine imports... 01:29:06.799 [main] TRACE o.e.g.b.i.c.NoPublishTest:491 - Visiting class BehaviorBaseTest 01:29:06.800 [main] TRACE o.e.g.b.i.c.NoPublishTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:29:06.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 bytecode to determine imports... 01:29:06.800 [main] TRACE o.e.g.b.i.c.NoPublishTest:491 - Visiting class BaseIntegrationTest 01:29:06.804 [main] TRACE o.e.g.b.i.c.NoPublishTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:29:06.805 [main] TRACE o.e.g.b.i.c.NoPublishTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:29:06.805 [main] TRACE o.e.g.b.i.c.NoPublishTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:29:06.807 [main] TRACE o.e.g.b.i.c.NoPublishTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:29:06.807 [main] TRACE o.e.g.b.i.c.NoPublishTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:29:06.807 [main] TRACE o.e.g.b.i.c.NoPublishTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:29:06.808 [main] TRACE o.e.g.b.i.c.NoPublishTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:29:06.808 [main] TRACE o.e.g.b.i.c.NoPublishTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:29:06.809 [main] TRACE o.e.g.b.i.c.NoPublishTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.configopt, java.lang, org.osgi.framework, org.eclipse.gemini.blueprint.util, java.awt, org.eclipse.gemini.blueprint.iandt, org.springframework.util, org.springframework.core.io, java.net, java.util, java.io, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin} 01:29:06.809 [main] TRACE o.e.g.b.i.c.NoPublishTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.configopt, java.lang, java.awt, java.net, java.util, java.io, java.util.jar, java.security, java.lang.reflect] 01:29:06.809 [main] TRACE o.e.g.b.i.c.NoPublishTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:29:06.810 [main] TRACE o.e.g.b.i.c.NoPublishTest:282 - Filtered imports are [org.osgi.framework, org.eclipse.gemini.blueprint.util, org.springframework.util, org.springframework.core.io, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin] 01:29:06.810 [main] DEBUG o.e.g.b.i.c.NoPublishTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest, Bundle-Name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.springframework.util,org.springframework.core.io,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin, Manifest-Version=1.0] 01:29:06.810 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest, Bundle-Name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.springframework.util,org.springframework.core.io,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional, Manifest-Version=1.0]] 01:29:06.811 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:29:06.811 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:29:06.811 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:29:06.811 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:29:06.812 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:29:06.812 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:29:06.812 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:29:06.812 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:29:06.812 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:29:06.813 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:29:06.813 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 01:29:06.813 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 01:29:06.813 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 01:29:06.814 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 01:29:06.814 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 01:29:06.814 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 01:29:06.814 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 01:29:06.814 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 01:29:06.815 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 01:29:06.815 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 01:29:06.823 [main] DEBUG o.e.g.b.i.c.NoPublishTest:557 - Test bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest)] successfully installed 01:29:06.823 [main] DEBUG o.e.g.b.i.c.NoPublishTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:29:06.826 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest)] 01:29:06.826 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:06.827 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest)] 01:29:06.827 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest)] 01:29:06.827 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:06.827 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest) 01:29:06.827 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest)] 01:29:06.828 [main] DEBUG o.e.g.b.i.c.NoPublishTest:562 - Test bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest)] successfully started 01:29:06.828 [main] DEBUG o.e.g.b.i.c.NoPublishTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:29:06.830 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:29:06.830 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:29:06.832 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:29:06.832 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:29:06.833 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest] does not trigger a context creation. 01:29:06.833 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:29:06.834 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:29:06.834 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:29:06.835 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:29:06.835 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:29:06.835 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:29:06.836 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:29:06.836 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:29:06.837 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:29:06.837 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:29:06.838 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:29:06.838 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:29:06.839 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:29:06.840 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:29:06.840 [main] TRACE o.e.g.b.i.c.NoPublishTest:364 - Writing test name [testBehaviour] to OSGi 01:29:06.854 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBehaviour] for execution inside OSGi 01:29:06.854 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBehaviour] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@79924b 01:29:06.855 [main] INFO o.e.g.b.i.c.NoPublishTest:190 - Loading context for locations: 01:29:06.870 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest, config=): startup date [Sat Apr 27 01:29:06 UTC 2024]; root of context hierarchy 01:29:06.877 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:29:06.897 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@5aa9e4eb: defining beans []; root of factory hierarchy 01:29:06.907 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:29:06.908 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:29:06.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:29:06.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:29:06.913 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5fbe4146] 01:29:06.914 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1e66f1f5] 01:29:06.916 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@75db5df9] 01:29:06.919 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest, config=): startup date [Sat Apr 27 01:29:06 UTC 2024]; root of context hierarchy] 01:29:06.921 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest, org.springframework.context.service.name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest, Bundle-SymbolicName=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest, Bundle-Version=0.0.0} 01:29:06.923 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:29:06.960 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:29:06.974 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [nopublish (org.springframework.osgi.iandt.config-opt.nopublish)] 01:29:06.975 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.nopublish]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:06.976 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [nopublish (org.springframework.osgi.iandt.config-opt.nopublish)] 01:29:06.976 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [nopublish (org.springframework.osgi.iandt.config-opt.nopublish)] 01:29:06.977 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.nopublish]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=false|timeout=300s 01:29:06.977 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.nopublish]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=false|timeout=300s for bundle nopublish (org.springframework.osgi.iandt.config-opt.nopublish) 01:29:06.978 [BundleStart #19] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [nopublish (org.springframework.osgi.iandt.config-opt.nopublish)] 01:29:06.980 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle nopublish is type compatible with extender gemini-blueprint-extender; processing bundle... 01:29:06.981 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.nopublish]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=false|timeout=300s 01:29:06.982 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [nopublish (org.springframework.osgi.iandt.config-opt.nopublish)] 01:29:06.986 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [nopublish (org.springframework.osgi.iandt.config-opt.nopublish)] 01:29:06.986 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:29:06.987 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@5add7bc3 01:29:06.987 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.nopublish, config=osgibundle:/META-INF/spring/*.xml) 01:29:06.987 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.nopublish, config=osgibundle:/META-INF/spring/*.xml) 01:29:06.988 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.nopublish, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:06 UTC 2024]; root of context hierarchy 01:29:07.006 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 01:29:07.042 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:29:07.042 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:29:07.043 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:29:07.044 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:29:07.129 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:29:07.129 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:29:07.185 [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@57d1d9b7: defining beans [point,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy 01:29:07.186 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:29:07.186 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:29:07.187 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:29:07.187 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:29:07.196 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:29:07.200 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@57d1d9b7: defining beans [point,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy] 01:29:07.201 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:29:07.201 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@114a0acc 01:29:07.201 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:29:07.202 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:29:07.202 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.nopublish, config=osgibundle:/META-INF/spring/*.xml) 01:29:07.202 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:29:07.202 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:29:07.202 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.nopublish, config=osgibundle:/META-INF/spring/*.xml) 01:29:07.202 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.nopublish, config=osgibundle:/META-INF/spring/*.xml) 01:29:07.203 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:29:07.203 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.nopublish, config=osgibundle:/META-INF/spring/*.xml) 01:29:07.204 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1a1fb48] 01:29:07.205 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@74e17c2] 01:29:07.225 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 01:29:07.226 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 01:29:07.226 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 01:29:07.227 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class java.awt.Point] classes {class java.awt.Point, interface java.io.Serializable, class java.awt.geom.Point2D, interface java.lang.Cloneable} 01:29:07.227 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.awt.Point, java.awt.geom.Point2D, java.io.Serializable, java.lang.Cloneable}] 01:29:07.228 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 01:29:07.229 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@366d47da] 01:29:07.229 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.nopublish, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.nopublish, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:06 UTC 2024]; root of context hierarchy] 01:29:07.230 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:366 - Not publishing application context OSGi service for bundle nopublish (org.springframework.osgi.iandt.config-opt.nopublish) 01:29:07.233 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:29:07.988 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.springframework.osgi.iandt.config-opt.nopublish] incremented to 1 01:29:07.989 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:29:07.989 [main] DEBUG o.e.g.b.i.c.NoPublishTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.config-opt.nopublish 01:29:09.989 [main] WARN o.e.g.b.i.c.NoPublishTest:168 - Waiting for applicationContext for bundle=org.springframework.osgi.iandt.config-opt.nopublish timed out 01:29:09.990 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:29:09.991 [main] TRACE o.e.g.b.i.c.NoPublishTest:440 - Reading OSGi results for test [testBehaviour] 01:29:09.992 [main] DEBUG o.e.g.b.i.c.NoPublishTest:447 - Test[testBehaviour]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.159 sec - in org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest 01:29:09.996 [Thread-0] INFO o.e.g.b.i.c.NoPublishTest:471 - Shutting down OSGi platform 01:29:09.997 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest) 01:29:09.997 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:29:09.997 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest, config=): startup date [Sat Apr 27 01:29:06 UTC 2024]; root of context hierarchy 01:29:09.998 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:29:09.998 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest, config=): startup date [Sat Apr 27 01:29:06 UTC 2024]; root of context hierarchy] 01:29:09.998 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:29:09.998 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:29:09.998 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:29:09.998 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19]] 01:29:10.000 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.springframework.osgi.iandt.config-opt.nopublish has unused registered services; added for shutdown 01:29:10.000 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:29:10.000 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19]] 01:29:10.001 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.nopublish, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:29:10.002 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.nopublish, config=osgibundle:/META-INF/spring/*.xml) 01:29:10.002 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@5add7bc3 01:29:10.002 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.nopublish, config=osgibundle:/META-INF/spring/*.xml) 01:29:10.003 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.nopublish, config=osgibundle:/META-INF/spring/*.xml) 01:29:10.003 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.nopublish, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:06 UTC 2024]; root of context hierarchy 01:29:10.003 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.nopublish, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.nopublish, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:06 UTC 2024]; root of context hierarchy] 01:29:10.004 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 01:29:10.004 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@14f85f1d] 01:29:10.004 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:29:10.006 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:29:10.006 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@5add7bc3 01:29:10.006 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.nopublish, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:29:10.006 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:29:10.007 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:29:10.008 [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@70f5f035 01:29:10.008 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=18] for sending replayes events; last one was null 01:29:10.009 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=17] for sending replayes events; last one was null 01:29:10.009 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:29:10.010 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:29:10,709 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:29:10,852 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:29:10,855 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:29:10,880 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:29:10,937 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:29:10,940 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:29:10,957 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:29:10,972 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3b0143d3 - No compression will be used 01:29:10,983 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:29:10,983 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:29:10,986 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:29:10,986 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:29:10,986 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:29:10,987 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:29:10,987 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:29:10,987 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:29:10,987 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:29:10,988 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:29:10,988 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:29:10,988 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:29:10,988 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:29:10,989 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:29:10,989 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:29:10,989 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:29:10,989 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:29:10,990 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:29:10,991 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:29:10,992 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@47ef968d - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest 01:29:11.134 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:29:11.139 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:85 - Instantiating platform wrapper... 01:29:11.152 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi955277362617472583kf 01:29:11.152 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:215 - About to start Knopflerfish OSGi Platform 01:29:11.300 [main] INFO o.e.g.b.i.c.AsyncNoWaitTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:29:11.305 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:29:11.306 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:29:11.307 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:29:11.308 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:29:11.461 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:29:11.487 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:29:11.493 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:29:11.495 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:29:11.504 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:29:11.515 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:29:11.517 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:29:11.521 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:29:11.526 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:29:11.532 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:29:11.564 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:29:11.567 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:29:11.572 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:29:11.581 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:29:11.584 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:29:11.589 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:29:11.593 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:29:11.611 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:29:11.619 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:29:11.624 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:29:11.626 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:29:11.627 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:29:11.627 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:29:11.628 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:29:11.631 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:29:11.635 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:29:11.635 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:29:11.642 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:29:11.642 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:29:11.656 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:29:11.660 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:29:11.662 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:29:11.664 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:29:11,693 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:29:11,733 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:29:11,735 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:29:11,746 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:29:11,773 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:29:11,775 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:29:11,779 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:29:11,787 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1814d0d9 - No compression will be used 01:29:11,792 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:29:11,792 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:29:11,794 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:29:11,794 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:29:11,794 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:29:11,794 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:29:11,794 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:29:11,795 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:29:11,795 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:29:11,795 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:29:11,795 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:29:11,795 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:29:11,795 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:29:11,796 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:29:11,796 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:29:11,796 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:29:11,796 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:29:11,797 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:29:11,797 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:29:11,798 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ee66fb0 - Registering current configuration as safe fallback point 01:29:11.811 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:29:11.822 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:29:11.985 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:29:11.986 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:29:11.990 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:29:11.994 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:29:12.000 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:29:12.002 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:12.002 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 01:29:12.006 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:29:12.007 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:29:12.008 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:12.009 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 01:29:12.009 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:29:12.009 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:29:12.010 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:12.011 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 01:29:12.011 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:29:12.011 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:29:12.012 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:12.012 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 01:29:12.012 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:29:12.013 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:29:12.014 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:12.014 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 01:29:12.014 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:29:12.014 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:29:12.015 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:12.015 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 01:29:12.016 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:29:12.016 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:29:12.016 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:12.016 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 01:29:12.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:29:12.017 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:29:12.017 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:12.018 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 01:29:12.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:29:12.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:29:12.019 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:12.019 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 01:29:12.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:29:12.019 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:29:12.020 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:12.020 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 01:29:12.021 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:29:12.021 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:29:12.022 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:12.022 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 01:29:12.022 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:29:12.022 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:29:12.023 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:12.023 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 01:29:12.023 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:29:12.024 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:29:12.025 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:12.025 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 01:29:12.025 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:29:12.025 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:29:12.026 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:12.026 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 01:29:12.026 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:29:12.026 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:29:12.027 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:12.027 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 01:29:12.027 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:29:12.027 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:29:12.029 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:12.029 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 01:29:12.029 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:29:12.039 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:29:12.039 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:29:12.042 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:29:12.042 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:29:12.045 [BundleStart #16] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:29:12.058 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:29:12.058 [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:29:12.059 [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:29:12.060 [BundleStart #16] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 01:29:12.071 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:29:12.081 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:12.082 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:29:12.082 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:29:12.085 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:12.085 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:29:12.086 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:29:12.087 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:12.088 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:29:12.088 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:29:12.089 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:12.089 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:29:12.090 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:29:12.091 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:12.091 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:29:12.092 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:29:12.094 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:12.094 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:29:12.094 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:29:12.095 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:12.095 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:29:12.096 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:29:12.097 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:12.097 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:29:12.097 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:29:12.098 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:12.098 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:29:12.099 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:29:12.100 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:12.100 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:29:12.100 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:29:12.102 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:12.102 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:29:12.102 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:29:12.103 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:12.103 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:29:12.103 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:29:12.105 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:12.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:29:12.105 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:29:12.106 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:12.106 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:29:12.106 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:29:12.107 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:12.107 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:29:12.108 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:29: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=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29: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:29:12.112 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:29:12.119 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:29:12.119 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:12.120 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 01:29:12.120 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:29:12.120 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:29:12.121 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:12.122 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:29:12.123 [main] INFO o.e.g.b.i.c.AsyncNoWaitTest:199 - org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest-bundle.properties was not found; using defaults 01:29:12.124 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:511 - Post processing: creating test bundle 01:29:12.138 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.configopt] 01:29:12.138 [main] INFO o.e.g.b.i.c.AsyncNoWaitTest:202 - Automatically creating Manifest for the test bundle 01:29:12.139 [main] INFO o.e.g.b.i.c.AsyncNoWaitTest:366 - Using the test class for generating bundle imports 01:29:12.141 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 01:29:12.141 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:460 - Package [org.eclipse.gemini.blueprint.iandt.configopt] is part of the test archive; parsing AsyncNoWaitTest bytecode to determine imports... 01:29:12.145 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:491 - Visiting class AsyncNoWaitTest 01:29:12.157 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 01:29:12.157 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:460 - Package [org.eclipse.gemini.blueprint.iandt.configopt] is part of the test archive; parsing BehaviorBaseTest bytecode to determine imports... 01:29:12.158 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:491 - Visiting class BehaviorBaseTest 01:29:12.159 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:29:12.159 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:29:12.160 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:491 - Visiting class BaseIntegrationTest 01:29:12.164 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:29:12.164 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:29:12.165 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:29:12.166 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:29:12.166 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:29:12.167 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:29:12.167 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:29:12.168 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:29:12.168 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.configopt, org.osgi.framework, java.lang, org.eclipse.gemini.blueprint.util, java.awt, java.awt.geom, java.util, org.eclipse.gemini.blueprint.iandt, org.springframework.util, org.springframework.core.io, java.net, java.io, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin} 01:29:12.168 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.configopt, java.lang, java.awt, java.awt.geom, java.util, java.net, java.io, java.util.jar, java.security, java.lang.reflect] 01:29:12.169 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:29:12.169 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:282 - Filtered imports are [org.osgi.framework, org.eclipse.gemini.blueprint.util, org.springframework.util, org.springframework.core.io, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin] 01:29:12.169 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest, Bundle-Name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.springframework.util,org.springframework.core.io,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin, Manifest-Version=1.0] 01:29:12.169 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest, Bundle-Name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.springframework.util,org.springframework.core.io,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional, Manifest-Version=1.0]] 01:29:12.170 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:29:12.170 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:29:12.170 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:29:12.170 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:29:12.170 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:29:12.170 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:29:12.171 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:29:12.171 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:29:12.171 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:29:12.171 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:29:12.171 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 01:29:12.171 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 01:29:12.172 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 01:29:12.172 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 01:29:12.172 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 01:29:12.172 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 01:29:12.172 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 01:29:12.172 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 01:29:12.173 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 01:29:12.173 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 01:29:12.181 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:557 - Test bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest)] successfully installed 01:29:12.181 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:29:12.184 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest)] 01:29:12.185 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:12.185 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest) 01:29:12.185 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest)] 01:29:12.185 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest)] 01:29:12.186 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:12.186 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest)] 01:29:12.187 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:562 - Test bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest)] successfully started 01:29:12.187 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:29:12.190 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:29:12.191 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:29:12.193 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:29:12.195 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:29:12.195 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:29:12.196 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:29:12.197 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:29:12.198 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:29:12.199 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:29:12.200 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:29:12.200 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:29:12.201 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:29:12.202 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:29:12.203 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest] does not trigger a context creation. 01:29:12.203 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:29:12.205 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:29:12.205 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:29:12.205 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:29:12.207 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:29:12.208 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:364 - Writing test name [testBehaviour] to OSGi 01:29:12.221 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBehaviour] for execution inside OSGi 01:29:12.222 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBehaviour] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6b927fb 01:29:12.223 [main] INFO o.e.g.b.i.c.AsyncNoWaitTest:190 - Loading context for locations: 01:29:12.236 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest, config=): startup date [Sat Apr 27 01:29:12 UTC 2024]; root of context hierarchy 01:29:12.242 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:29:12.266 [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@2f4948e4: defining beans []; root of factory hierarchy 01:29:12.281 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:29:12.282 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:29:12.284 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:29:12.285 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:29:12.290 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@13b6aecc] 01:29:12.291 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@158a8276] 01:29:12.295 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4961f6af] 01:29:12.299 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest, config=): startup date [Sat Apr 27 01:29:12 UTC 2024]; root of context hierarchy] 01:29:12.303 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest, org.springframework.context.service.name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest, Bundle-SymbolicName=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest, Bundle-Version=0.0.0} 01:29:12.306 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:29:12.345 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:29:12.359 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [async-nowait (org.springframework.osgi.iandt.config-opt.async.nowait)] 01:29:12.359 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.async.nowait]isSpringBundle=true|async=true|wait-for-deps=false|publishCtx=true|timeout=300s 01:29:12.360 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.async.nowait]isSpringBundle=true|async=true|wait-for-deps=false|publishCtx=true|timeout=300s for bundle async-nowait (org.springframework.osgi.iandt.config-opt.async.nowait) 01:29:12.360 [BundleStart #19] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [async-nowait (org.springframework.osgi.iandt.config-opt.async.nowait)] 01:29:12.361 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle async-nowait is type compatible with extender gemini-blueprint-extender; processing bundle... 01:29:12.363 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.async.nowait]isSpringBundle=true|async=true|wait-for-deps=false|publishCtx=true|timeout=300s 01:29:12.363 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [async-nowait (org.springframework.osgi.iandt.config-opt.async.nowait)] 01:29:12.370 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@2a120ac1 01:29:12.370 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [async-nowait (org.springframework.osgi.iandt.config-opt.async.nowait)] 01:29:12.370 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.nowait, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:12 UTC 2024]; root of context hierarchy 01:29:12.370 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:29:12.371 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.async.nowait]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:12.371 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [async-nowait (org.springframework.osgi.iandt.config-opt.async.nowait)] 01:29:12.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:29:12.420 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:29:12.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:29:12.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:29:12.423 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:29:12.528 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:29:12.529 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:29:12.585 [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@4260ad3b: defining beans [button]; root of factory hierarchy 01:29:12.586 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:29:12.586 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:29:12.586 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:29:12.586 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:29:12.588 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@492b0e2] 01:29:12.588 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@7699ba2b] 01:29:12.615 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[] in=[(objectClass=java.awt.Shape)] 01:29:12.615 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.awt.Shape)] in=[(objectClass=java.awt.Shape)] 01:29:12.617 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:29:12.624 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:29:12.634 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [async-nowait(org.springframework.osgi.iandt.config-opt.async.nowait)] scanning available bundles 01:29:12.635 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [async-nowait(org.springframework.osgi.iandt.config-opt.async.nowait)] scanning available bundles 01:29:12.635 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [async-nowait(org.springframework.osgi.iandt.config-opt.async.nowait)] scanning available bundles 01:29:12.636 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [async-nowait(org.springframework.osgi.iandt.config-opt.async.nowait)] scanning available bundles 01:29:12.637 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [async-nowait(org.springframework.osgi.iandt.config-opt.async.nowait)] scanning available bundles 01:29:12.641 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 01:29:12.642 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 01:29:12.642 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@670e6ef0] 01:29:12.643 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.nowait, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.nowait, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:12 UTC 2024]; root of context hierarchy] 01:29:12.643 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.springframework.osgi.iandt.config-opt.async.nowait, org.springframework.context.service.name=org.springframework.osgi.iandt.config-opt.async.nowait, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.async.nowait, Bundle-Version=1.0.0} 01:29:12.644 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:29:12.648 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:29:15.373 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1356d4d4] bound to proxy 01:29:15.373 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1356d4d4] bound to proxy 01:29:15.374 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1356d4d4] was unregistered and unbound from the service proxy 01:29:15.374 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1356d4d4] was unregistered and unbound from the service proxy 01:29:15.375 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:29:15.376 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:440 - Reading OSGi results for test [testBehaviour] 01:29:15.377 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:447 - Test[testBehaviour]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.248 sec - in org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest 01:29:15.381 [Thread-0] INFO o.e.g.b.i.c.AsyncNoWaitTest:471 - Shutting down OSGi platform 01:29:15.382 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest) 01:29:15.382 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest, config=): startup date [Sat Apr 27 01:29:12 UTC 2024]; root of context hierarchy 01:29:15.382 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:29:15.382 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest, config=): startup date [Sat Apr 27 01:29:12 UTC 2024]; root of context hierarchy] 01:29:15.383 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19]] 01:29:15.385 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.springframework.osgi.iandt.config-opt.async.nowait has unused registered services; added for shutdown 01:29:15.385 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:29:15.385 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19]] 01:29:15.387 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.nowait, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:29:15.388 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.nowait, config=osgibundle:/META-INF/spring/*.xml) 01:29:15.388 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@2a120ac1 01:29:15.389 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle async-nowait (org.springframework.osgi.iandt.config-opt.async.nowait) 01:29:15.389 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.nowait, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:12 UTC 2024]; root of context hierarchy 01:29:15.389 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.nowait, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.nowait, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:12 UTC 2024]; root of context hierarchy] 01:29:15.390 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:29:15.391 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@2a120ac1 01:29:15.392 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.nowait, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:29:15.392 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:29:15.392 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:29:15.392 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:29:15.392 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:29:15.393 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:29:15.393 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:29:15.394 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@4d24ea00 01:29:15.395 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=18] for sending replayes events; last one was null 01:29:15.395 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=17] for sending replayes events; last one was null 01:29:15.395 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:29:15.396 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:29:16,129 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:29:16,298 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:29:16,301 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:29:16,329 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:29:16,370 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:29:16,373 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:29:16,379 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:29:16,393 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3b0143d3 - No compression will be used 01:29:16,401 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:29:16,401 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:29:16,403 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:29:16,404 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:29:16,404 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:29:16,404 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:29:16,404 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:29:16,404 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:29:16,405 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:29:16,405 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:29:16,405 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:29:16,405 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:29:16,406 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:29:16,406 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:29:16,406 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:29:16,406 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:29:16,406 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:29:16,407 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:29:16,407 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:29:16,408 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@47ef968d - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest 01:29:16.536 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:29:16.541 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:85 - Instantiating platform wrapper... 01:29:16.553 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi7526279611515028233kf 01:29:16.554 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:215 - About to start Knopflerfish OSGi Platform 01:29:16.675 [main] INFO o.e.g.b.i.configopt.SyncWaitTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:29:16.679 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:29:16.680 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:29:16.682 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:29:16.683 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:29:16.817 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:29:16.834 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:29:16.839 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:29:16.841 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:29:16.853 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:29:16.865 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:29:16.868 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:29:16.872 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:29:16.878 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:29:16.885 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:29:16.912 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:29:16.916 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:29:16.924 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:29:16.962 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:29:16.965 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:29:16.970 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:29:16.974 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:29:16.994 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:29:17.003 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:29:17.008 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:29:17.010 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:29:17.011 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:29:17.012 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:29:17.012 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:29:17.015 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:29:17.019 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:29:17.020 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:29:17.026 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:29:17.027 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:29:17.028 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:29:17.032 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:29:17.034 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:29:17.036 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:29:17,097 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:29:17,140 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:29:17,143 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:29:17,154 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:29:17,193 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:29:17,196 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:29:17,203 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:29:17,211 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@522bf4ff - No compression will be used 01:29:17,216 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:29:17,216 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:29:17,218 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:29:17,218 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:29:17,219 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:29:17,219 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:29:17,219 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:29:17,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:29:17,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:29:17,220 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:29:17,220 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:29:17,220 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:29:17,220 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:29:17,220 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:29:17,221 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:29:17,221 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:29:17,221 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:29:17,222 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:29:17,222 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:29:17,223 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4a94496c - Registering current configuration as safe fallback point 01:29:17.237 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:29:17.248 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:29:17.444 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:29:17.445 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:29:17.449 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:29:17.453 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:29:17.458 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:29:17.460 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:17.461 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 01:29:17.461 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:29:17.461 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:29:17.463 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:17.463 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 01:29:17.463 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:29:17.464 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:29:17.465 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:17.465 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 01:29:17.465 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:29:17.466 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:29:17.466 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:17.466 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 01:29:17.466 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:29:17.467 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:29:17.467 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:17.468 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 01:29:17.468 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:29:17.468 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:29:17.469 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:17.470 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 01:29:17.470 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:29:17.470 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:29:17.471 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:17.471 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 01:29:17.471 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:29:17.472 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:29:17.472 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:17.473 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 01:29:17.473 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:29:17.473 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:29:17.474 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:17.474 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 01:29:17.474 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:29:17.474 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:29:17.475 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:17.475 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 01:29:17.476 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:29:17.476 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:29:17.477 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:17.477 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 01:29:17.477 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:29:17.477 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:29:17.478 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:17.478 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 01:29:17.478 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:29:17.478 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:29:17.479 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:17.480 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 01:29:17.480 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:29:17.480 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:29:17.480 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:17.480 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 01:29:17.481 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:29:17.481 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:29:17.481 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:17.482 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 01:29:17.482 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:29:17.482 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:29:17.484 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:17.484 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 01:29:17.484 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:29:17.493 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:29:17.494 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:29:17.496 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:29:17.497 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:29:17.500 [BundleStart #16] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:29:17.502 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:29:17.503 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@48b49873 w/ reference null 01:29:17.503 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@48b49873 w/ reference null 01:29:17.504 [BundleStart #16] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 01:29:17.508 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:29:17.518 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:17.519 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:29:17.519 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:29:17.522 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:17.522 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:29:17.522 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:29:17.524 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:17.524 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:29:17.525 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:29:17.525 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:17.526 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:29:17.526 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:29:17.527 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:17.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:29:17.528 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:29:17.530 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:17.530 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:29:17.530 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:29:17.531 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:17.531 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:29:17.531 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:29:17.532 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:17.533 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:29:17.533 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:29:17.534 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:17.534 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:29:17.534 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:29:17.536 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:17.536 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:29:17.536 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:29:17.538 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:17.538 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:29:17.538 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:29:17.539 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:17.539 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:29:17.539 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:29:17.541 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:17.542 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:29:17.542 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:29:17.542 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:17.543 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:29:17.543 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:29:17.543 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:17.544 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:29:17.544 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:29:17.547 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:17.547 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:29:17.557 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:29:17.564 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:29:17.565 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:17.565 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:29:17.565 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:29:17.566 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:17.572 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 01:29:17.572 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:29:17.574 [main] INFO o.e.g.b.i.configopt.SyncWaitTest:199 - org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest-bundle.properties was not found; using defaults 01:29:17.575 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:511 - Post processing: creating test bundle 01:29:17.589 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.configopt] 01:29:17.589 [main] INFO o.e.g.b.i.configopt.SyncWaitTest:202 - Automatically creating Manifest for the test bundle 01:29:17.590 [main] INFO o.e.g.b.i.configopt.SyncWaitTest:366 - Using the test class for generating bundle imports 01:29:17.592 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 01:29:17.593 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:460 - Package [org.eclipse.gemini.blueprint.iandt.configopt] is part of the test archive; parsing SyncWaitTest bytecode to determine imports... 01:29:17.596 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:491 - Visiting class SyncWaitTest 01:29:17.608 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 01:29:17.608 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:460 - Package [org.eclipse.gemini.blueprint.iandt.configopt] is part of the test archive; parsing BehaviorBaseTest bytecode to determine imports... 01:29:17.609 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:491 - Visiting class BehaviorBaseTest 01:29:17.610 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:29:17.610 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:29:17.611 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:491 - Visiting class BaseIntegrationTest 01:29:17.615 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:29:17.615 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:29:17.615 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:29:17.617 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:29:17.617 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:29:17.617 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:29:17.618 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:29:17.618 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:29:17.619 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.configopt, java.lang, org.osgi.framework, org.eclipse.gemini.blueprint.util, java.awt, org.eclipse.gemini.blueprint.iandt, org.springframework.util, org.springframework.core.io, java.net, java.util, java.io, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin} 01:29:17.619 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.configopt, java.lang, java.awt, java.net, java.util, java.io, java.util.jar, java.security, java.lang.reflect] 01:29:17.619 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:29:17.620 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:282 - Filtered imports are [org.osgi.framework, org.eclipse.gemini.blueprint.util, org.springframework.util, org.springframework.core.io, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin] 01:29:17.620 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest, Bundle-Name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.springframework.util,org.springframework.core.io,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin, Manifest-Version=1.0] 01:29:17.620 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest, Bundle-Name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.springframework.util,org.springframework.core.io,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional, Manifest-Version=1.0]] 01:29:17.621 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:29:17.621 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:29:17.621 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:29:17.621 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:29:17.621 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:29:17.622 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:29:17.622 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:29:17.622 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:29:17.622 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:29:17.622 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:29:17.623 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 01:29:17.623 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 01:29:17.623 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 01:29:17.623 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 01:29:17.624 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 01:29:17.624 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 01:29:17.624 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 01:29:17.624 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 01:29:17.624 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 01:29:17.625 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 01:29:17.632 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:557 - Test bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest)] successfully installed 01:29:17.632 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:29:17.635 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest)] 01:29:17.636 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:17.636 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest)] 01:29:17.636 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest)] 01:29:17.637 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:17.637 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest) 01:29:17.637 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest)] 01:29:17.637 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:562 - Test bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest)] successfully started 01:29:17.637 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:29:17.639 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:29:17.640 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:29:17.641 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:29:17.642 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:29:17.642 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest] does not trigger a context creation. 01:29:17.642 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:29:17.643 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:29:17.643 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:29:17.644 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:29:17.645 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:29:17.645 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:29:17.645 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:29:17.646 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:29:17.646 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:29:17.647 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:29:17.647 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:29:17.648 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:29:17.648 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:29:17.649 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:29:17.650 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:364 - Writing test name [testBehaviour] to OSGi 01:29:17.663 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBehaviour] for execution inside OSGi 01:29:17.663 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBehaviour] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6b927fb 01:29:17.664 [main] INFO o.e.g.b.i.configopt.SyncWaitTest:190 - Loading context for locations: 01:29:17.678 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest, config=): startup date [Sat Apr 27 01:29:17 UTC 2024]; root of context hierarchy 01:29:17.684 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:29:17.704 [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@2f4948e4: defining beans []; root of factory hierarchy 01:29:17.715 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:29:17.715 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:29:17.716 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:29:17.717 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:29:17.720 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@13b6aecc] 01:29:17.721 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@158a8276] 01:29:17.723 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4961f6af] 01:29:17.726 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest, config=): startup date [Sat Apr 27 01:29:17 UTC 2024]; root of context hierarchy] 01:29:17.729 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest, org.springframework.context.service.name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest, Bundle-SymbolicName=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest, Bundle-Version=0.0.0} 01:29:17.730 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:29:17.771 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:29:17.789 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 01:29:17.790 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-tail]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:17.790 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 01:29:17.791 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 01:29:17.791 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-tail]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=5s 01:29:17.791 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-tail]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=5s for bundle sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail) 01:29:17.792 [BundleStart #19] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 01:29:17.793 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle sync-tail is type compatible with extender gemini-blueprint-extender; processing bundle... 01:29:17.794 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-tail]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=5s 01:29:17.795 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Synchronous context creation for bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 01:29:17.797 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:250 - Setting bundle-defined, wait-for-dependencies/graceperiod timeout value=5000 ms, for bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 01:29:17.797 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:29:17.798 [BundleStart #19] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@30f07ed6 01:29:17.798 [BundleStart #19] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:29:17.798 [BundleStart #19] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:29:17.799 [BundleStart #19] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:17 UTC 2024]; root of context hierarchy 01:29:17.799 [BundleStart #19] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:29:17.812 [BundleStart #19] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 01:29:17.846 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:29:17.846 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:29:17.847 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:29:17.848 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:29:17.926 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:29:17.927 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:29:18.000 [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@6ca6aa4: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy 01:29:18.001 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:29:18.001 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:29:18.002 [BundleStart #19] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:29:18.002 [BundleStart #19] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:29:18.011 [BundleStart #19] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:29:18.015 [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@6ca6aa4: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy] 01:29:18.015 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:29:18.015 [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@2eecfd6c 01:29:18.016 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:29:18.016 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:29:18.016 [BundleStart #19] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:29:18.017 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:29:18.017 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:29:18.017 [BundleStart #19] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:29:18.017 [BundleStart #19] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:29:18.017 [BundleStart #19] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:29:18.018 [BundleStart #19] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:29:18.019 [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@6cb84c9e] 01:29:18.019 [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@48bdf160] 01:29:18.040 [BundleStart #19] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 01:29:18.041 [BundleStart #19] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 01:29:18.042 [BundleStart #19] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 01:29:18.042 [BundleStart #19] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class java.awt.geom.Area] classes {class java.awt.geom.Area, interface java.awt.Shape, interface java.lang.Cloneable} 01:29:18.043 [BundleStart #19] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}] 01:29:18.044 [BundleStart #19] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 01:29:18.045 [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@18cc804e] 01:29:18.045 [BundleStart #19] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:17 UTC 2024]; root of context hierarchy] 01:29:18.046 [BundleStart #19] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.springframework.osgi.iandt.config-opt.sync-tail, org.springframework.context.service.name=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-Version=1.0.0} 01:29:18.047 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:29:18.057 [BundleStart #19] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:29:18.070 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait)] 01:29:18.071 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-wait]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:18.071 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait)] 01:29:18.071 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait)] 01:29:18.072 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-wait]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=2s 01:29:18.072 [BundleStart #20] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-wait]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=2s for bundle sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait) 01:29:18.072 [BundleStart #20] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait)] 01:29:18.073 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle sync-wait is type compatible with extender gemini-blueprint-extender; processing bundle... 01:29:18.073 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-wait]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=2s 01:29:18.074 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Synchronous context creation for bundle [sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait)] 01:29:18.074 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:250 - Setting bundle-defined, wait-for-dependencies/graceperiod timeout value=2000 ms, for bundle [sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait)] 01:29:18.074 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:29:18.074 [BundleStart #20] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@30f07ed6 01:29:18.074 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 01:29:18.075 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 01:29:18.075 [BundleStart #20] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:18 UTC 2024]; root of context hierarchy 01:29:18.075 [BundleStart #20] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:29:18.077 [BundleStart #20] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/context.xml] 01:29:18.080 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:29:18.081 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:29:18.081 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:29:18.082 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:29:18.112 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:29:18.113 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:29:18.124 [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@620fe000: defining beans [shape]; root of factory hierarchy 01:29:18.124 [BundleStart #20] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:29:18.124 [BundleStart #20] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:29:18.124 [BundleStart #20] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:29:18.125 [BundleStart #20] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:29:18.126 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:29:18.126 [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@620fe000: defining beans [shape]; root of factory hierarchy] 01:29:18.126 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:29:18.126 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@2eecfd6c 01:29:18.127 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&shape] 01:29:18.127 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:29:18.158 [BundleStart #20] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[] in=[(objectClass=java.awt.Shape)] 01:29:18.158 [BundleStart #20] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.awt.Shape)] in=[(objectClass=java.awt.Shape)] 01:29:18.158 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:114 - Eager importer &shape implies dependecy DependencyService[Name=&shape][Filter=(objectClass=java.awt.Shape)][Mandatory=true] 01:29:18.160 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:379 - OSGi service dependency for importer [&shape] is already satisfied 01:29:18.160 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 1 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 01:29:18.160 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&shape] 01:29:18.160 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:29:18.160 [BundleStart #20] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 01:29:18.161 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 01:29:18.161 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:29:18.161 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 01:29:18.162 [BundleStart #20] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:29:18.169 [BundleStart #20] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:29:18.179 [BundleStart #20] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [sync-wait(org.springframework.osgi.iandt.config-opt.sync-wait)] scanning available bundles 01:29:18.180 [BundleStart #20] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [sync-wait(org.springframework.osgi.iandt.config-opt.sync-wait)] scanning available bundles 01:29:18.181 [BundleStart #20] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [sync-wait(org.springframework.osgi.iandt.config-opt.sync-wait)] scanning available bundles 01:29:18.181 [BundleStart #20] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [sync-wait(org.springframework.osgi.iandt.config-opt.sync-wait)] scanning available bundles 01:29:18.182 [BundleStart #20] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [sync-wait(org.springframework.osgi.iandt.config-opt.sync-wait)] scanning available bundles 01:29:18.187 [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@37cecb3a] 01:29:18.187 [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@44eddda7] 01:29:18.187 [BundleStart #20] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 01:29:18.188 [BundleStart #20] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@24c663db} 01:29:18.189 [BundleStart #20] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@24c663db] bound to proxy 01:29:18.189 [BundleStart #20] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@24c663db] bound to proxy 01:29:18.189 [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@6e577cd6] 01:29:18.190 [BundleStart #20] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:18 UTC 2024]; root of context hierarchy] 01:29:18.190 [BundleStart #20] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.springframework.osgi.iandt.config-opt.sync-wait, org.springframework.context.service.name=org.springframework.osgi.iandt.config-opt.sync-wait, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-wait, Bundle-Version=1.0.0} 01:29:18.191 [BundleStart #20] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:29:18.192 [BundleStart #20] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=20] 01:29:18.193 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.springframework.osgi.iandt.config-opt.sync-wait] incremented to 1 01:29:18.194 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@46040cd1} 01:29:18.195 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.springframework.osgi.iandt.config-opt.sync-wait] decremented to 0 01:29:18.195 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.config-opt.sync-wait 01:29:18.195 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:138 - Found applicationContext for bundle=org.springframework.osgi.iandt.config-opt.sync-wait 01:29:18.196 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:29:18.197 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:440 - Reading OSGi results for test [testBehaviour] 01:29:18.198 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:447 - Test[testBehaviour]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.669 sec - in org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest 01:29:18.204 [Thread-0] INFO o.e.g.b.i.configopt.SyncWaitTest:471 - Shutting down OSGi platform 01:29:18.205 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest) 01:29:18.205 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest, config=): startup date [Sat Apr 27 01:29:17 UTC 2024]; root of context hierarchy 01:29:18.205 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:29:18.205 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest, config=): startup date [Sat Apr 27 01:29:17 UTC 2024]; root of context hierarchy] 01:29:18.205 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:29:18.206 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:29:18.206 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:29:18.206 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:29:18.207 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19], BundleImpl[id=20]] 01:29:18.208 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:29:18.208 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.springframework.osgi.iandt.config-opt.sync-tail has unused registered services; added for shutdown 01:29:18.208 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.springframework.osgi.iandt.config-opt.sync-wait has unused registered services; added for shutdown 01:29:18.209 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=20], BundleImpl[id=19]] 01:29:18.210 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:29:18.210 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 01:29:18.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@30f07ed6 01:29:18.211 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 01:29:18.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.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 01:29:18.211 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait) 01:29:18.212 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:18 UTC 2024]; root of context hierarchy 01:29:18.212 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:18 UTC 2024]; root of context hierarchy] 01:29:18.213 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@24c663db] was unregistered and unbound from the service proxy 01:29:18.213 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@24c663db] was unregistered and unbound from the service proxy 01:29:18.213 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:29:18.214 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:29:18.214 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@30f07ed6 01:29:18.214 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:29:18.215 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:29:18.215 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:29:18.215 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@30f07ed6 01:29:18.215 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:29:18.216 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:29:18.216 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail) 01:29:18.216 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:17 UTC 2024]; root of context hierarchy 01:29:18.216 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:17 UTC 2024]; root of context hierarchy] 01:29:18.217 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 01:29:18.217 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@24c663db] 01:29:18.217 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:29:18.218 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:29:18.218 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@30f07ed6 01:29:18.218 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:29:18.218 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:29:18.218 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:29:18.220 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=20] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@751fe56c 01:29:18.220 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@7bd815bf 01:29:18.220 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=18] for sending replayes events; last one was null 01:29:18.221 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=17] for sending replayes events; last one was null 01:29:18.221 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:29:18.222 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:29:19,101 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:29:19,311 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:29:19,314 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:29:19,370 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:29:19,415 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:29:19,459 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:29:19,466 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:29:19,478 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3b0143d3 - No compression will be used 01:29:19,487 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:29:19,487 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:29:19,489 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:29:19,489 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:29:19,489 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:29:19,490 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:29:19,490 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:29:19,490 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:29:19,490 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:29:19,490 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:29:19,491 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:29:19,491 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:29:19,491 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:29:19,491 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:29:19,491 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:29:19,491 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:29:19,492 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:29:19,492 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:29:19,492 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:29:19,494 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@47ef968d - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest 01:29:19.696 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:29:19.704 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:85 - Instantiating platform wrapper... 01:29:19.724 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi7339527578769223561kf 01:29:19.725 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:215 - About to start Knopflerfish OSGi Platform 01:29:19.854 [main] INFO o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:29:19.858 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:29:19.859 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:29:19.861 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:29:19.862 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:29:20.013 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:29:20.044 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:29:20.051 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:29:20.054 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:29:20.064 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:29:20.077 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:29:20.079 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:29:20.084 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:29:20.089 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:29:20.097 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:29:20.125 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:29:20.129 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:29:20.136 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:29:20.170 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:29:20.172 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:29:20.176 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:29:20.179 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:29:20.198 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:29:20.206 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:29:20.211 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:29:20.213 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:29:20.214 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:29:20.214 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:29:20.215 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:29:20.218 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:29:20.222 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:29:20.222 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:29:20.228 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:29:20.229 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:29:20.229 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:29:20.233 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:29:20.234 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:29:20.236 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:29:20,297 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:29:20,340 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:29:20,342 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:29:20,353 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:29:20,388 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:29:20,390 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:29:20,395 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:29:20,403 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1814d0d9 - No compression will be used 01:29:20,408 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:29:20,408 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:29:20,410 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:29:20,410 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:29:20,410 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:29:20,411 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:29:20,411 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:29:20,411 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:29:20,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:29:20,411 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:29:20,411 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:29:20,412 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:29:20,412 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:29:20,412 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:29:20,412 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:29:20,412 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:29:20,413 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:29:20,413 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:29:20,413 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:29:20,414 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ee66fb0 - Registering current configuration as safe fallback point 01:29:20.430 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:29:20.441 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:29:20.600 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:29:20.601 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:29:20.605 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:29:20.609 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:29:20.614 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:29:20.616 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:20.616 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 01:29:20.621 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:29:20.622 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:29:20.623 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:20.624 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 01:29:20.624 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:29:20.624 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:29:20.625 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:20.626 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 01:29:20.626 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:29:20.626 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:29:20.627 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:20.627 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 01:29:20.627 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:29:20.627 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:29:20.628 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:20.628 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 01:29:20.628 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:29:20.628 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:29:20.629 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:20.630 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 01:29:20.630 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:29:20.630 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:29:20.630 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:20.631 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 01:29:20.631 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:29:20.631 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:29:20.632 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:20.632 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 01:29:20.632 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:29:20.632 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:29:20.633 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:20.634 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 01:29:20.634 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:29:20.634 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:29:20.635 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:20.635 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 01:29:20.635 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:29:20.636 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:29:20.637 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:20.637 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 01:29:20.637 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:29:20.637 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:29:20.638 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:20.638 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 01:29:20.638 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:29:20.639 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:29:20.640 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:20.640 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 01:29:20.640 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:29:20.640 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:29:20.641 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:20.641 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 01:29:20.641 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:29:20.641 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:29:20.641 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:20.642 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 01:29:20.642 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:29:20.642 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:29:20.644 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:20.644 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 01:29:20.644 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:29:20.665 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:29:20.666 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:29:20.669 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:29:20.669 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:29:20.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:29:20.675 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:29:20.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@203e8d98 w/ reference null 01:29:20.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@203e8d98 w/ reference null 01:29:20.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:29:20.681 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:29:20.691 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:20.692 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:29:20.692 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:29:20.695 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:20.695 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:29:20.695 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:29:20.697 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:20.698 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:29:20.698 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:29:20.699 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:20.699 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:29:20.699 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:29:20.701 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:20.701 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:29:20.701 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:29:20.703 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:20.704 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:29:20.704 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:29:20.704 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:20.705 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:29:20.705 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:29:20.706 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:20.707 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:29:20.707 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:29:20.708 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:20.709 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:29:20.709 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:29:20.710 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:20.711 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:29:20.711 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:29:20.713 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:20.713 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:29:20.713 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:29:20.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:29:20.714 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:29:20.714 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:29:20.717 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:20.717 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:29:20.717 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:29:20.718 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:20.718 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:29:20.718 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:29:20.719 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:20.719 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:29:20.719 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:29:20.723 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:20.724 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:29:20.725 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:29:20.732 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:29:20.733 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:20.733 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 01:29:20.734 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:29:20.734 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:29:20.735 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:20.736 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:29:20.738 [main] INFO o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:199 - org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest-bundle.properties was not found; using defaults 01:29:20.738 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:511 - Post processing: creating test bundle 01:29:20.760 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.configopt] 01:29:20.761 [main] INFO o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:202 - Automatically creating Manifest for the test bundle 01:29:20.762 [main] INFO o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:366 - Using the test class for generating bundle imports 01:29:20.764 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 01:29:20.764 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:460 - Package [org.eclipse.gemini.blueprint.iandt.configopt] is part of the test archive; parsing SyncNoWaitWithReverseQueueTest bytecode to determine imports... 01:29:20.768 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:491 - Visiting class SyncNoWaitWithReverseQueueTest 01:29:20.779 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 01:29:20.780 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:460 - Package [org.eclipse.gemini.blueprint.iandt.configopt] is part of the test archive; parsing BehaviorBaseTest bytecode to determine imports... 01:29:20.780 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:491 - Visiting class BehaviorBaseTest 01:29:20.781 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:29:20.782 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:29:20.782 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:491 - Visiting class BaseIntegrationTest 01:29:20.787 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:29:20.787 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:29:20.787 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:29:20.789 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:29:20.790 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:29:20.790 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:29:20.790 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:29:20.791 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:29:20.791 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.configopt, java.lang, org.osgi.framework, org.eclipse.gemini.blueprint.util, java.awt, org.eclipse.gemini.blueprint.iandt, org.springframework.util, org.springframework.core.io, java.net, java.util, java.io, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin} 01:29:20.791 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.configopt, java.lang, java.awt, java.net, java.util, java.io, java.util.jar, java.security, java.lang.reflect] 01:29:20.792 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:29:20.792 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:282 - Filtered imports are [org.osgi.framework, org.eclipse.gemini.blueprint.util, org.springframework.util, org.springframework.core.io, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin] 01:29:20.792 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest, Bundle-Name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.springframework.util,org.springframework.core.io,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin, Manifest-Version=1.0] 01:29:20.792 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest, Bundle-Name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.springframework.util,org.springframework.core.io,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional, Manifest-Version=1.0]] 01:29:20.793 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:29:20.793 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:29:20.793 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:29:20.793 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:29:20.793 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:29:20.794 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:29:20.794 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:29:20.794 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:29:20.794 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:29:20.794 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:29:20.794 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 01:29:20.795 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 01:29:20.795 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 01:29:20.795 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 01:29:20.795 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 01:29:20.795 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 01:29:20.795 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 01:29:20.796 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 01:29:20.796 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 01:29:20.796 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 01:29:20.804 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:557 - Test bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest)] successfully installed 01:29:20.804 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:29:20.808 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest)] 01:29:20.808 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:20.808 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest) 01:29:20.809 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest)] 01:29:20.809 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest)] 01:29:20.809 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:20.810 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest)] 01:29:20.810 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:562 - Test bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest)] successfully started 01:29:20.810 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:29:20.812 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:29:20.813 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:29:20.815 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:29:20.815 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest] does not trigger a context creation. 01:29:20.816 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:29:20.816 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:29:20.817 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:29:20.817 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:29:20.818 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:29:20.819 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:29:20.819 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:29:20.820 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:29:20.820 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:29:20.821 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:29:20.821 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:29:20.822 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:29:20.822 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:29:20.823 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:29:20.832 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:29:20.833 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:364 - Writing test name [testBehaviour] to OSGi 01:29:20.847 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBehaviour] for execution inside OSGi 01:29:20.848 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBehaviour] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6b927fb 01:29:20.849 [main] INFO o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:190 - Loading context for locations: 01:29:20.863 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest, config=): startup date [Sat Apr 27 01:29:20 UTC 2024]; root of context hierarchy 01:29:20.871 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:29:20.890 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@2f4948e4: defining beans []; root of factory hierarchy 01:29:20.901 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:29:20.901 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:29:20.902 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:29:20.903 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:29:20.907 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@13b6aecc] 01:29:20.907 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@158a8276] 01:29:20.910 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4961f6af] 01:29:20.913 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest, config=): startup date [Sat Apr 27 01:29:20 UTC 2024]; root of context hierarchy] 01:29:20.915 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest, org.springframework.context.service.name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest, Bundle-SymbolicName=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest, Bundle-Version=0.0.0} 01:29:20.917 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:29:20.953 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:29:20.973 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 01:29:20.974 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-tail]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=5s 01:29:20.974 [BundleStart #20] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-tail]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=5s for bundle sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail) 01:29:20.975 [BundleStart #20] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 01:29:20.977 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle sync-tail is type compatible with extender gemini-blueprint-extender; processing bundle... 01:29:20.978 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-tail]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=5s 01:29:20.979 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Synchronous context creation for bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 01:29:20.981 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:250 - Setting bundle-defined, wait-for-dependencies/graceperiod timeout value=5000 ms, for bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 01:29:20.982 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:29:20.982 [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:29:20.982 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:29:20.982 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:29:20.983 [BundleStart #20] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:20 UTC 2024]; root of context hierarchy 01:29:20.984 [BundleStart #20] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:29:20.996 [BundleStart #20] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/context.xml] 01:29:21.032 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:29:21.033 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:29:21.034 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:29:21.034 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:29:21.111 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:29:21.111 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:29:21.162 [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@2ae4624: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy 01:29:21.163 [BundleStart #20] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:29:21.163 [BundleStart #20] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:29:21.163 [BundleStart #20] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:29:21.163 [BundleStart #20] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:29:21.173 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:29:21.176 [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@2ae4624: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy] 01:29:21.177 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:29:21.177 [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@1f0f7402 01:29:21.178 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:29:21.178 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:29:21.178 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:29:21.178 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:29:21.178 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:29:21.179 [BundleStart #20] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:29:21.179 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:29:21.179 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:29:21.180 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:29:21.181 [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@7fdf40f2] 01:29:21.181 [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@35ee358a] 01:29:21.201 [BundleStart #20] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 01:29:21.202 [BundleStart #20] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 01:29:21.203 [BundleStart #20] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 01:29:21.204 [BundleStart #20] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class java.awt.geom.Area] classes {class java.awt.geom.Area, interface java.awt.Shape, interface java.lang.Cloneable} 01:29:21.204 [BundleStart #20] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}] 01:29:21.205 [BundleStart #20] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 01:29:21.206 [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@6e58f0f] 01:29:21.206 [BundleStart #20] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:20 UTC 2024]; root of context hierarchy] 01:29:21.206 [BundleStart #20] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.springframework.osgi.iandt.config-opt.sync-tail, org.springframework.context.service.name=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-Version=1.0.0} 01:29:21.207 [BundleStart #20] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:29:21.211 [BundleStart #20] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=20] 01:29:21.212 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 01:29:21.213 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-tail]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:21.213 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 01:29:21.716 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-nowait (org.springframework.osgi.iandt.config-opt.sync-nowait)] 01:29:21.716 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-nowait]isSpringBundle=true|async=false|wait-for-deps=false|publishCtx=true|timeout=2s 01:29:21.717 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-nowait]isSpringBundle=true|async=false|wait-for-deps=false|publishCtx=true|timeout=2s for bundle sync-nowait (org.springframework.osgi.iandt.config-opt.sync-nowait) 01:29:21.717 [BundleStart #19] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [sync-nowait (org.springframework.osgi.iandt.config-opt.sync-nowait)] 01:29:21.717 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle sync-nowait is type compatible with extender gemini-blueprint-extender; processing bundle... 01:29:21.718 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-nowait]isSpringBundle=true|async=false|wait-for-deps=false|publishCtx=true|timeout=2s 01:29:21.718 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Synchronous context creation for bundle [sync-nowait (org.springframework.osgi.iandt.config-opt.sync-nowait)] 01:29:21.718 [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:29:21.718 [BundleStart #19] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-nowait, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:21 UTC 2024]; root of context hierarchy 01:29:21.718 [BundleStart #19] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:29:21.720 [BundleStart #19] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 01:29:21.723 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:29:21.724 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:29:21.724 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:29:21.724 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:29:21.751 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:29:21.752 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:29:21.764 [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@1bcedd06: defining beans [shape,user]; root of factory hierarchy 01:29:21.764 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:29:21.764 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:29:21.765 [BundleStart #19] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:29:21.765 [BundleStart #19] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:29:21.766 [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@30837cf7] 01:29:21.767 [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@26df4b9e] 01:29:21.771 [BundleStart #19] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[] in=[(objectClass=java.awt.Shape)] 01:29:21.771 [BundleStart #19] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.awt.Shape)] in=[(objectClass=java.awt.Shape)] 01:29:21.772 [BundleStart #19] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:29:21.779 [BundleStart #19] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:29:21.790 [BundleStart #19] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [sync-nowait(org.springframework.osgi.iandt.config-opt.sync-nowait)] scanning available bundles 01:29:21.791 [BundleStart #19] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [sync-nowait(org.springframework.osgi.iandt.config-opt.sync-nowait)] scanning available bundles 01:29:21.791 [BundleStart #19] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [sync-nowait(org.springframework.osgi.iandt.config-opt.sync-nowait)] scanning available bundles 01:29:21.792 [BundleStart #19] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [sync-nowait(org.springframework.osgi.iandt.config-opt.sync-nowait)] scanning available bundles 01:29:21.792 [BundleStart #19] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [sync-nowait(org.springframework.osgi.iandt.config-opt.sync-nowait)] scanning available bundles 01:29:21.796 [BundleStart #19] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 01:29:21.797 [BundleStart #19] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@184a5a3d} 01:29:21.797 [BundleStart #19] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@184a5a3d] bound to proxy 01:29:21.798 [BundleStart #19] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@184a5a3d] bound to proxy 01:29:21.799 [BundleStart #19] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.osgi.iandt.wait.UserBeanInfo] required by [sync-nowait(org.springframework.osgi.iandt.config-opt.sync-nowait)] scanning available bundles 01:29:21.799 [BundleStart #19] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.osgi.iandt.wait.UserCustomizer] required by [sync-nowait(org.springframework.osgi.iandt.config-opt.sync-nowait)] scanning available bundles 01:29:21.806 [BundleStart #19] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle sync-nowait on registration ServiceReference [org.springframework.osgi.iandt.config-opt.sync-tail] {java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}={org.eclipse.gemini.blueprint.bean.name=area,org.springframework.osgi.bean.name=area,osgi.service.blueprint.compname=area,Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-tail,Bundle-Version=1.0.0,service.id=10} 01:29:21.887 [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@6b87b3b4] 01:29:21.887 [BundleStart #19] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-nowait, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-nowait, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:21 UTC 2024]; root of context hierarchy] 01:29:21.888 [BundleStart #19] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.springframework.osgi.iandt.config-opt.sync-nowait, org.springframework.context.service.name=org.springframework.osgi.iandt.config-opt.sync-nowait, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-nowait, Bundle-Version=1.0.0} 01:29:21.889 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:29:21.889 [BundleStart #19] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:29:21.890 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-nowait (org.springframework.osgi.iandt.config-opt.sync-nowait)] 01:29:21.891 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-nowait]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:21.891 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [sync-nowait (org.springframework.osgi.iandt.config-opt.sync-nowait)] 01:29:21.892 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.springframework.osgi.iandt.config-opt.sync-nowait] incremented to 1 01:29:21.893 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@24891369} 01:29:21.893 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.springframework.osgi.iandt.config-opt.sync-nowait] decremented to 0 01:29:21.893 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.config-opt.sync-nowait 01:29:21.894 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:138 - Found applicationContext for bundle=org.springframework.osgi.iandt.config-opt.sync-nowait 01:29:21.894 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:29:21.895 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:440 - Reading OSGi results for test [testBehaviour] 01:29:21.896 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:447 - Test[testBehaviour]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.208 sec - in org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest 01:29:21.901 [Thread-0] INFO o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:471 - Shutting down OSGi platform 01:29:21.902 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest) 01:29:21.902 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest, config=): startup date [Sat Apr 27 01:29:20 UTC 2024]; root of context hierarchy 01:29:21.902 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:29:21.903 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest, config=): startup date [Sat Apr 27 01:29:20 UTC 2024]; root of context hierarchy] 01:29:21.903 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19], BundleImpl[id=20]] 01:29:21.905 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.springframework.osgi.iandt.config-opt.sync-nowait has unused registered services; added for shutdown 01:29:21.905 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:29:21.916 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:105 - Bundle org.springframework.osgi.iandt.config-opt.sync-tail has registered services in use; postponing shutdown. The using bundles are [BundleImpl[id=19]] 01:29:21.917 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19]] 01:29:21.918 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-nowait, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:29:21.919 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-nowait, config=osgibundle:/META-INF/spring/*.xml) 01:29:21.919 [Gemini Blueprint context shutdown thread 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:29:21.919 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle sync-nowait (org.springframework.osgi.iandt.config-opt.sync-nowait) 01:29:21.920 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-nowait, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:21 UTC 2024]; root of context hierarchy 01:29:21.920 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-nowait, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-nowait, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:21 UTC 2024]; root of context hierarchy] 01:29:21.921 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@184a5a3d] was unregistered and unbound from the service proxy 01:29:21.921 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@184a5a3d] was unregistered and unbound from the service proxy 01:29:21.921 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle sync-nowait on registration ServiceReference [org.springframework.osgi.iandt.config-opt.sync-tail] {java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}={org.eclipse.gemini.blueprint.bean.name=area,org.springframework.osgi.bean.name=area,osgi.service.blueprint.compname=area,Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-tail,Bundle-Version=1.0.0,service.id=10} 01:29:21.922 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:29:21.923 [Gemini Blueprint context shutdown thread 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:29:21.923 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-nowait, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:29:21.923 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.springframework.osgi.iandt.config-opt.sync-tail has unused registered services; added for shutdown 01:29:21.924 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=20]] 01:29:21.924 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:29:21.924 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:29:21.924 [Gemini Blueprint context shutdown thread 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:29:21.925 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:29:21.925 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:29:21.925 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail) 01:29:21.925 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:20 UTC 2024]; root of context hierarchy 01:29:21.926 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:20 UTC 2024]; root of context hierarchy] 01:29:21.926 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 01:29:21.926 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@184a5a3d] 01:29:21.927 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:29:21.927 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:29:21.927 [Gemini Blueprint context shutdown thread 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:29:21.927 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:29:21.927 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:29:21.928 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:29:21.928 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:29:21.928 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:29:21.928 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:29:21.928 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:29:21.930 [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:29:21.930 [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:29:21.931 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=18] for sending replayes events; last one was null 01:29:21.931 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=17] for sending replayes events; last one was null 01:29:21.932 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:29:21.933 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:29:22,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:29:22,795 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:29:22,798 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:29:22,823 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:29:22,866 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:29:22,868 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:29:22,875 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:29:22,885 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:29:22,893 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:29:22,894 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:29:22,896 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:29:22,896 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:29:22,896 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:29:22,896 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:29:22,896 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:29:22,896 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:29:22,897 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:29:22,897 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:29:22,897 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:29:22,897 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:29:22,897 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:29:22,897 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:29:22,897 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:29:22,898 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:29:22,898 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:29:22,899 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:29:22,899 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:29:22,900 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest 01:29:23.022 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:29:23.027 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:85 - Instantiating platform wrapper... 01:29:23.040 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi6874127250180676792kf 01:29:23.041 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:215 - About to start Knopflerfish OSGi Platform 01:29:23.158 [main] INFO o.e.g.b.i.d.DeadlockHandlingTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:29:23.163 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:29:23.164 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:29:23.165 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:29:23.166 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:29:23.295 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:29:23.311 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:29:23.317 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:29:23.319 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:29:23.328 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:29:23.338 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:29:23.341 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:29:23.345 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:29:23.359 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:29:23.366 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:29:23.385 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:29:23.392 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:29:23.400 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:29:23.409 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:29:23.412 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:29:23.417 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:29:23.421 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:29:23.468 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:29:23.476 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:29:23.483 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:29:23.485 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:29:23.486 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:29:23.487 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:29:23.487 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:29:23.490 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:29:23.494 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:29:23.495 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:29:23.502 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:29:23.503 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:29:23.503 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:29:23.506 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:29:23.508 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:29:23.510 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:29:23,539 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:29:23,599 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:29:23,601 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:29:23,613 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:29:23,638 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:29:23,640 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:29:23,644 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:29:23,652 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@4855fb31 - No compression will be used 01:29:23,659 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:29:23,659 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:29:23,661 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:29:23,661 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:29:23,661 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:29:23,661 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:29:23,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:29:23,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:29:23,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:29:23,662 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:29:23,662 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:29:23,663 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:29:23,663 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:29:23,663 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:29:23,663 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:29:23,663 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:29:23,663 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:29:23,664 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:29:23,664 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:29:23,665 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3f796aa4 - Registering current configuration as safe fallback point 01:29:23.684 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:29:23.696 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:29:23.860 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:29:23.861 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:29:23.866 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:29:23.870 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:29:23.886 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:29:23.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:29:23.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:29:23.893 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:29:23.894 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:29:23.897 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:23.897 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 01:29:23.897 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:29:23.897 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:29:23.898 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:23.899 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 01:29:23.899 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:29:23.899 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:29:23.900 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:23.900 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 01:29:23.900 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:29:23.900 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:29:23.901 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:23.901 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 01:29:23.901 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:29:23.902 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:29:23.903 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:23.903 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 01:29:23.903 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:29:23.904 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:29:23.904 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:23.904 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 01:29:23.904 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:29:23.905 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:29:23.905 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:23.906 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 01:29:23.906 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:29:23.906 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:29:23.907 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:23.907 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 01:29:23.907 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:29:23.907 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:29:23.908 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:23.908 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 01:29:23.909 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:29:23.909 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:29:23.910 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:23.910 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 01:29:23.910 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:29:23.910 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:29:23.911 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:23.911 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 01:29:23.911 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:29:23.911 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:29:23.913 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:23.913 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 01:29:23.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:29:23.913 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:29:23.913 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:23.914 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 01:29:23.914 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:29:23.914 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:29:23.914 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:23.915 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 01:29:23.915 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:29:23.915 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:29:23.917 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:23.917 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 01:29:23.917 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:29:23.926 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:29:23.927 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:29:23.929 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:29:23.930 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:29:23.933 [BundleStart #16] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:29:23.935 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:29:23.936 [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:29:23.936 [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:29:23.937 [BundleStart #16] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 01:29:23.941 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:29:23.951 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:23.951 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:29:23.952 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:29:23.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:29:23.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:29:23.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:29:23.957 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:23.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:29:23.958 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:29:23.959 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:23.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:29:23.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:29:23.961 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:23.961 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:29:23.962 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:29:23.964 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:23.965 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:29:23.965 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:29:23.966 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:23.967 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:29:23.967 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:29:23.968 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:23.968 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:29:23.968 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:29:23.969 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:23.970 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:29:23.970 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:29:23.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:29:23.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:29:23.973 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:29:23.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:29:23.975 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:29:23.975 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:29:23.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:29:23.976 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:29:23.976 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:29:23.978 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:23.979 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:29:23.979 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:29:23.980 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:23.980 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:29:23.980 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:29:23.981 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:23.981 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:29:23.981 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:29:23.984 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:23.985 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:29:23.986 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:29:23.993 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:29:23.994 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:23.994 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:29:23.995 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:29:23.995 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:23.995 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 01:29:23.996 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:29:23.998 [main] INFO o.e.g.b.i.d.DeadlockHandlingTest:199 - org/eclipse/gemini/blueprint/iandt/deadlocks/DeadlockHandlingTest-bundle.properties was not found; using defaults 01:29:23.998 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:511 - Post processing: creating test bundle 01:29:24.011 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.deadlocks] 01:29:24.011 [main] INFO o.e.g.b.i.d.DeadlockHandlingTest:202 - Automatically creating Manifest for the test bundle 01:29:24.012 [main] INFO o.e.g.b.i.d.DeadlockHandlingTest:366 - Using the test class for generating bundle imports 01:29:24.015 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/deadlocks/DeadlockHandlingTest.class 01:29:24.015 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:460 - Package [org.eclipse.gemini.blueprint.iandt.deadlocks] is part of the test archive; parsing DeadlockHandlingTest bytecode to determine imports... 01:29:24.020 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:491 - Visiting class DeadlockHandlingTest 01:29:24.033 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:29:24.033 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:29:24.033 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:491 - Visiting class BaseIntegrationTest 01:29:24.037 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:29:24.037 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:29:24.037 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:29:24.039 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:29:24.039 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:29:24.039 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:29:24.040 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:29:24.040 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:29:24.040 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.deadlocks, org.eclipse.gemini.blueprint.iandt, java.lang, org.eclipse.gemini.blueprint.test.provisioning, org.springframework.core.io, org.osgi.framework, java.net, org.springframework.context.support, org.osgi.util.tracker, java.util, java.io, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util} 01:29:24.041 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.deadlocks, java.lang, java.net, java.util, java.io, java.util.jar, java.security, java.lang.reflect] 01:29:24.041 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:29:24.041 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:282 - Filtered imports are [org.eclipse.gemini.blueprint.test.provisioning, org.springframework.core.io, org.osgi.framework, org.springframework.context.support, org.osgi.util.tracker, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util] 01:29:24.042 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest, Bundle-Name=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.test.provisioning,org.springframework.core.io,org.osgi.framework,org.springframework.context.support,org.osgi.util.tracker,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util, Manifest-Version=1.0] 01:29:24.042 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest, Bundle-Name=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.test.provisioning,org.springframework.core.io,org.osgi.framework,org.springframework.context.support,org.osgi.util.tracker,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util, Manifest-Version=1.0]] 01:29:24.042 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:29:24.042 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:29:24.042 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:29:24.043 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:29:24.043 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:29:24.043 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:29:24.043 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:29:24.043 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:29:24.043 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:29:24.044 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:29:24.044 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/deadlocks/ 01:29:24.044 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/deadlocks/DeadlockHandlingTest.class 01:29:24.050 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:557 - Test bundle [TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest (TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest)] successfully installed 01:29:24.050 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:29:24.053 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest (TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest)] 01:29:24.054 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:24.054 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest (TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest)] 01:29:24.054 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest (TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest)] 01:29:24.054 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:24.055 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest (TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest) 01:29:24.055 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest (TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest)] 01:29:24.055 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:562 - Test bundle [TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest (TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest)] successfully started 01:29:24.055 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:364 - Writing test name [testErrorHandling] to OSGi 01:29:24.069 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testErrorHandling] for execution inside OSGi 01:29:24.069 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testErrorHandling] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4f18837a 01:29:24.070 [main] INFO o.e.g.b.i.d.DeadlockHandlingTest:190 - Loading context for locations: 01:29:24.084 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest, config=): startup date [Sat Apr 27 01:29:24 UTC 2024]; root of context hierarchy 01:29:24.091 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:29:24.111 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@1573f9fc: defining beans []; root of factory hierarchy 01:29:24.122 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:29:24.122 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:29:24.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:29:24.124 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:29:24.128 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@6913c1fb] 01:29:24.128 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@66d18979] 01:29:24.130 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@1e66f1f5] 01:29:24.133 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest, config=): startup date [Sat Apr 27 01:29:24 UTC 2024]; root of context hierarchy] 01:29:24.135 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest, org.springframework.context.service.name=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest, Bundle-SymbolicName=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest, Bundle-Version=0.0.0} 01:29:24.137 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:29:24.170 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:29:24.185 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Purposeful Deadlock (org.springframework.osgi.iandt.deadlock)] 01:29:24.186 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.deadlock]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:24.186 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Purposeful Deadlock (org.springframework.osgi.iandt.deadlock)] 01:29:24.186 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Purposeful Deadlock (org.springframework.osgi.iandt.deadlock)] 01:29:24.187 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.deadlock]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:24.187 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.springframework.osgi.iandt.deadlock]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Purposeful Deadlock (org.springframework.osgi.iandt.deadlock) 01:29:24.187 [BundleStart #19] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Purposeful Deadlock (org.springframework.osgi.iandt.deadlock)] 01:29:24.189 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Purposeful Deadlock is type compatible with extender gemini-blueprint-extender; processing bundle... 01:29:24.190 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.deadlock]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:24.190 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Purposeful Deadlock (org.springframework.osgi.iandt.deadlock)] 01:29:24.193 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Purposeful Deadlock (org.springframework.osgi.iandt.deadlock)] 01:29:24.193 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:29:24.194 [EclipseGeminiBlueprintExtenderThread-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:29:24.194 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.deadlock, config=osgibundle:/META-INF/spring/*.xml) 01:29:24.194 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.deadlock, config=osgibundle:/META-INF/spring/*.xml) 01:29:24.195 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.deadlock, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:24 UTC 2024]; root of context hierarchy 01:29:24.196 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:29:24.208 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/deadlock.xml] 01:29:24.241 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:29:24.241 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:29:24.242 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:29:24.242 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:29:24.339 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:29:24.340 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:29:24.409 [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@1284e55c: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,culprit,amigo]; root of factory hierarchy 01:29:24.409 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:29:24.410 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:29:24.410 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:29:24.411 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:29:24.422 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:29:24.428 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@1284e55c: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,culprit,amigo]; root of factory hierarchy] 01:29:24.429 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:29:24.429 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@787e36ac 01:29:24.430 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:29:24.430 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:29:24.430 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.deadlock, config=osgibundle:/META-INF/spring/*.xml) 01:29:24.431 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:29:24.431 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:29:24.431 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.deadlock, config=osgibundle:/META-INF/spring/*.xml) 01:29:24.431 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.deadlock, config=osgibundle:/META-INF/spring/*.xml) 01:29:24.431 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:29:24.432 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.deadlock, config=osgibundle:/META-INF/spring/*.xml) 01:29:24.433 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@56133946] 01:29:24.434 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5b9b5c74] 01:29:24.457 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.osgi.iandt.deadlock.BBeanInfo] required by [Purposeful Deadlock(org.springframework.osgi.iandt.deadlock)] scanning available bundles 01:29:24.458 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [java.lang.ObjectBeanInfo] required by [Purposeful Deadlock(org.springframework.osgi.iandt.deadlock)] scanning available bundles 01:29:24.458 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [java.lang.ObjectCustomizer] required by [Purposeful Deadlock(org.springframework.osgi.iandt.deadlock)] scanning available bundles 01:29:24.459 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.osgi.iandt.deadlock.BCustomizer] required by [Purposeful Deadlock(org.springframework.osgi.iandt.deadlock)] scanning available bundles 01:29:27.194 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:29:27.195 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:440 - Reading OSGi results for test [testErrorHandling] 01:29:27.196 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:447 - Test[testErrorHandling]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.18 sec - in org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest 01:29:27.202 [Thread-0] INFO o.e.g.b.i.d.DeadlockHandlingTest:471 - Shutting down OSGi platform 01:29:27.202 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest (TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest) 01:29:27.202 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest, config=): startup date [Sat Apr 27 01:29:24 UTC 2024]; root of context hierarchy 01:29:27.203 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:29:27.203 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest, config=): startup date [Sat Apr 27 01:29:24 UTC 2024]; root of context hierarchy] 01:29:27.203 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:29:27.203 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:29:27.204 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:29:27.204 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:29:27.204 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19]] 01:29:27.205 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:29:27.205 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:87 - Bundle org.springframework.osgi.iandt.deadlock has no registered services; added for shutdown 01:29:27.206 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19]] 01:29:27.207 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.deadlock, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:29:27.208 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.deadlock, config=osgibundle:/META-INF/spring/*.xml) 01:29:27.208 [Gemini Blueprint context shutdown thread 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:29:27.209 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.deadlock, config=osgibundle:/META-INF/spring/*.xml) 01:29:27.209 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:358 - Shutting down appCtx OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.deadlock, config=osgibundle:/META-INF/spring/*.xml) once stageTwo() is complete 01:29:27.209 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:29:27.209 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.deadlock, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:24 UTC 2024]; root of context hierarchy 01:29:27.209 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.deadlock, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.deadlock, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:24 UTC 2024]; root of context hierarchy] 01:29:28,899 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:29:29,022 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:29:29,025 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:29:29,048 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:29:29,089 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:29:29,092 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:29:29,098 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:29:29,109 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1f28c152 - No compression will be used 01:29:29,117 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:29:29,117 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:29:29,119 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:29:29,119 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:29:29,120 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:29:29,120 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:29:29,120 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:29:29,120 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:29:29,120 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:29:29,121 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:29:29,121 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:29:29,121 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:29:29,121 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:29:29,121 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:29:29,121 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:29:29,122 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:29:29,122 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:29:29,122 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:29:29,123 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:29:29,124 |-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:29:29.269 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:29:29.275 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:85 - Instantiating platform wrapper... 01:29:29.288 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi4256169585881244368kf 01:29:29.289 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:215 - About to start Knopflerfish OSGi Platform 01:29:29.399 [main] INFO o.e.g.b.i.d.FactoryDependencyTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:29:29.403 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:29:29.404 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:29:29.406 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:29:29.407 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:29:29.536 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:29:29.552 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:29:29.557 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:29:29.560 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:29:29.568 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:29:29.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.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:29:29.581 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:29:29.585 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:29:29.591 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:29:29.599 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:29:29.618 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:29:29.621 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:29:29.625 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:29:29.659 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:29:29.661 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:29:29.666 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:29:29.670 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:29:29.687 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:29:29.697 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:29:29.705 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:29:29.707 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:29:29.708 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:29:29.708 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:29:29.709 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:29:29.712 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:29:29.715 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:29:29.716 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:29:29.723 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:29:29.723 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:29:29.724 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:29:29.728 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:29:29.729 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:29:29.731 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:29:29,777 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:29:29,817 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:29:29,819 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:29:29,829 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:29:29,862 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:29:29,864 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:29:29,868 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:29:29,875 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1b8485e3 - No compression will be used 01:29:29,880 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:29:29,881 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:29:29,882 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:29:29,883 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:29:29,883 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:29:29,883 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:29:29,883 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:29:29,883 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:29:29,884 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:29:29,884 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:29:29,884 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:29:29,884 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:29:29,884 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:29:29,884 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:29:29,884 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:29:29,884 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:29:29,885 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:29:29,885 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:29:29,886 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:29:29,886 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@2c2f26a4 - Registering current configuration as safe fallback point 01:29:29.899 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:29:29.910 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:29:30.073 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:29:30.074 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:29:30.079 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:29:30.083 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:29:30.088 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:29:30.089 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:30.090 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 01:29:30.090 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:29:30.090 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:29:30.092 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:30.092 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 01:29:30.092 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:29:30.093 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:29:30.094 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:30.094 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 01:29:30.094 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:29:30.095 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:29:30.095 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:30.095 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 01:29:30.096 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:29:30.096 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:29:30.097 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:30.097 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 01:29:30.097 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:29:30.097 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:29:30.098 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:30.098 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 01:29:30.099 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:29:30.099 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:29:30.099 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:30.100 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 01:29:30.100 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:29:30.100 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:29:30.101 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:30.101 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 01:29:30.101 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:29:30.101 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:29:30.102 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:30.102 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 01:29:30.102 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:29:30.103 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:29:30.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:29:30.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:29:30.104 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:29:30.104 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:29:30.105 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:30.105 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 01:29:30.105 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:29:30.105 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:29:30.106 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:30.106 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 01:29:30.106 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:29:30.106 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:29:30.108 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:30.108 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 01:29:30.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:29:30.108 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:29:30.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:29:30.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:29:30.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:29:30.109 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:29:30.109 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:30.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:29:30.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:29:30.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:29:30.112 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:30.112 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 01:29:30.113 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:29:30.123 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:29:30.123 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:29:30.126 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:29:30.127 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:29:30.130 [BundleStart #16] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:29:30.133 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:29:30.133 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6748a355 w/ reference null 01:29:30.134 [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:29:30.135 [BundleStart #16] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 01:29:30.140 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:29:30.151 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:30.151 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:29:30.151 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:29:30.158 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:30.158 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:29:30.158 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:29:30.160 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:30.160 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:29:30.161 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:29:30.161 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:30.162 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:29:30.162 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:29:30.163 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:30.163 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:29:30.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:29:30.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:29:30.166 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:29:30.166 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:29:30.167 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:30.167 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:29:30.167 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:29:30.168 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:30.168 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:29:30.168 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:29:30.169 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:30.170 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:29:30.170 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:29:30.171 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:30.172 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:29:30.172 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:29:30.173 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:30.174 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:29:30.174 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:29:30.174 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:30.175 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:29:30.175 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:29:30.177 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:30.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:29:30.178 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:29:30.178 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:30.179 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:29:30.179 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:29:30.179 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:30.180 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:29:30.180 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:29:30.184 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:30.184 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:29:30.185 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:29:30.193 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:29:30.194 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:30.194 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:29:30.194 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:29:30.195 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:30.199 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 01:29:30.200 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:29:30.202 [main] INFO o.e.g.b.i.d.FactoryDependencyTest:199 - org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/FactoryDependencyTest-bundle.properties was not found; using defaults 01:29:30.202 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:511 - Post processing: creating test bundle 01:29:30.218 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.dependencyWithDelay] 01:29:30.219 [main] INFO o.e.g.b.i.d.FactoryDependencyTest:202 - Automatically creating Manifest for the test bundle 01:29:30.220 [main] INFO o.e.g.b.i.d.FactoryDependencyTest:366 - Using the test class for generating bundle imports 01:29:30.223 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/FactoryDependencyTest.class 01:29:30.223 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:460 - Package [org.eclipse.gemini.blueprint.iandt.dependencyWithDelay] is part of the test archive; parsing FactoryDependencyTest bytecode to determine imports... 01:29:30.228 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:491 - Visiting class FactoryDependencyTest 01:29:30.262 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:29:30.263 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:29:30.263 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:491 - Visiting class BaseIntegrationTest 01:29:30.267 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:29:30.267 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:29:30.267 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:29:30.269 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:29:30.269 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:29:30.269 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:29:30.270 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:29:30.270 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:29:30.271 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.dependencyWithDelay, org.eclipse.gemini.blueprint.iandt, java.lang, org.osgi.framework, org.eclipse.gemini.blueprint.test.provisioning, org.springframework.core.io, java.net, java.io, org.eclipse.gemini.blueprint.util, java.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util} 01:29:30.271 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.dependencyWithDelay, java.lang, java.net, java.io, java.util, java.util.jar, java.security, java.lang.reflect] 01:29:30.272 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:29:30.272 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:282 - Filtered imports are [org.osgi.framework, org.eclipse.gemini.blueprint.test.provisioning, org.springframework.core.io, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util] 01:29:30.272 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest, Bundle-Name=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.test.provisioning,org.springframework.core.io,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util, Manifest-Version=1.0] 01:29:30.272 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest, Bundle-Name=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.test.provisioning,org.springframework.core.io,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util, Manifest-Version=1.0]] 01:29:30.273 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:29:30.273 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:29:30.273 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:29:30.273 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:29:30.274 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:29:30.274 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:29:30.274 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:29:30.274 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:29:30.275 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:29:30.275 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:29:30.275 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/ 01:29:30.275 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/DependencyTest$1.class 01:29:30.275 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/DependencyTest.class 01:29:30.276 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/FactoryDependencyTest$1.class 01:29:30.276 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/FactoryDependencyTest.class 01:29:30.283 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:557 - Test bundle [TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest)] successfully installed 01:29:30.283 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:29:30.287 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest)] 01:29:30.288 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:30.288 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest)] 01:29:30.288 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest)] 01:29:30.288 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:30.289 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest) 01:29:30.289 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest)] 01:29:30.289 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:562 - Test bundle [TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest)] successfully started 01:29:30.290 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:29:30.292 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:29:30.292 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:29:30.294 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:29:30.294 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:29:30.295 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:29:30.295 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest] does not trigger a context creation. 01:29:30.296 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:29:30.296 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:29:30.297 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:29:30.297 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:29:30.298 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:29:30.298 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:29:30.299 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:29:30.299 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:29:30.300 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:29:30.301 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:29:30.301 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:29:30.301 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:29:30.303 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:29:30.303 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:364 - Writing test name [testDependencies] to OSGi 01:29:30.317 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDependencies] for execution inside OSGi 01:29:30.317 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testDependencies] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@a514af7 01:29:30.318 [main] INFO o.e.g.b.i.d.FactoryDependencyTest:190 - Loading context for locations: 01:29:30.331 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest, config=): startup date [Sat Apr 27 01:29:30 UTC 2024]; root of context hierarchy 01:29:30.337 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:29:30.356 [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:29:30.366 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:29:30.367 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:29:30.368 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:29:30.369 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:29:30.373 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7d8704ef] 01:29:30.373 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@13b6aecc] 01:29:30.376 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@394df057] 01:29:30.379 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest, config=): startup date [Sat Apr 27 01:29:30 UTC 2024]; root of context hierarchy] 01:29:30.382 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest, org.springframework.context.service.name=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest, Bundle-SymbolicName=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest, Bundle-Version=0.0.0} 01:29:30.383 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:29:30.420 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] starting dependency test bundle 01:29:30.467 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] 01:29:30.468 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependencies]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:30.468 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] 01:29:30.468 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] 01:29:30.468 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependencies]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:30.469 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependencies]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies) 01:29:30.469 [BundleStart #19] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] 01:29:30.470 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-dependencies is type compatible with extender gemini-blueprint-extender; processing bundle... 01:29:30.471 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependencies]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:30.472 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] 01:29:30.474 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] 01:29:30.475 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 started dependency test bundle 01:29:30.476 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@66108383 01:29:30.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.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:29:30.476 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:29:30.477 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:30 UTC 2024]; root of context hierarchy 01:29:30.477 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:29:30.489 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/dependencies.xml] 01:29:30.523 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:29:30.524 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:29:30.525 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:29:30.525 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:29:30.601 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:29:30.602 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:29:30.660 [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@6ac683d7: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,simpleService3,simpleService2,nested,dependent]; root of factory hierarchy 01:29:30.660 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:29:30.661 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:29:30.661 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:29:30.661 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:29:30.671 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:29:30.676 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@6ac683d7: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,simpleService3,simpleService2,nested,dependent]; root of factory hierarchy] 01:29:30.677 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:29:30.677 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@4f66bc3a 01:29:30.677 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&simpleService3, &simpleService2, &nested] 01:29:30.678 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:29:30.696 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2} and filter=[(service=3)] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] 01:29:30.697 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] 01:29:30.698 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:114 - Eager importer &simpleService3 implies dependecy DependencyService[Name=&simpleService3][Filter=(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))][Mandatory=true] 01:29:30.700 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2} and filter=[(service=2)] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] 01:29:30.700 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] 01:29:30.701 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:114 - Eager importer &simpleService2 implies dependecy DependencyService[Name=&simpleService2][Filter=(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))][Mandatory=true] 01:29:30.702 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.simpleservice.MyService} and filter=[] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 01:29:30.702 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 01:29:30.703 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:114 - Eager importer &nested implies dependecy DependencyService[Name=&nested][Filter=(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)][Mandatory=true] 01:29:30.704 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:372 - Adding OSGi service dependency for importer [&simpleService3] matching OSGi filter [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] 01:29:30.704 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:372 - Adding OSGi service dependency for importer [&simpleService2] matching OSGi filter [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] 01:29:30.705 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:372 - Adding OSGi service dependency for importer [&nested] matching OSGi filter [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 01:29:30.705 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 3 OSGi service dependencies, 3 unsatisfied (for beans [&simpleService3, &nested, &simpleService2]) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:29:30.705 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:317 - OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) is waiting for unsatisfied dependencies [[&simpleService3, &nested, &simpleService2]] 01:29:30.705 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&simpleService3, &simpleService2, &nested] 01:29:30.706 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [&simpleService3, &nested, &simpleService2] 01:29:30.706 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:267 - Registering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:29:30.706 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:406 - OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) has registered service dependency dependencyDetector with filter: (|(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)) 01:29:30.712 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 6 for bundle BundleImpl[id=19] 01:29:30.714 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:29:30.714 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:517 - Asynch wait-for-dependencies started... 01:29:32.466 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 01:29:32.467 [BundleStart #21] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:32.467 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 01:29:32.468 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 01:29:32.468 [BundleStart #21] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:32.469 [BundleStart #21] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3) 01:29:32.469 [BundleStart #21] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 01:29:32.469 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-2 is type compatible with extender gemini-blueprint-extender; processing bundle... 01:29:32.470 [BundleStart #21] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:32.470 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 01:29:32.470 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 01:29:32.470 [BundleStart #21] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:29:32.471 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@66108383 01:29:32.471 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 01:29:32.471 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 01:29:32.472 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice3] incremented to 1 01:29:32.472 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:32 UTC 2024]; root of context hierarchy 01:29:32.472 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:29:32.473 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:29:32.473 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3 01:29:32.474 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://21/META-INF/spring/simpleservice-osgi.xml] 01:29:32.478 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:29:32.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:29:32.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:29:32.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:29:32.521 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:29:32.523 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:29:32.535 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://21/META-INF/spring/simpleservice.xml] 01:29:32.558 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:29:32.558 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:29:32.559 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:29:32.559 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:29:32.583 [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@6b0e823a: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy 01:29:32.584 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:29:32.584 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:29:32.584 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:29:32.585 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:29:32.587 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:29:32.587 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@6b0e823a: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 01:29:32.587 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:29:32.587 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@4f66bc3a 01:29:32.588 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:29:32.588 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:29:32.588 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 01:29:32.589 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:29:32.589 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:29:32.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.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 01:29:32.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.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 01:29:32.589 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:29:32.590 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 01:29:32.592 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@74f1bca1] 01:29:32.592 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@15d1fe8] 01:29:32.606 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 01:29:32.607 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 01:29:32.608 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 01:29:32.609 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice2.impl.MyService2Impl] classes {} 01:29:32.609 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}] 01:29:32.611 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:128 - Handling service event [REGISTERED:ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice3] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3,Bundle-Version=1.0.0,service.ranking=4,service.id=10}] for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:29:32.612 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:183 - Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] (from bean [&simpleService3]) matched: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice3] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3,Bundle-Version=1.0.0,service.ranking=4,service.id=10} 01:29:32.612 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:198 - Registered dependency for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml); eliminating Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] (from bean [&simpleService3]), remaining [{Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&nested])=&nested, Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] (from bean [&simpleService2])=&simpleService2}] 01:29:32.613 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 6 for bundle BundleImpl[id=19] 01:29:32.614 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:243 - Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] (from bean [&simpleService2]) does not match: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice3] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3,Bundle-Version=1.0.0,service.ranking=4,service.id=10} 01:29:32.614 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:243 - Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&nested]) does not match: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice3] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3,Bundle-Version=1.0.0,service.ranking=4,service.id=10} 01:29:32.614 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 01:29:32.615 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@33b1bfc7] 01:29:32.615 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:32 UTC 2024]; root of context hierarchy] 01:29:32.616 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice3, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice3, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3, Bundle-Version=1.0.0} 01:29:32.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:29:32.617 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice3] decremented to 0 01:29:32.617 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3 01:29:32.618 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=21] started bundle [org.eclipse.gemini.blueprint.iandt.simpleservice3] 01:29:32.622 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:29:32.657 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:32.658 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:29:32.658 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:29:32.659 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:32.660 [BundleStart #20] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2) 01:29:32.660 [BundleStart #20] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:29:32.661 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-2 is type compatible with extender gemini-blueprint-extender; processing bundle... 01:29:32.662 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:32.662 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:29:32.662 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:29:32.662 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 01:29:32.663 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@66108383 01:29:32.663 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice2] incremented to 1 01:29:32.663 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:29:32.663 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:29:32.663 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:29:32.663 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:32 UTC 2024]; root of context hierarchy 01:29:32.664 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 01:29:32.664 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:29:32.665 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice.xml] 01:29:32.669 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:29:32.669 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:29:32.670 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:29:32.670 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:29:32.693 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice-osgi.xml] 01:29:32.696 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:29:32.697 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:29:32.697 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:29:32.697 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:29:32.717 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:29:32.718 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:29:32.726 [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@297037c: defining beans [simpleService,simpleServiceOsgi]; root of factory hierarchy 01:29:32.757 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:29:32.757 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:29:32.758 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:29:32.758 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:29:32.759 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:29:32.759 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@297037c: defining beans [simpleService,simpleServiceOsgi]; root of factory hierarchy] 01:29:32.759 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:29:32.759 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@4f66bc3a 01:29:32.760 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:29:32.760 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:29:32.760 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:29:32.760 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:29:32.761 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:29:32.761 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:29:32.761 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:29:32.761 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:29:32.761 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:29:32.762 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@4cdafcc4] 01:29:32.762 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@68c0b223] 01:29:32.764 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 01:29:32.764 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 01:29:32.765 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 01:29:32.765 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice2.impl.MyService2Impl] classes {} 01:29:32.765 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}] 01:29:32.766 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:128 - Handling service event [REGISTERED:ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice2] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2,Bundle-Version=1.0.0,service.id=12}] for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:29:32.766 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:243 - Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] (from bean [&simpleService3]) does not match: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice2] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2,Bundle-Version=1.0.0,service.id=12} 01:29:32.766 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:183 - Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] (from bean [&simpleService2]) matched: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice2] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2,Bundle-Version=1.0.0,service.id=12} 01:29:32.767 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:198 - Registered dependency for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml); eliminating Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] (from bean [&simpleService2]), remaining [{Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&nested])=&nested}] 01:29:32.767 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 6 for bundle BundleImpl[id=19] 01:29:32.768 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:243 - Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&nested]) does not match: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice2] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2,Bundle-Version=1.0.0,service.id=12} 01:29:32.768 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 01:29:32.768 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@1710b9e7] 01:29:32.768 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:32 UTC 2024]; root of context hierarchy] 01:29:32.769 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice2, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0} 01:29:32.770 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:29:32.770 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice2] decremented to 0 01:29:32.770 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 01:29:32.770 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=20] started bundle [org.eclipse.gemini.blueprint.iandt.simpleservice2] 01:29:32.772 [BundleStart #22] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service created by factory (org.eclipse.gemini.blueprint.iandt.dependencies.factory)] 01:29:32.773 [BundleStart #22] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:32.773 [BundleStart #22] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service created by factory (org.eclipse.gemini.blueprint.iandt.dependencies.factory)] 01:29:32.774 [BundleStart #22] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service created by factory (org.eclipse.gemini.blueprint.iandt.dependencies.factory)] 01:29:32.774 [BundleStart #22] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:32.775 [BundleStart #22] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service created by factory (org.eclipse.gemini.blueprint.iandt.dependencies.factory) 01:29:32.775 [BundleStart #22] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service created by factory (org.eclipse.gemini.blueprint.iandt.dependencies.factory)] 01:29:32.776 [BundleStart #22] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service created by factory is type compatible with extender gemini-blueprint-extender; processing bundle... 01:29:32.777 [BundleStart #22] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:32.777 [BundleStart #22] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service created by factory (org.eclipse.gemini.blueprint.iandt.dependencies.factory)] 01:29:32.777 [BundleStart #22] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service created by factory (org.eclipse.gemini.blueprint.iandt.dependencies.factory)] 01:29:32.777 [BundleStart #22] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 4 01:29:32.777 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@66108383 01:29:32.777 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.dependencies.factory] incremented to 1 01:29:32.778 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory, config=osgibundle:/META-INF/spring/*.xml) 01:29:32.778 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory, config=osgibundle:/META-INF/spring/*.xml) 01:29:32.778 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:29:32.779 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:32 UTC 2024]; root of context hierarchy 01:29:32.779 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory 01:29:32.779 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:29:32.780 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://22/META-INF/spring/factory-dependency.xml] 01:29:32.784 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:29:32.784 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:29:32.785 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:29:32.785 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:29:32.818 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:29:32.819 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:29:32.826 [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@2163ec16: defining beans [factory,factoryCreatedObjectExportedToOSGi]; root of factory hierarchy 01:29:32.827 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:29:32.827 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:29:32.827 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:29:32.828 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:29:32.857 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:29:32.858 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@2163ec16: defining beans [factory,factoryCreatedObjectExportedToOSGi]; root of factory hierarchy] 01:29:32.858 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:29:32.858 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@4f66bc3a 01:29:32.858 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:29:32.858 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:29:32.859 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory, config=osgibundle:/META-INF/spring/*.xml) 01:29:32.859 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:29:32.859 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:29:32.859 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory, config=osgibundle:/META-INF/spring/*.xml) 01:29:32.859 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory, config=osgibundle:/META-INF/spring/*.xml) 01:29:32.860 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:29:32.860 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory, config=osgibundle:/META-INF/spring/*.xml) 01:29:32.860 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@70f1205] 01:29:32.861 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1fa58883] Delaying for:10000 01:29:42.864 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&factoryCreatedObjectExportedToOSGi] is being tracked for dependencies 01:29:42.864 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [factoryCreatedObjectExportedToOSGi] depends (transitively) on the following importers:{} 01:29:42.864 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [factoryCreatedObjectExportedToOSGi] depends on importers:[] 01:29:42.865 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.dependencies.factory.MyServiceFactory$1] classes {} 01:29:42.865 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 01:29:42.866 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:128 - Handling service event [REGISTERED:ServiceReference [org.eclipse.gemini.blueprint.iandt.dependencies.factory] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=factory,org.springframework.osgi.bean.name=factory,osgi.service.blueprint.compname=factory,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependencies.factory,Bundle-Version=1.0.0,service.id=14}] for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:29:42.866 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:243 - Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] (from bean [&simpleService3]) does not match: ServiceReference [org.eclipse.gemini.blueprint.iandt.dependencies.factory] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=factory,org.springframework.osgi.bean.name=factory,osgi.service.blueprint.compname=factory,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependencies.factory,Bundle-Version=1.0.0,service.id=14} 01:29:42.866 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:243 - Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] (from bean [&simpleService2]) does not match: ServiceReference [org.eclipse.gemini.blueprint.iandt.dependencies.factory] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=factory,org.springframework.osgi.bean.name=factory,osgi.service.blueprint.compname=factory,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependencies.factory,Bundle-Version=1.0.0,service.id=14} 01:29:42.866 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:183 - Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&nested]) matched: ServiceReference [org.eclipse.gemini.blueprint.iandt.dependencies.factory] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=factory,org.springframework.osgi.bean.name=factory,osgi.service.blueprint.compname=factory,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependencies.factory,Bundle-Version=1.0.0,service.id=14} 01:29:42.867 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:198 - Registered dependency for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml); eliminating Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&nested]), remaining [{}] 01:29:42.867 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.b.a.BlueprintContainerProcessor:254 - All dependencies satisfied, not sending Blueprint GRACE event with emtpy dependencies from org.eclipse.gemini.blueprint.extender.event.BootstrappingDependenciesEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:30 UTC 2024]; root of context hierarchy] 01:29:42.868 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:468 - Deregistering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:29:42.868 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:146 - No unsatisfied OSGi service dependencies; completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:29:42.868 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:29:42.868 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:29:42.869 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [factoryCreatedObjectExportedToOSGi] started; all its dependencies are satisfied 01:29:42.869 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4a20525d] 01:29:42.869 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:32 UTC 2024]; root of context hierarchy] 01:29:42.870 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.dependencies.factory, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.dependencies.factory, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependencies.factory, Bundle-Version=1.0.0} 01:29:42.871 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:29:42.871 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.dependencies.factory] decremented to 0 01:29:42.871 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory 01:29:42.871 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=22] started bundle [org.eclipse.gemini.blueprint.iandt.dependencies.factory] 01:29:42.872 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.dependencies] incremented to 1 01:29:42.872 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:29:42.873 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:29:42.873 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:29:42.873 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.dependencies 01:29:42.882 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:29:42.956 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 01:29:42.957 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 01:29:42.959 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 01:29:42.959 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 01:29:42.960 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 01:29:42.962 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:29:42.963 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:29:42.963 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:29:42.963 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:29:42.965 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@779b8165] 01:29:42.966 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@cc5758] 01:29:42.968 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] 01:29:42.968 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@618ba112} 01:29:42.969 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@618ba112] bound to proxy 01:29:42.969 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@618ba112] bound to proxy 01:29:42.970 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.dependencies.DependentImplBeanInfo] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 01:29:42.970 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:29:42.971 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] exports [org.eclipse.gemini.blueprint.iandt.dependencies] as version [0.0.0] but version [null] was required 01:29:42.971 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [java.lang.ObjectBeanInfo] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 01:29:42.971 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [java.lang.ObjectCustomizer] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 01:29:42.972 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.dependencies.DependentImplCustomizer] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 01:29:42.973 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:29:42.973 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] exports [org.eclipse.gemini.blueprint.iandt.dependencies] as version [0.0.0] but version [null] was required 01:29:42.974 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.dependencies.DependentCustomizer] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 01:29:42.974 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:29:42.975 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] exports [org.eclipse.gemini.blueprint.iandt.dependencies] as version [0.0.0] but version [null] was required 01:29:42.975 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] 01:29:42.976 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@15afe6f6} 01:29:42.976 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@15afe6f6] bound to proxy 01:29:42.976 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@15afe6f6] bound to proxy 01:29:42.977 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 01:29:42.977 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@79723c60} 01:29:42.977 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@79723c60] bound to proxy 01:29:42.978 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@79723c60] bound to proxy 01:29:42.978 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 01:29:42.978 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{&simpleService2, &simpleService3, &nested} 01:29:42.979 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[&simpleService2, &simpleService3, &nested] 01:29:42.985 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ServiceReferenceProxy] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 01:29:42.986 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.dependencies.DependentImpl] classes {} 01:29:42.986 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.dependencies.Dependent}] 01:29:42.986 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 01:29:42.987 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6a0f3d98] 01:29:42.987 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:30 UTC 2024]; root of context hierarchy] 01:29:42.988 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.dependencies, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.dependencies, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependencies, Bundle-Version=1.0.0} 01:29:42.988 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:29:42.989 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.dependencies] decremented to 0 01:29:42.989 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.dependencies 01:29:42.989 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:29:42.990 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.dependencies] {org.eclipse.gemini.blueprint.iandt.dependencies.Dependent}={org.eclipse.gemini.blueprint.bean.name=dependent,org.springframework.osgi.bean.name=dependent,osgi.service.blueprint.compname=dependent,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependencies,Bundle-Version=1.0.0,service.id=16} 01:29:42.990 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:29:42.991 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:440 - Reading OSGi results for test [testDependencies] 01:29:42.992 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:447 - Test[testDependencies]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.728 sec - in org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest 01:29:42.996 [Thread-0] INFO o.e.g.b.i.d.FactoryDependencyTest:471 - Shutting down OSGi platform 01:29:42.997 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest) 01:29:42.997 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest, config=): startup date [Sat Apr 27 01:29:30 UTC 2024]; root of context hierarchy 01:29:42.997 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:29:42.997 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest, config=): startup date [Sat Apr 27 01:29:30 UTC 2024]; root of context hierarchy] 01:29:42.997 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:29:42.998 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:29:42.998 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:29:42.998 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:29:42.998 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19], BundleImpl[id=20], BundleImpl[id=21], BundleImpl[id=22]] 01:29:43.000 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:29:43.009 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.dependencies has unused registered services; added for shutdown 01:29:43.009 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.simpleservice2 has unused registered services; added for shutdown 01:29:43.010 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.simpleservice3 has unused registered services; added for shutdown 01:29:43.010 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.dependencies.factory has unused registered services; added for shutdown 01:29:43.011 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=22], BundleImpl[id=21], BundleImpl[id=20], BundleImpl[id=19]] 01:29:43.012 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:29:43.013 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory, config=osgibundle:/META-INF/spring/*.xml) 01:29:43.013 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@66108383 01:29:43.013 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory, config=osgibundle:/META-INF/spring/*.xml) 01:29:43.013 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory, config=osgibundle:/META-INF/spring/*.xml) 01:29:43.014 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service created by factory (org.eclipse.gemini.blueprint.iandt.dependencies.factory) 01:29:43.014 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:32 UTC 2024]; root of context hierarchy 01:29:43.014 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:32 UTC 2024]; root of context hierarchy] 01:29:43.015 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [factoryCreatedObjectExportedToOSGi] 01:29:43.016 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@79723c60] was unregistered and unbound from the service proxy 01:29:43.016 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@79723c60] was unregistered and unbound from the service proxy 01:29:43.016 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] stopped; transitive OSGi dependency [nested] is unsatifised 01:29:43.017 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.dependencies] {org.eclipse.gemini.blueprint.iandt.dependencies.Dependent}={org.eclipse.gemini.blueprint.bean.name=dependent,org.springframework.osgi.bean.name=dependent,osgi.service.blueprint.compname=dependent,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependencies,Bundle-Version=1.0.0,service.id=16} 01:29:43.017 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@3a1f6da7] 01:29:43.017 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@79723c60] 01:29:43.018 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:29:43.018 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 3 01:29:43.019 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@66108383 01:29:43.019 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:29:43.019 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:29:43.019 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 01:29:43.019 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@66108383 01:29:43.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.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 01:29:43.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.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 01:29:43.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-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3) 01:29:43.020 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:32 UTC 2024]; root of context hierarchy 01:29:43.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.simpleservice3, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:32 UTC 2024]; root of context hierarchy] 01:29:43.021 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 01:29:43.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@15afe6f6] was unregistered and unbound from the service proxy 01:29:43.021 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@15afe6f6] was unregistered and unbound from the service proxy 01:29:43.022 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] stopped; transitive OSGi dependency [simpleService3] is unsatifised 01:29:43.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@15afe6f6] 01:29:43.022 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:29:43.022 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 01:29:43.023 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@66108383 01:29:43.023 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:29:43.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.simpleservice2, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:29:43.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.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:29:43.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@66108383 01:29:43.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.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:29:43.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:29:43.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:29:43.024 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:32 UTC 2024]; root of context hierarchy 01:29:43.024 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:32 UTC 2024]; root of context hierarchy] 01:29:43.025 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 01:29:43.026 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@618ba112] was unregistered and unbound from the service proxy 01:29:43.026 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@618ba112] was unregistered and unbound from the service proxy 01:29:43.026 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] stopped; transitive OSGi dependency [simpleService2] is unsatifised 01:29:43.026 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@618ba112] 01:29:43.027 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:29:43.027 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:29:43.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@66108383 01:29:43.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.simpleservice2, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:29:43.027 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:29:43.028 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:29:43.028 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@66108383 01:29:43.028 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:29:43.028 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:29:43.028 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:468 - Deregistering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:29:43.029 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies) 01:29:43.029 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:30 UTC 2024]; root of context hierarchy 01:29:43.029 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:30 UTC 2024]; root of context hierarchy] 01:29:43.057 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 01:29:43.058 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:29:43.059 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:29:43.059 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@66108383 01:29:43.059 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:29:43.059 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:29:43.060 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:29:43.062 [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@1a3fab80 01:29:43.063 [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@14f856b7 01:29:43.063 [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:29:43.063 [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@55c55c8c 01:29:43.064 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=18] for sending replayes events; last one was null 01:29:43.064 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=17] for sending replayes events; last one was null 01:29:43.065 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:29:43.066 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:29:43,774 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:29:43,918 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:29:43,921 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:29:43,944 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:29:43,989 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:29:43,992 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:29:43,998 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:29:44,010 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1f28c152 - No compression will be used 01:29:44,020 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:29:44,020 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:29:44,022 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:29:44,022 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:29:44,022 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:29:44,023 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:29:44,023 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:29:44,023 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:29:44,023 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:29:44,023 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:29:44,023 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:29:44,024 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:29:44,024 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:29:44,024 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:29:44,024 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:29:44,024 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:29:44,024 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:29:44,025 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:29:44,025 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:29:44,026 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@43814d18 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest 01:29:44.159 [main] TRACE o.e.g.b.i.d.DependencyTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:29:44.165 [main] TRACE o.e.g.b.i.d.DependencyTest:85 - Instantiating platform wrapper... 01:29:44.178 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi640717172748766130kf 01:29:44.179 [main] DEBUG o.e.g.b.i.d.DependencyTest:215 - About to start Knopflerfish OSGi Platform 01:29:44.299 [main] INFO o.e.g.b.i.d.DependencyTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:29:44.303 [main] TRACE o.e.g.b.i.d.DependencyTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:29:44.304 [main] TRACE o.e.g.b.i.d.DependencyTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:29:44.306 [main] DEBUG o.e.g.b.i.d.DependencyTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:29:44.307 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:29:44.437 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:29:44.454 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:29:44.460 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:29:44.462 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:29:44.471 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:29:44.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.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:29:44.490 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:29:44.500 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:29:44.506 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:29:44.513 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:29:44.542 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:29:44.560 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:29:44.567 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:29:44.579 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:29:44.582 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:29:44.588 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:29:44.593 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:29:44.617 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:29:44.627 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:29:44.633 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:29:44.635 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:29:44.636 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:29:44.637 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:29:44.638 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:29:44.641 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:29:44.660 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:29:44.661 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:29:44.668 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:29:44.669 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:29:44.670 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:29:44.673 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:29:44.675 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:29:44.678 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:29:44,708 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:29:44,752 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:29:44,755 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:29:44,771 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:29:44,805 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:29:44,808 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:29:44,812 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:29:44,821 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@602f6768 - No compression will be used 01:29:44,826 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:29:44,827 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:29:44,829 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:29:44,829 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:29:44,829 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:29:44,829 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:29:44,830 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:29:44,830 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:29:44,830 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:29:44,830 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:29:44,831 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:29:44,831 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:29:44,831 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:29:44,831 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:29:44,831 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:29:44,832 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:29:44,832 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:29:44,833 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:29:44,833 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:29:44,834 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@55362d8f - Registering current configuration as safe fallback point 01:29:44.848 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:29:44.860 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:29:45.029 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:29:45.030 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:29:45.035 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:29:45.038 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:29:45.043 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:29:45.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:29:45.045 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 01:29:45.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:29:45.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:29:45.048 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:45.048 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 01:29:45.048 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:29:45.048 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:29:45.049 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:45.050 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 01:29:45.050 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:29:45.050 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:29:45.051 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:45.051 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 01:29:45.056 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:29:45.057 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:29:45.057 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:45.058 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 01:29:45.058 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:29:45.058 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:29:45.059 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:45.060 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 01:29:45.060 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:29:45.060 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:29:45.061 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:45.061 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 01:29:45.061 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:29:45.061 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:29:45.062 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:45.062 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 01:29:45.062 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:29:45.063 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:29:45.063 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:45.063 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 01:29:45.064 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:29:45.064 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:29:45.065 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:45.065 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 01:29:45.065 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:29:45.065 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:29:45.066 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:45.066 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 01:29:45.066 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:29:45.067 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:29:45.067 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:45.067 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 01:29:45.068 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:29:45.068 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:29:45.069 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:45.069 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 01:29:45.070 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:29:45.070 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:29:45.070 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:45.070 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 01:29:45.070 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:29:45.070 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:29:45.071 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:45.071 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 01:29:45.071 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:29:45.071 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:29:45.073 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:45.073 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 01:29:45.073 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:29:45.083 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:29:45.083 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:29:45.086 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:29:45.087 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:29:45.090 [BundleStart #16] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:29:45.092 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:29:45.093 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@5437149d w/ reference null 01:29:45.093 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@5437149d w/ reference null 01:29:45.094 [BundleStart #16] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 01:29:45.098 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:29:45.109 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:45.110 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:29:45.110 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:29:45.113 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:45.113 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:29:45.114 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:29:45.116 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:45.116 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:29:45.116 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:29:45.117 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:45.117 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:29:45.117 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:29:45.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:29:45.119 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:29:45.119 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:29:45.121 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:45.122 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:29:45.122 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:29:45.122 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:45.123 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:29:45.123 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:29:45.124 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:45.124 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:29:45.124 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:29:45.125 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:45.126 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:29:45.126 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:29:45.127 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:45.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:29:45.128 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:29:45.129 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:45.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:29:45.130 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:29:45.130 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:45.130 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:29:45.131 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:29:45.133 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:45.133 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:29:45.133 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:29:45.134 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:45.134 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:29:45.134 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:29:45.135 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:45.135 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:29:45.135 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:29:45.138 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:45.139 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:29:45.140 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:29:45.162 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:29:45.164 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:45.164 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:29:45.164 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:29:45.165 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:45.169 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 01:29:45.170 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:29:45.172 [main] INFO o.e.g.b.i.d.DependencyTest:199 - org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/DependencyTest-bundle.properties was not found; using defaults 01:29:45.172 [main] DEBUG o.e.g.b.i.d.DependencyTest:511 - Post processing: creating test bundle 01:29:45.185 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.dependencyWithDelay] 01:29:45.185 [main] INFO o.e.g.b.i.d.DependencyTest:202 - Automatically creating Manifest for the test bundle 01:29:45.186 [main] INFO o.e.g.b.i.d.DependencyTest:366 - Using the test class for generating bundle imports 01:29:45.188 [main] TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/DependencyTest.class 01:29:45.188 [main] TRACE o.e.g.b.i.d.DependencyTest:460 - Package [org.eclipse.gemini.blueprint.iandt.dependencyWithDelay] is part of the test archive; parsing DependencyTest bytecode to determine imports... 01:29:45.192 [main] TRACE o.e.g.b.i.d.DependencyTest:491 - Visiting class DependencyTest 01:29:45.205 [main] TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:29:45.206 [main] TRACE o.e.g.b.i.d.DependencyTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 01:29:45.206 [main] TRACE o.e.g.b.i.d.DependencyTest:491 - Visiting class BaseIntegrationTest 01:29:45.209 [main] TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:29:45.210 [main] TRACE o.e.g.b.i.d.DependencyTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 01:29:45.210 [main] TRACE o.e.g.b.i.d.DependencyTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:29:45.211 [main] TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:29:45.212 [main] TRACE o.e.g.b.i.d.DependencyTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 01:29:45.212 [main] TRACE o.e.g.b.i.d.DependencyTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:29:45.213 [main] TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:29:45.213 [main] TRACE o.e.g.b.i.d.DependencyTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 01:29:45.213 [main] TRACE o.e.g.b.i.d.DependencyTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.dependencyWithDelay, org.eclipse.gemini.blueprint.iandt, java.lang, org.osgi.framework, org.eclipse.gemini.blueprint.test.provisioning, org.springframework.core.io, java.net, java.io, org.eclipse.gemini.blueprint.util, java.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util} 01:29:45.213 [main] TRACE o.e.g.b.i.d.DependencyTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.dependencyWithDelay, java.lang, java.net, java.io, java.util, java.util.jar, java.security, java.lang.reflect] 01:29:45.214 [main] TRACE o.e.g.b.i.d.DependencyTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:29:45.214 [main] TRACE o.e.g.b.i.d.DependencyTest:282 - Filtered imports are [org.osgi.framework, org.eclipse.gemini.blueprint.test.provisioning, org.springframework.core.io, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util] 01:29:45.214 [main] DEBUG o.e.g.b.i.d.DependencyTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest, Bundle-Name=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.test.provisioning,org.springframework.core.io,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util, Manifest-Version=1.0] 01:29:45.215 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest, Bundle-Name=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.test.provisioning,org.springframework.core.io,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util, Manifest-Version=1.0]] 01:29:45.215 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:29:45.215 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:29:45.215 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:29:45.215 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:29:45.216 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:29:45.216 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:29:45.216 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:29:45.216 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:29:45.216 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:29:45.217 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:29:45.217 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/ 01:29:45.217 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/DependencyTest$1.class 01:29:45.217 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/DependencyTest.class 01:29:45.217 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/FactoryDependencyTest$1.class 01:29:45.218 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/FactoryDependencyTest.class 01:29:45.225 [main] DEBUG o.e.g.b.i.d.DependencyTest:557 - Test bundle [TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest)] successfully installed 01:29:45.225 [main] DEBUG o.e.g.b.i.d.DependencyTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:29:45.229 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest)] 01:29:45.229 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:45.230 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest)] 01:29:45.230 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest)] 01:29:45.230 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:45.230 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest) 01:29:45.230 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest)] 01:29:45.231 [main] DEBUG o.e.g.b.i.d.DependencyTest:562 - Test bundle [TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest)] successfully started 01:29:45.231 [main] DEBUG o.e.g.b.i.d.DependencyTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:29:45.233 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:29:45.234 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:29:45.235 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:29:45.236 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:29:45.236 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:29:45.237 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest] does not trigger a context creation. 01:29:45.237 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:29:45.238 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:29:45.238 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:29:45.239 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:29:45.239 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:29:45.240 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:29:45.240 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:29:45.241 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:29:45.241 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:29:45.242 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:29:45.242 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:29:45.242 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:29:45.243 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:29:45.244 [main] TRACE o.e.g.b.i.d.DependencyTest:364 - Writing test name [testDependencies] to OSGi 01:29:45.258 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDependencies] for execution inside OSGi 01:29:45.259 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testDependencies] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@a514af7 01:29:45.260 [main] INFO o.e.g.b.i.d.DependencyTest:190 - Loading context for locations: 01:29:45.273 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest, config=): startup date [Sat Apr 27 01:29:45 UTC 2024]; root of context hierarchy 01:29:45.280 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:29:45.301 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@6a78afa0: defining beans []; root of factory hierarchy 01:29:45.312 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:29:45.312 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:29:45.314 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:29:45.315 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:29:45.318 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7d8704ef] 01:29:45.319 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@13b6aecc] 01:29:45.321 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@394df057] 01:29:45.325 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest, config=): startup date [Sat Apr 27 01:29:45 UTC 2024]; root of context hierarchy] 01:29:45.327 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest, org.springframework.context.service.name=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest, Bundle-SymbolicName=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest, Bundle-Version=0.0.0} 01:29:45.329 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:29:45.365 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] starting dependency test bundle 01:29:45.413 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] 01:29:45.414 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependencies]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:45.415 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] 01:29:45.415 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] 01:29:45.415 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependencies]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:45.415 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependencies]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies) 01:29:45.416 [BundleStart #19] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] 01:29:45.417 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-dependencies is type compatible with extender gemini-blueprint-extender; processing bundle... 01:29:45.418 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependencies]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:45.418 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] 01:29:45.421 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] 01:29:45.421 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 started dependency test bundle 01:29:45.422 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@335d75ef 01:29:45.422 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:29:45.422 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:29:45.423 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:45 UTC 2024]; root of context hierarchy 01:29:45.423 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:29:45.435 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/dependencies.xml] 01:29:45.471 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:29:45.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:29:45.473 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:29:45.473 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:29:45.563 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:29:45.564 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:29:45.611 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@3dc9bfba: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,simpleService3,simpleService2,nested,dependent]; root of factory hierarchy 01:29:45.611 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:29:45.612 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:29:45.612 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:29:45.612 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:29:45.622 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:29:45.626 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@3dc9bfba: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,simpleService3,simpleService2,nested,dependent]; root of factory hierarchy] 01:29:45.626 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:29:45.626 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@26987dfb 01:29:45.627 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&simpleService3, &simpleService2, &nested] 01:29:45.627 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:29:45.644 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2} and filter=[(service=3)] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] 01:29:45.645 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] 01:29:45.646 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:114 - Eager importer &simpleService3 implies dependecy DependencyService[Name=&simpleService3][Filter=(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))][Mandatory=true] 01:29:45.648 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2} and filter=[(service=2)] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] 01:29:45.648 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] 01:29:45.648 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:114 - Eager importer &simpleService2 implies dependecy DependencyService[Name=&simpleService2][Filter=(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))][Mandatory=true] 01:29:45.649 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.simpleservice.MyService} and filter=[] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 01:29:45.650 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 01:29:45.650 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:114 - Eager importer &nested implies dependecy DependencyService[Name=&nested][Filter=(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)][Mandatory=true] 01:29:45.651 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:372 - Adding OSGi service dependency for importer [&simpleService3] matching OSGi filter [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] 01:29:45.657 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:372 - Adding OSGi service dependency for importer [&simpleService2] matching OSGi filter [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] 01:29:45.657 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:372 - Adding OSGi service dependency for importer [&nested] matching OSGi filter [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 01:29:45.657 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 3 OSGi service dependencies, 3 unsatisfied (for beans [&simpleService3, &nested, &simpleService2]) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:29:45.657 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:317 - OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) is waiting for unsatisfied dependencies [[&simpleService3, &nested, &simpleService2]] 01:29:45.658 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&simpleService3, &simpleService2, &nested] 01:29:45.658 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [&simpleService3, &nested, &simpleService2] 01:29:45.658 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:267 - Registering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:29:45.658 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:406 - OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) has registered service dependency dependencyDetector with filter: (|(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)) 01:29:45.663 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 6 for bundle BundleImpl[id=19] 01:29:45.664 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:29:45.665 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:517 - Asynch wait-for-dependencies started... 01:29:47.413 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 01:29:47.414 [BundleStart #21] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:47.415 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 01:29:47.415 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 01:29:47.416 [BundleStart #21] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:47.416 [BundleStart #21] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3) 01:29:47.416 [BundleStart #21] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 01:29:47.417 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-2 is type compatible with extender gemini-blueprint-extender; processing bundle... 01:29:47.418 [BundleStart #21] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:47.418 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 01:29:47.418 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 01:29:47.418 [BundleStart #21] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:29:47.418 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@335d75ef 01:29:47.419 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 01:29:47.419 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 01:29:47.419 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:47 UTC 2024]; root of context hierarchy 01:29:47.419 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:29:47.419 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice3] incremented to 1 01:29:47.421 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:29:47.421 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://21/META-INF/spring/simpleservice-osgi.xml] 01:29:47.421 [main] DEBUG o.e.g.b.i.d.DependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3 01:29:47.425 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:29:47.425 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:29:47.426 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:29:47.426 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:29:47.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:29:47.456 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:29:47.468 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://21/META-INF/spring/simpleservice.xml] 01:29:47.471 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:29:47.471 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:29:47.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:29:47.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:29:47.498 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@52147236: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy 01:29:47.498 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:29:47.499 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:29:47.499 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:29:47.499 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:29:47.501 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:29:47.501 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@52147236: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 01:29:47.501 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:29:47.501 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@26987dfb 01:29:47.502 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:29:47.502 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:29:47.502 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 01:29:47.502 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:29:47.503 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:29:47.503 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 01:29:47.503 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 01:29:47.503 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:29:47.504 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 01:29:47.505 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@788e7100] 01:29:47.506 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5a4e7ed4] 01:29:47.518 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 01:29:47.519 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 01:29:47.520 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 01:29:47.520 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice2.impl.MyService2Impl] classes {} 01:29:47.521 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}] 01:29:47.523 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:128 - Handling service event [REGISTERED:ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice3] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3,Bundle-Version=1.0.0,service.ranking=4,service.id=10}] for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:29:47.524 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:243 - Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] (from bean [&simpleService2]) does not match: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice3] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3,Bundle-Version=1.0.0,service.ranking=4,service.id=10} 01:29:47.524 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:183 - Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] (from bean [&simpleService3]) matched: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice3] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3,Bundle-Version=1.0.0,service.ranking=4,service.id=10} 01:29:47.525 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:198 - Registered dependency for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml); eliminating Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] (from bean [&simpleService3]), remaining [{Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] (from bean [&simpleService2])=&simpleService2, Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&nested])=&nested}] 01:29:47.525 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 6 for bundle BundleImpl[id=19] 01:29:47.526 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:243 - Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&nested]) does not match: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice3] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3,Bundle-Version=1.0.0,service.ranking=4,service.id=10} 01:29:47.526 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 01:29:47.527 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@651c0b1a] 01:29:47.527 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:47 UTC 2024]; root of context hierarchy] 01:29:47.528 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice3, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice3, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3, Bundle-Version=1.0.0} 01:29:47.528 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:29:47.529 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice3] decremented to 0 01:29:47.529 [main] DEBUG o.e.g.b.i.d.DependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3 01:29:47.530 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=21] started bundle [org.eclipse.gemini.blueprint.iandt.simpleservice3] 01:29:47.558 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:29:47.559 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:47.559 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:29:47.560 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:29:47.560 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:47.561 [BundleStart #20] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2) 01:29:47.561 [BundleStart #20] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:29:47.561 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-2 is type compatible with extender gemini-blueprint-extender; processing bundle... 01:29:47.562 [BundleStart #20] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:47.562 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:29:47.562 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:29:47.562 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 01:29:47.562 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@335d75ef 01:29:47.562 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice2] incremented to 1 01:29:47.563 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:29:47.563 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:29:47.563 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:29:47.564 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:47 UTC 2024]; root of context hierarchy 01:29:47.564 [main] DEBUG o.e.g.b.i.d.DependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 01:29:47.564 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:29:47.566 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice.xml] 01:29:47.569 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:29:47.570 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:29:47.570 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:29:47.571 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:29:47.593 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice-osgi.xml] 01:29:47.596 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:29:47.596 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:29:47.597 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:29:47.597 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:29:47.617 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:29:47.617 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:29:47.626 [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 [simpleService,simpleServiceOsgi]; root of factory hierarchy 01:29:47.626 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:29:47.626 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:29:47.627 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:29:47.627 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:29:47.628 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:29:47.628 [EclipseGeminiBlueprintExtenderThread-1] 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 [simpleService,simpleServiceOsgi]; root of factory hierarchy] 01:29:47.629 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:29:47.629 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@26987dfb 01:29:47.629 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:29:47.657 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:29:47.657 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:29:47.657 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:29:47.657 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:29:47.657 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:29:47.658 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:29:47.658 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:29:47.658 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:29:47.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@40ad7abc] 01:29:47.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@79565d7e] 01:29:47.661 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 01:29:47.661 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 01:29:47.662 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 01:29:47.662 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice2.impl.MyService2Impl] classes {} 01:29:47.662 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}] 01:29:47.663 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:128 - Handling service event [REGISTERED:ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice2] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2,Bundle-Version=1.0.0,service.id=12}] for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:29:47.663 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:183 - Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] (from bean [&simpleService2]) matched: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice2] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2,Bundle-Version=1.0.0,service.id=12} 01:29:47.663 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:198 - Registered dependency for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml); eliminating Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] (from bean [&simpleService2]), remaining [{Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&nested])=&nested}] 01:29:47.664 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 6 for bundle BundleImpl[id=19] 01:29:47.664 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:243 - Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] (from bean [&simpleService3]) does not match: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice2] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2,Bundle-Version=1.0.0,service.id=12} 01:29:47.664 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:243 - Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&nested]) does not match: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice2] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2,Bundle-Version=1.0.0,service.id=12} 01:29:47.665 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 01:29:47.665 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@5d1a2cac] 01:29:47.665 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:47 UTC 2024]; root of context hierarchy] 01:29:47.666 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice2, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0} 01:29:47.666 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:29:47.667 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice2] decremented to 0 01:29:47.667 [main] DEBUG o.e.g.b.i.d.DependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 01:29:47.667 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=20] started bundle [org.eclipse.gemini.blueprint.iandt.simpleservice2] 01:29:47.669 [BundleStart #22] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:29:47.669 [BundleStart #22] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:47.670 [BundleStart #22] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:29:47.670 [BundleStart #22] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:29:47.670 [BundleStart #22] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:47.671 [BundleStart #22] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 01:29:47.671 [BundleStart #22] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:29:47.671 [BundleStart #22] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 01:29:47.672 [BundleStart #22] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:47.672 [BundleStart #22] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:29:47.672 [BundleStart #22] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:29:47.672 [BundleStart #22] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 4 01:29:47.672 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] incremented to 1 01:29:47.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@335d75ef 01:29:47.673 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:29:47.673 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:29:47.673 [main] DEBUG o.e.g.b.i.d.DependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:29:47.673 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:29:47.674 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:47 UTC 2024]; root of context hierarchy 01:29:47.674 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:29:47.676 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://22/META-INF/spring/simpleservice-osgi.xml] 01:29:47.679 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:29:47.679 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:29:47.680 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:29:47.680 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:29:47.698 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:29:47.699 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:29:47.708 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://22/META-INF/spring/simpleservice.xml] 01:29:47.728 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:29:47.729 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 01:29:47.730 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:29:47.730 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:29:47.829 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@1b0f7ab3: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 01:29:47.830 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:29:47.830 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:29:47.830 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:29:47.830 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:29:47.832 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:29:47.832 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@1b0f7ab3: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 01:29:47.832 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:29:47.832 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@26987dfb 01:29:47.832 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:29:47.833 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:29:47.833 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:29:47.833 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:29:47.833 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:29:47.833 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:29:47.833 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:29:47.833 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:29:47.833 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:29:47.834 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@344ef03e] 01:29:47.834 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@460caec3] Delaying for:10000 01:29:57.836 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 01:29:57.837 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 01:29:57.837 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 01:29:57.837 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice.impl.MyServiceImpl] classes {} 01:29:57.837 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 01:29:57.838 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:128 - Handling service event [REGISTERED:ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=14}] for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:29:57.838 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:243 - Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] (from bean [&simpleService2]) does not match: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=14} 01:29:57.838 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:243 - Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] (from bean [&simpleService3]) does not match: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=14} 01:29:57.839 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:183 - Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&nested]) matched: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=14} 01:29:57.839 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:198 - Registered dependency for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml); eliminating Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&nested]), remaining [{}] 01:29:57.839 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.b.a.BlueprintContainerProcessor:254 - All dependencies satisfied, not sending Blueprint GRACE event with emtpy dependencies from org.eclipse.gemini.blueprint.extender.event.BootstrappingDependenciesEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:45 UTC 2024]; root of context hierarchy] 01:29:57.840 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:468 - Deregistering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:29:57.840 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:146 - No unsatisfied OSGi service dependencies; completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:29:57.840 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:29:57.840 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:29:57.841 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 01:29:57.841 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@ca25fef] 01:29:57.841 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:47 UTC 2024]; root of context hierarchy] 01:29:57.842 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0} 01:29:57.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:29:57.843 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] decremented to 0 01:29:57.843 [main] DEBUG o.e.g.b.i.d.DependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:29:57.843 [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:29:57.844 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.dependencies] incremented to 1 01:29:57.844 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:29:57.844 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:29:57.844 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:29:57.845 [main] DEBUG o.e.g.b.i.d.DependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.dependencies 01:29:57.851 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:29:57.860 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 01:29:57.861 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 01:29:57.861 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 01:29:57.861 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 01:29:57.862 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 01:29:57.864 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:29:57.865 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:29:57.865 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:29:57.865 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:29:57.867 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5ca21cfa] 01:29:57.867 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@428f90cd] 01:29:57.869 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] 01:29:57.869 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@3d3fcb23} 01:29:57.870 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3d3fcb23] bound to proxy 01:29:57.870 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3d3fcb23] bound to proxy 01:29:57.871 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.dependencies.DependentImplBeanInfo] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 01:29:57.871 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:29:57.872 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] exports [org.eclipse.gemini.blueprint.iandt.dependencies] as version [0.0.0] but version [null] was required 01:29:57.872 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [java.lang.ObjectBeanInfo] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 01:29:57.872 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [java.lang.ObjectCustomizer] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 01:29:57.873 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.dependencies.DependentImplCustomizer] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 01:29:57.874 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:29:57.874 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] exports [org.eclipse.gemini.blueprint.iandt.dependencies] as version [0.0.0] but version [null] was required 01:29:57.875 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.dependencies.DependentCustomizer] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 01:29:57.875 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:29:57.875 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] exports [org.eclipse.gemini.blueprint.iandt.dependencies] as version [0.0.0] but version [null] was required 01:29:57.876 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] 01:29:57.876 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@32a8645c} 01:29:57.877 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@32a8645c] bound to proxy 01:29:57.877 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@32a8645c] bound to proxy 01:29:57.877 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 01:29:57.878 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@2ffb8665} 01:29:57.878 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2ffb8665] bound to proxy 01:29:57.878 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2ffb8665] bound to proxy 01:29:57.879 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 01:29:57.879 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{&simpleService2, &simpleService3, &nested} 01:29:57.879 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[&simpleService2, &simpleService3, &nested] 01:29:57.885 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ServiceReferenceProxy] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 01:29:57.885 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.dependencies.DependentImpl] classes {} 01:29:57.886 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.dependencies.Dependent}] 01:29:57.886 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 01:29:57.886 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@1ca0c946] 01:29:57.887 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:45 UTC 2024]; root of context hierarchy] 01:29:57.887 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.dependencies, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.dependencies, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependencies, Bundle-Version=1.0.0} 01:29:57.887 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:29:57.888 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.dependencies] decremented to 0 01:29:57.888 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:29:57.888 [main] DEBUG o.e.g.b.i.d.DependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.dependencies 01:29:57.889 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.dependencies] {org.eclipse.gemini.blueprint.iandt.dependencies.Dependent}={org.eclipse.gemini.blueprint.bean.name=dependent,org.springframework.osgi.bean.name=dependent,osgi.service.blueprint.compname=dependent,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependencies,Bundle-Version=1.0.0,service.id=16} 01:29:57.890 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:29:57.891 [main] TRACE o.e.g.b.i.d.DependencyTest:440 - Reading OSGi results for test [testDependencies] 01:29:57.891 [main] DEBUG o.e.g.b.i.d.DependencyTest:447 - Test[testDependencies]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.739 sec - in org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest 01:29:57.896 [Thread-0] INFO o.e.g.b.i.d.DependencyTest:471 - Shutting down OSGi platform 01:29:57.897 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest) 01:29:57.897 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest, config=): startup date [Sat Apr 27 01:29:45 UTC 2024]; root of context hierarchy 01:29:57.897 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:29:57.897 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest, config=): startup date [Sat Apr 27 01:29:45 UTC 2024]; root of context hierarchy] 01:29:57.897 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:29:57.898 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:29:57.898 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:29:57.898 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:29:57.898 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19], BundleImpl[id=20], BundleImpl[id=21], BundleImpl[id=22]] 01:29:57.899 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:29:57.912 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.dependencies has unused registered services; added for shutdown 01:29:57.912 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.simpleservice2 has unused registered services; added for shutdown 01:29:57.912 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.simpleservice3 has unused registered services; added for shutdown 01:29:57.913 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.simpleservice has unused registered services; added for shutdown 01:29:57.914 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=22], BundleImpl[id=21], BundleImpl[id=20], BundleImpl[id=19]] 01:29:57.915 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:29:57.915 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:29:57.916 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@335d75ef 01:29:57.916 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:29:57.916 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:29:57.916 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 01:29:57.916 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:47 UTC 2024]; root of context hierarchy 01:29:57.917 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:47 UTC 2024]; root of context hierarchy] 01:29:57.917 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 01:29:57.918 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2ffb8665] was unregistered and unbound from the service proxy 01:29:57.918 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2ffb8665] was unregistered and unbound from the service proxy 01:29:57.918 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] stopped; transitive OSGi dependency [nested] is unsatifised 01:29:57.919 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.dependencies] {org.eclipse.gemini.blueprint.iandt.dependencies.Dependent}={org.eclipse.gemini.blueprint.bean.name=dependent,org.springframework.osgi.bean.name=dependent,osgi.service.blueprint.compname=dependent,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependencies,Bundle-Version=1.0.0,service.id=16} 01:29:57.919 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@1b43dc85] 01:29:57.919 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@2ffb8665] 01:29:57.920 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:29:57.920 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 3 01:29:57.920 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@335d75ef 01:29:57.920 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:29:57.920 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:29:57.921 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 01:29:57.921 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@335d75ef 01:29:57.921 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 01:29:57.921 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 01:29:57.921 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3) 01:29:57.922 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:47 UTC 2024]; root of context hierarchy 01:29:57.922 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:47 UTC 2024]; root of context hierarchy] 01:29:57.922 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 01:29:57.922 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@32a8645c] was unregistered and unbound from the service proxy 01:29:57.922 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@32a8645c] was unregistered and unbound from the service proxy 01:29:57.923 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] stopped; transitive OSGi dependency [simpleService3] is unsatifised 01:29:57.923 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@32a8645c] 01:29:57.923 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:29:57.923 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 01:29:57.923 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@335d75ef 01:29:57.924 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:29:57.924 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:29:57.924 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:29:57.924 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@335d75ef 01:29:57.924 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:29:57.924 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:29:57.924 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2) 01:29:57.925 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:47 UTC 2024]; root of context hierarchy 01:29:57.925 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:47 UTC 2024]; root of context hierarchy] 01:29:57.925 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 01:29:57.926 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3d3fcb23] was unregistered and unbound from the service proxy 01:29:57.926 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3d3fcb23] was unregistered and unbound from the service proxy 01:29:57.926 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] stopped; transitive OSGi dependency [simpleService2] is unsatifised 01:29:57.926 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@3d3fcb23] 01:29:57.927 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:29:57.927 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:29:57.927 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@335d75ef 01:29:57.927 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:29:57.927 [Framework shutdown] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:29:57.927 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:29:57.927 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@335d75ef 01:29:57.928 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:29:57.928 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:29:57.928 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:468 - Deregistering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:29:57.928 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies) 01:29:57.928 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:45 UTC 2024]; root of context hierarchy 01:29:57.928 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:29:45 UTC 2024]; root of context hierarchy] 01:29:57.929 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 01:29:57.929 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:29:57.929 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:29:57.929 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@335d75ef 01:29:57.929 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:29:57.930 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:29:57.930 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:29:57.932 [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:29:57.932 [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:29:57.932 [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:29:57.932 [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:29:57.932 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=18] for sending replayes events; last one was null 01:29:57.933 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=17] for sending replayes events; last one was null 01:29:57.933 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:29:57.934 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:29:58,659 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:29:58,778 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:29:58,781 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:29:58,804 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:29:58,845 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:29:58,847 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:29:58,853 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:29:58,866 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:29:58,874 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:29:58,874 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:29:58,876 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:29:58,877 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:29:58,877 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:29:58,877 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:29:58,877 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:29:58,877 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:29:58,878 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:29:58,878 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:29:58,878 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:29:58,878 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:29:58,878 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:29:58,878 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:29:58,879 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:29:58,879 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:29:58,879 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:29:58,880 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:29:58,880 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:29:58,881 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest 01:29:59.024 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 01:29:59.029 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:85 - Instantiating platform wrapper... 01:29:59.043 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi6478912768405655849kf 01:29:59.043 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:215 - About to start Knopflerfish OSGi Platform 01:29:59.167 [main] INFO o.e.g.b.i.r.RecursiveTypesTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:29:59.171 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 01:29:59.172 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.1.BUILD-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 01:29:59.173 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 01:29:59.174 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:29:59.321 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:29:59.337 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:29:59.343 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:29:59.346 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:29:59.355 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:29:59.366 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:29:59.368 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:29:59.376 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:29:59.382 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:29:59.388 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:29:59.411 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:29:59.414 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:29:59.419 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:29:59.428 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:29:59.431 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:29:59.458 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:29:59.462 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:29:59.482 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 01:29:59.490 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:29:59.495 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:29:59.497 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:29:59.498 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 01:29:59.498 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 01:29:59.499 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 01:29:59.502 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:29:59.506 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:29:59.506 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:29:59.513 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:29:59.514 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:29:59.515 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 01:29:59.520 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 01:29:59.522 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 01:29:59.524 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 01:29:59,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:29:59,636 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:29:59,639 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:29:59,651 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:29:59,678 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:29:59,680 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:29:59,685 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:29:59,693 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3580c2e5 - No compression will be used 01:29:59,698 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:29:59,698 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:29:59,700 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:29:59,700 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:29:59,700 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:29:59,701 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:29:59,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:29:59,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:29:59,701 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:29:59,702 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:29:59,702 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:29:59,702 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:29:59,702 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:29:59,702 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:29:59,702 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:29:59,703 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:29:59,703 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:29:59,704 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:29:59,704 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:29:59,705 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6ae2e1d1 - Registering current configuration as safe fallback point 01:29:59.719 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:29:59.730 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:29:59.879 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:29:59.880 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:29:59.884 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:29:59.888 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:29:59.893 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:29:59.895 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:59.895 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 01:29:59.895 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:29:59.896 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:29:59.897 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:59.897 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 01:29:59.898 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:29:59.898 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:29:59.899 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:59.899 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 01:29:59.899 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:29:59.900 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:29:59.900 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:59.900 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 01:29:59.901 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:29:59.901 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:29:59.901 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:59.902 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 01:29:59.902 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:29:59.902 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:29:59.904 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:59.904 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 01:29:59.905 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:29:59.905 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:29:59.906 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:59.906 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 01:29:59.906 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:29:59.906 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:29:59.907 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:59.907 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 01:29:59.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:29:59.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:29:59.909 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:59.909 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 01:29:59.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:29:59.909 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:29:59.910 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:59.910 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 01:29:59.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:29:59.911 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:29:59.912 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:59.912 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 01:29:59.912 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:29:59.912 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:29:59.913 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:59.913 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 01:29:59.913 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:29:59.913 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:29:59.914 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:59.914 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 01:29:59.915 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:29:59.915 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:29:59.915 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:59.915 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 01:29:59.915 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:29:59.916 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:29:59.916 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:59.916 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 01:29:59.917 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:29:59.917 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:29:59.918 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:59.919 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 01:29:59.919 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:29:59.928 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:29:59.928 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:29:59.931 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:29:59.932 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:29:59.935 [BundleStart #16] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 01:29:59.937 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:29:59.938 [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:29:59.938 [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:29:59.939 [BundleStart #16] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 01:29:59.943 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:29:59.957 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:59.958 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:29:59.958 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:29:59.961 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:59.961 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:29:59.962 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:29:59.963 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:59.964 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:29:59.964 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:29:59.965 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:59.965 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:29:59.965 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:29:59.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:29:59.967 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:29:59.967 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:29:59.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:29:59.970 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:29:59.970 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:29:59.970 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:59.971 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:29:59.971 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:29:59.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:29:59.972 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:29:59.972 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:29:59.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:29:59.974 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:29:59.974 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:29:59.975 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:59.975 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:29:59.976 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:29:59.977 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:59.977 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:29:59.978 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:29:59.978 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:59.978 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:29:59.979 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:29:59.981 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:59.981 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:29:59.981 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:29:59.982 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:59.982 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:29:59.982 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:29:59.983 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:59.983 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:29:59.983 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:29:59.986 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:59.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:29:59.988 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 01:29:59.994 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:29:59.995 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:29:59.995 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 01:29:59.996 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:29:59.996 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:29:59.997 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:29:59.997 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:29:59.999 [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:30:00.000 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:511 - Post processing: creating test bundle 01:30:00.015 [main] TRACE o.e.g.b.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:30:00.016 [main] INFO o.e.g.b.i.r.RecursiveTypesTest:202 - Automatically creating Manifest for the test bundle 01:30:00.017 [main] INFO o.e.g.b.i.r.RecursiveTypesTest:366 - Using the test class for generating bundle imports 01:30:00.020 [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:30:00.020 [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:30:00.024 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:491 - Visiting class RecursiveTypesTest 01:30:00.036 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:30:00.036 [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:30:00.036 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:491 - Visiting class BaseIntegrationTest 01:30:00.041 [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:30:00.041 [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:30:00.041 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:30:00.043 [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:30:00.044 [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:30:00.044 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:30:00.045 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:30:00.045 [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:30:00.045 [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:30:00.046 [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:30:00.046 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:30:00.046 [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:30:00.046 [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:30:00.047 [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:30:00.047 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:30:00.047 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:30:00.047 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:30:00.048 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:30:00.048 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:30:00.048 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:30:00.048 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:30:00.048 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:30:00.048 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:30:00.049 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:30:00.049 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/recursive/ 01:30:00.049 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/recursive/RecursiveTypesTest.class 01:30:00.063 [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:30:00.063 [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:30:00.066 [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:30:00.066 [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:30:00.066 [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:30:00.067 [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:30:00.067 [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:30:00.067 [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:30:00.068 [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:30:00.068 [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:30:00.068 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:30:00.070 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:30:00.071 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:30:00.072 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:30:00.073 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:30:00.073 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:30:00.074 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:30:00.074 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:30:00.075 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:30:00.076 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:30:00.076 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:30:00.076 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:30:00.077 [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:30:00.077 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:30:00.078 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:30:00.078 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:30:00.079 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:30:00.079 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:30:00.080 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:30:00.081 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:30:00.082 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:364 - Writing test name [testBeanReference] to OSGi 01:30:00.095 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBeanReference] for execution inside OSGi 01:30:00.096 [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:30:00.096 [main] INFO o.e.g.b.i.r.RecursiveTypesTest:190 - Loading context for locations: 01:30:00.110 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBeanReference-org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest, config=): startup date [Sat Apr 27 01:30:00 UTC 2024]; root of context hierarchy 01:30:00.116 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:30:00.137 [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:30:00.147 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:30:00.147 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:30:00.148 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:30:00.149 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:30:00.153 [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:30:00.153 [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:30:00.156 [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:30:00.159 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBeanReference-org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBeanReference-org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest, config=): startup date [Sat Apr 27 01:30:00 UTC 2024]; root of context hierarchy] 01:30:00.161 [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:30:00.163 [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:30:00.197 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:30:00.211 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Recursive-Type-Sample (org.eclipse.gemini.blueprint.iandt.recursive)] 01:30:00.212 [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:30:00.212 [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:30:00.212 [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:30:00.213 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Recursive-Type-Sample (org.eclipse.gemini.blueprint.iandt.recursive)] 01:30:00.215 [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:30:00.216 [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:30:00.217 [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:30:00.219 [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:30:00.219 [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:30:00.222 [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:30:00.222 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:30:00.223 [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@3602e8b3 01:30:00.224 [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:30:00.224 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:30:00.225 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.recursive 01:30:00.226 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 1 for bundle BundleImpl[id=19] 01:30:00.231 [EclipseGeminiBlueprintExtenderThread-1] 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:30:00.231 [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:30:00.232 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.recursive, config=bundle://19/OSGI-INF/blueprint/recursive.xml): startup date [Sat Apr 27 01:30:00 UTC 2024]; root of context hierarchy 01:30:00.233 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:30:00.243 [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:30:00.278 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:30:00.279 [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:30:00.280 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:30:00.280 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:30:00.368 [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#1af07b80] 01:30:00.370 [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@3602fb5a: defining beans [recursiveTestBean]; root of factory hierarchy 01:30:00.371 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:30:00.371 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:30:00.371 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:30:00.371 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:30:00.387 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:209 - Registering pre-defined bean named blueprintBundle 01:30:00.388 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:209 - Registering pre-defined bean named blueprintBundleContext 01:30:00.388 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:209 - Registering pre-defined bean named blueprintContainer 01:30:00.389 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:209 - Registering pre-defined bean named blueprintConverter 01:30:00.390 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.b.c.s.i.c.CycleOrderingProcessor:60 - Inspecting cycles for (blueprint) bean recursiveTestBean 01:30:00.392 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:30:00.395 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@3602fb5a: defining beans [recursiveTestBean,blueprintBundle,blueprintBundleContext,blueprintContainer,blueprintConverter]; root of factory hierarchy] 01:30:00.396 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:30:00.396 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@ff8e12e 01:30:00.396 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:30:00.397 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:30:00.397 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.recursive, config=bundle://19/OSGI-INF/blueprint/recursive.xml) 01:30:00.397 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:30:00.397 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:30:00.397 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.recursive, config=bundle://19/OSGI-INF/blueprint/recursive.xml) 01:30:00.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.recursive, config=bundle://19/OSGI-INF/blueprint/recursive.xml) 01:30:00.398 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:30:00.398 [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:30:00.399 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1a9498c3] 01:30:00.400 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@622a6f96] Loaded the generic argument:org.eclipse.gemini.blueprint.iandt.recursive.RecursiveGenericType@534cd4d 01:30:00.430 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@55e2cb6e] 01:30:00.430 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.recursive, config=bundle://19/OSGI-INF/blueprint/recursive.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.recursive, config=bundle://19/OSGI-INF/blueprint/recursive.xml): startup date [Sat Apr 27 01:30:00 UTC 2024]; root of context hierarchy] 01:30:00.443 [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:30:00.443 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.b.c.s.BlueprintContainerServicePublisher:101 - Publishing service under classes {org.osgi.service.blueprint.container.BlueprintContainer} 01:30:00.444 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.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:30:00.445 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:30:00.445 [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:30:00.446 [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:30:00.447 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:30:00.447 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:30:00.448 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:440 - Reading OSGi results for test [testBeanReference] 01:30:00.449 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:447 - Test[testBeanReference]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.433 sec - in org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest 01:30:00.455 [Thread-0] INFO o.e.g.b.i.r.RecursiveTypesTest:471 - Shutting down OSGi platform 01:30:00.456 [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:30:00.456 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBeanReference-org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest, config=): startup date [Sat Apr 27 01:30:00 UTC 2024]; root of context hierarchy 01:30:00.456 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:30:00.457 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:30:00.457 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBeanReference-org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBeanReference-org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest, config=): startup date [Sat Apr 27 01:30:00 UTC 2024]; root of context hierarchy] 01:30:00.457 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:30:00.457 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:30:00.458 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:30:00.458 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19]] 01:30:00.459 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:30:00.459 [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:30:00.460 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19]] 01:30:00.462 [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:30:00.463 [Gemini Blueprint 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:30:00.463 [Gemini Blueprint context 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@3602e8b3 01:30:00.463 [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:30:00.463 [Gemini Blueprint context 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:30:00.464 [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:30:00.464 [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:30:00.464 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.recursive, config=bundle://19/OSGI-INF/blueprint/recursive.xml): startup date [Sat Apr 27 01:30:00 UTC 2024]; root of context hierarchy 01:30:00.464 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.recursive, config=bundle://19/OSGI-INF/blueprint/recursive.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.recursive, config=bundle://19/OSGI-INF/blueprint/recursive.xml): startup date [Sat Apr 27 01:30:00 UTC 2024]; root of context hierarchy] 01:30:00.466 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:30:00.466 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:30:00.467 [Gemini Blueprint context 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@3602e8b3 01:30:00.467 [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:30:00.467 [Gemini Blueprint context shutdown thread 1] TRACE o.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:30:00.467 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:30:00.468 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:30:00.469 [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@4902befb 01:30:00.469 [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:30:00.470 [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:30:00.470 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:30:00.471 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:30:01,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:30:01,354 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:30:01,358 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:30:01,381 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:30:01,419 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:30:01,422 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:30:01,428 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:30:01,438 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:30:01,446 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:30:01,446 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:30:01,448 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:30:01,449 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:30:01,449 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:30:01,449 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:30:01,449 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:30:01,449 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:30:01,449 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:30:01,450 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:30:01,450 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:30:01,450 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:30:01,450 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:30:01,450 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:30:01,450 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:30:01,450 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:30:01,451 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:30:01,451 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:30:01,451 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:30:01,452 |-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:30:01.572 [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:30:01.578 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:85 - Instantiating platform wrapper... 01:30:01.590 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi7668082032674704777kf 01:30:01.591 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:215 - About to start Knopflerfish OSGi Platform 01:30:01.713 [main] INFO o.e.g.b.i.e.ErrorHandlingTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:30:01.716 [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:30:01.717 [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:30:01.719 [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:30:01.720 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:30:01.850 [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:30:01.870 [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:30:01.877 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 01:30:01.879 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:30:01.888 [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:30:01.900 [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:30:01.902 [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:30:01.906 [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:30:01.912 [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:30:01.918 [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:30:01.936 [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:30:01.939 [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:30:01.960 [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:30:01.974 [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:30:01.978 [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:30:01.983 [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:30:01.987 [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:30:02.008 [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:30:02.016 [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:30:02.022 [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:30:02.024 [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:30:02.025 [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:30:02.026 [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:30:02.027 [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:30:02.029 [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:30:02.033 [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:30:02.034 [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:30:02.057 [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:30:02.058 [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:30:02.059 [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:30:02.063 [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:30:02.066 [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:30:02.069 [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:30:02,101 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] 01:30:02,144 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:30:02,146 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:30:02,157 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:30:02,184 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:30:02,186 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:30:02,190 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:30:02,198 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@49b1c2dd - No compression will be used 01:30:02,203 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:30:02,203 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:30:02,205 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:30:02,205 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:30:02,205 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:30:02,206 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:30:02,206 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 01:30:02,206 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:30:02,206 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:30:02,207 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:30:02,207 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:30:02,207 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:30:02,207 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:30:02,207 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:30:02,208 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:30:02,208 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:30:02,208 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:30:02,209 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:30:02,209 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:30:02,210 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@58a98683 - Registering current configuration as safe fallback point 01:30:02.224 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:30:02.236 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 01:30:02.408 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:30:02.409 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:30:02.413 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:30:02.417 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:30:02.423 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:30:02.425 [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:30:02.425 [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:30:02.430 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:30:02.430 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:30:02.432 [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:30:02.432 [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:30:02.432 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:30:02.433 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:30:02.434 [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:30:02.434 [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:30:02.434 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:30:02.435 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:30:02.435 [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:30:02.436 [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:30:02.436 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:30:02.436 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:30:02.437 [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:30:02.437 [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:30:02.437 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:30:02.438 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:30:02.439 [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:30:02.439 [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:30:02.439 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:30:02.440 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:30:02.440 [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:30:02.440 [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:30:02.441 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:30:02.441 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:30:02.442 [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:30:02.442 [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:30:02.442 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:30:02.443 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:30:02.444 [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:30:02.444 [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:30:02.444 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:30:02.444 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:30:02.445 [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:30:02.445 [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:30:02.445 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 01:30:02.446 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:30:02.447 [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:30:02.447 [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:30:02.447 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 01:30:02.447 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:30:02.448 [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:30:02.448 [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:30:02.448 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:30:02.448 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:30:02.450 [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:30:02.450 [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:30:02.450 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:30:02.450 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:30:02.450 [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:30:02.451 [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:30:02.451 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:30:02.451 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:30:02.452 [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:30:02.452 [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:30:02.452 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:30:02.452 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:30:02.454 [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:30:02.456 [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:30:02.457 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:30:02.466 [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:30:02.467 [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:30:02.470 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:30:02.470 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:30:02.474 [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:30:02.476 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:30:02.477 [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:30:02.477 [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:30:02.478 [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:30:02.482 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:30:02.493 [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:30:02.493 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:30:02.494 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:30:02.497 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:30:02.497 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 01:30:02.497 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:30:02.499 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:30:02.500 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 01:30:02.500 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:30:02.501 [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:30:02.501 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:30:02.501 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:30:02.502 [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:30:02.503 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:30:02.503 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:30:02.505 [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:30:02.505 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 01:30:02.506 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:30:02.506 [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:30:02.506 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:30:02.507 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:30:02.508 [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:30:02.508 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 01:30:02.508 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 01:30:02.509 [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:30:02.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:30:02.510 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:30:02.511 [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:30:02.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:30:02.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:30:02.513 [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:30:02.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:30:02.514 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:30:02.514 [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:30:02.515 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:30:02.515 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:30:02.517 [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:30:02.517 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 01:30:02.518 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:30:02.518 [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:30:02.519 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:30:02.519 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:30:02.519 [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:30:02.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:30:02.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:30:02.523 [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:30:02.524 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 01:30:02.525 [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:30:02.531 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:30:02.532 [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:30:02.533 [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:30:02.533 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:30:02.533 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:30:02.534 [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:30:02.534 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:30:02.536 [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:30:02.537 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:511 - Post processing: creating test bundle 01:30:02.549 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.errors] 01:30:02.549 [main] INFO o.e.g.b.i.e.ErrorHandlingTest:202 - Automatically creating Manifest for the test bundle 01:30:02.550 [main] INFO o.e.g.b.i.e.ErrorHandlingTest:366 - Using the test class for generating bundle imports 01:30:02.552 [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:30:02.552 [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:30:02.556 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:491 - Visiting class ErrorHandlingTest 01:30:02.568 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:30:02.569 [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:30:02.569 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:491 - Visiting class BaseIntegrationTest 01:30:02.573 [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:30:02.573 [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:30:02.574 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:30:02.575 [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:30:02.576 [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:30:02.576 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:30:02.577 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:30:02.577 [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:30:02.577 [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:30:02.577 [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:30:02.578 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:30:02.578 [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:30:02.578 [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:30:02.579 [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:30:02.579 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:30:02.579 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:30:02.579 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:30:02.579 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:30:02.580 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:30:02.580 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:30:02.580 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:30:02.580 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:30:02.580 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:30:02.581 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:30:02.581 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/errors/ 01:30:02.581 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/errors/ErrorHandlingTest.class 01:30:02.587 [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:30:02.587 [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:30:02.590 [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:30:02.591 [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:30:02.591 [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:30:02.591 [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:30:02.591 [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:30:02.592 [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:30:02.592 [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:30:02.592 [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:30:02.593 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:364 - Writing test name [testErrorHandling] to OSGi 01:30:02.607 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testErrorHandling] for execution inside OSGi 01:30:02.607 [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:30:02.608 [main] INFO o.e.g.b.i.e.ErrorHandlingTest:190 - Loading context for locations: 01:30:02.622 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest, config=): startup date [Sat Apr 27 01:30:02 UTC 2024]; root of context hierarchy 01:30:02.628 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:30:02.648 [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:30:02.658 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:30:02.659 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:30:02.660 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:30:02.661 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:30:02.665 [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:30:02.665 [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:30:02.668 [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:30:02.671 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest, config=): startup date [Sat Apr 27 01:30:02 UTC 2024]; root of context hierarchy] 01:30:02.674 [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:30:02.675 [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:30:02.710 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:30:02.722 [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:30:02.723 [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:30:02.723 [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:30:02.723 [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:30:02.725 [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:30:02.726 [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:30:02.726 [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:30:02.729 [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:30:02.729 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:30:02.742 [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:30:02.743 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@331a91ac 01:30:02.743 [EclipseGeminiBlueprintExtenderThread-1] 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:30:02.743 [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:30:02.743 [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:30:02.743 [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:30:02.744 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:30:02.744 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.error, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat Apr 27 01:30:02 UTC 2024]; root of context hierarchy 01:30:02.744 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:30:02.744 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:440 - Reading OSGi results for test [testErrorHandling] 01:30:02.745 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:447 - Test[testErrorHandling]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.179 sec - in org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest 01:30:02.750 [Thread-0] INFO o.e.g.b.i.e.ErrorHandlingTest:471 - Shutting down OSGi platform 01:30:02.750 [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:30:02.751 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest, config=): startup date [Sat Apr 27 01:30:02 UTC 2024]; root of context hierarchy 01:30:02.751 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:30:02.751 [Thread-3] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest, config=): startup date [Sat Apr 27 01:30:02 UTC 2024]; root of context hierarchy] 01:30:02.752 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19]] 01:30:02.753 [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:30:02.753 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:30:02.754 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19]] 01:30:02.755 [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:30:02.756 [Gemini Blueprint 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:30:02.757 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@331a91ac 01:30:02.757 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:30:02.758 [Gemini Blueprint context 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:30:02.758 [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:30:02.761 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/error.xml] 01:30:02.765 [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:30:02.766 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:30:02.766 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@331a91ac 01:30:02.766 [Gemini Blueprint context shutdown thread 1] TRACE o.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:30:02.766 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:30:02.767 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:30:02.767 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:30:02.767 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:30:02.767 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:30:02.767 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:30:02.768 [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:30:02.769 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=18] for sending replayes events; last one was null 01:30:02.769 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle BundleImpl[id=17] for sending replayes events; last one was null 01:30:02.771 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:30:02.771 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404270125] 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 [ 5.069 s] [INFO] Gemini Blueprint Mocks ............................. SUCCESS [ 9.370 s] [INFO] Gemini Blueprint IO ................................ SUCCESS [ 3.189 s] [INFO] Gemini Blueprint Core .............................. SUCCESS [ 35.360 s] [INFO] Gemini Blueprint Extender .......................... SUCCESS [ 4.972 s] [INFO] Gemini Blueprint Extensions ........................ SUCCESS [ 2.141 s] [INFO] Gemini Blueprint Testing Framework ................. SUCCESS [ 16.874 s] [INFO] Eclipse Gemini Blueprint Integration Tests Parent .. SUCCESS [ 0.360 s] [INFO] Eclipse Gemini Blueprint Integration Testing Bundles SUCCESS [ 0.008 s] [INFO] Gemini Blueprint Test Bundle: Simple service test bundle SUCCESS [ 0.379 s] [INFO] Gemini Blueprint Test Bundle: Simple service test bundle (impl differs) SUCCESS [ 0.348 s] [INFO] Gemini Blueprint Test Bundle: Simple service test bundle (impl differs) SUCCESS [ 0.330 s] [INFO] Gemini Blueprint Test Bundle: Simple service test bundle 2 SUCCESS [ 0.307 s] [INFO] Gemini Blueprint Test Bundle: Simple service test bundle 3 SUCCESS [ 0.260 s] [INFO] Gemini Blueprint Test Bundle: Simple service created by a factory which has a non trivial delay in createObject() SUCCESS [ 0.312 s] [INFO] Gemini Blueprint Test Bundle: Trivial OSGi bundle .. SUCCESS [ 0.728 s] [INFO] Gemini Blueprint Test Bundle: Simple test that uses trivial bundle SUCCESS [ 0.309 s] [INFO] Gemini Blueprint Test Bundle: Spring context lifecycle test bundle SUCCESS [ 0.332 s] [INFO] Gemini Blueprint Test Bundle: Spring context service listener test bundle SUCCESS [ 0.323 s] [INFO] Gemini Blueprint Test Bundle: Spring context service reference lifecycle test bundle SUCCESS [ 0.270 s] [INFO] Gemini Blueprint Test Bundle: Spring context service reference destruction test bundle SUCCESS [ 0.295 s] [INFO] Gemini Blueprint Test Bundle: Spring context dependencies test bundle SUCCESS [ 0.301 s] [INFO] Gemini Blueprint Test Bundle: Spring context service reference cardinality 0..1 bundle SUCCESS [ 0.297 s] [INFO] Gemini Blueprint Test Bundle: Bundle scoping test bundle - A SUCCESS [ 0.290 s] [INFO] Gemini Blueprint Test Bundle: Bundle scoping test bundle - B SUCCESS [ 0.331 s] [INFO] Gemini Blueprint Test Bundle: Bundle scoping test bundle - Common SUCCESS [ 0.295 s] [INFO] Gemini Blueprint Test Bundle: IO fragment 1 bundle . SUCCESS [ 0.260 s] [INFO] Gemini Blueprint Test Bundle: IO fragment 2 bundle . SUCCESS [ 0.280 s] [INFO] Gemini Blueprint Test Bundle: Error bundle ......... SUCCESS [ 0.271 s] [INFO] Gemini Blueprint Test Bundle: Deadlock bundle ...... SUCCESS [ 0.319 s] [INFO] Gemini Blueprint Test Bundle: Configuration test bundle SUCCESS [ 0.284 s] [INFO] Gemini Blueprint Test Bundle: ExtenderVersion-Test-Bundle SUCCESS [ 0.257 s] [INFO] Gemini Blueprint Test Bundle: Integration testing bundles for configuration options SUCCESS [ 0.005 s] [INFO] Gemini Blueprint Test Bundle: NoPublish-Bundle ..... SUCCESS [ 0.406 s] [INFO] Gemini Blueprint Test Bundle: Async-NoWait-Bundle .. SUCCESS [ 0.264 s] [INFO] Gemini Blueprint Test Bundle: Async-Wait-Bundle .... SUCCESS [ 0.306 s] [INFO] Gemini Blueprint Test Bundle: Sync-NoWait-Bundle ... SUCCESS [ 0.440 s] [INFO] Gemini Blueprint Test Bundle: Sync-Tail-Bundle ..... SUCCESS [ 0.387 s] [INFO] Gemini Blueprint Test Bundle: Sync-Wait-Bundle ..... SUCCESS [ 0.280 s] [INFO] Gemini Blueprint Test Bundle: Spring service TCCL management inteface test bundle SUCCESS [ 0.302 s] [INFO] Gemini Blueprint Test Bundle: Spring service TCCL management test bundle SUCCESS [ 0.291 s] [INFO] Gemini Blueprint Test Bundle: Config File With Dots bundle SUCCESS [ 0.250 s] [INFO] Gemini Blueprint Test Bundle: Spring Proxy Creator bundle SUCCESS [ 0.305 s] [INFO] Gemini Blueprint Test Bundle: Extender Configuration Fragment Bundle SUCCESS [ 0.258 s] [INFO] Gemini Blueprint Test Bundle: JDK proxy test ....... SUCCESS [ 0.301 s] [INFO] Gemini Blueprint Test Bundle: Extender Event listener bundle Bundle SUCCESS [ 0.282 s] [INFO] Gemini Blueprint Test Bundle: namespace provider and consumer bundle SUCCESS [ 0.328 s] [INFO] Gemini Blueprint Test Bundle: Just a listener exported as a service SUCCESS [ 0.292 s] [INFO] Gemini Blueprint Test Bundle: Export Import Dependency Bundle SUCCESS [ 0.271 s] [INFO] Eclipse Gemini Blueprint JDK5 Integration Testing Bundles SUCCESS [ 0.006 s] [INFO] Gemini Blueprint Test Bundle: @Component beans bundle SUCCESS [ 0.267 s] [INFO] Eclipse Gemini Blueprint Test Bundle: Recursive Type test bundle SUCCESS [ 0.292 s] [INFO] Gemini Blueprint Integration Testing Bundles ....... SUCCESS [ 0.004 s] [INFO] Eclipse Gemini Blueprint Test Bundle: Simple service test bundle SUCCESS [ 0.248 s] [INFO] Eclipse Gemini Blueprint Test Bundle: Error bundle . SUCCESS [ 0.251 s] [INFO] Eclipse Gemini Blueprint Test Bundle: Waiting bundle SUCCESS [ 0.254 s] [INFO] Eclipse Gemini Blueprint Test Bundle: Configuration test bundle SUCCESS [ 0.241 s] [INFO] Eclipse Gemini Blueprint Integration Tests ......... SUCCESS [04:11 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:44 min [INFO] Finished at: 2024-04-27T01:30:03Z [INFO] ------------------------------------------------------------------------ Recording test results [Checks API] No suitable checks publisher found. Finished: SUCCESS