SLF4J(W): Class path contains multiple SLF4J providers. SLF4J(W): Found provider [ch.qos.logback.classic.spi.LogbackServiceProvider@6aa5974e] SLF4J(W): Found provider [org.slf4j.simple.SimpleServiceProvider@5e5ddfbc] SLF4J(W): See https://www.slf4j.org/codes.html#multiple_bindings for an explanation. 16:21:33,719 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.3.14 16:21:33,721 |-INFO in ch.qos.logback.classic.util.ContextInitializer@56835f2f - No custom configurators were discovered as a service. 16:21:33,721 |-INFO in ch.qos.logback.classic.util.ContextInitializer@56835f2f - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator 16:21:33,723 |-INFO in ch.qos.logback.classic.util.ContextInitializer@56835f2f - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator 16:21:33,723 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo] 16:21:33,723 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo] 16:21:33,724 |-INFO in ch.qos.logback.classic.util.ContextInitializer@56835f2f - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 1 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY 16:21:33,724 |-INFO in ch.qos.logback.classic.util.ContextInitializer@56835f2f - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator 16:21:33,725 |-INFO in ch.qos.logback.classic.util.ContextInitializer@56835f2f - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator 16:21:33,725 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback-test.xml] at [file:/w/workspace/bgpcep-maven-verify-master-mvn39-openjdk21/programming/impl/target/test-classes/logback-test.xml] 16:21:33,725 |-WARN in ch.qos.logback.classic.util.DefaultJoranConfigurator@40f1aa95 - Resource [logback-test.xml] occurs multiple times on the classpath. 16:21:33,725 |-WARN in ch.qos.logback.classic.util.DefaultJoranConfigurator@40f1aa95 - Resource [logback-test.xml] occurs at [jar:file:/tmp/r/org/opendaylight/yangtools/mockito-configuration/14.0.9/mockito-configuration-14.0.9.jar!/logback-test.xml] 16:21:33,725 |-WARN in ch.qos.logback.classic.util.DefaultJoranConfigurator@40f1aa95 - Resource [logback-test.xml] occurs at [file:/w/workspace/bgpcep-maven-verify-master-mvn39-openjdk21/programming/impl/target/test-classes/logback-test.xml] 16:21:33,780 |-WARN in ch.qos.logback.classic.joran.action.LevelAction - element is deprecated. Near [level] on line 17 16:21:33,780 |-WARN in ch.qos.logback.classic.joran.action.LevelAction - Please use "level" attribute within or elements instead. 16:21:33,780 |-WARN in ch.qos.logback.classic.joran.action.LevelAction - element is deprecated. Near [level] on line 21 16:21:33,780 |-WARN in ch.qos.logback.classic.joran.action.LevelAction - Please use "level" attribute within or elements instead. 16:21:33,831 |-INFO in ch.qos.logback.classic.model.processor.ConfigurationModelHandlerFull - Registering a new ReconfigureOnChangeTask ReconfigureOnChangeTask(born:1739290893831) 16:21:33,832 |-INFO in ch.qos.logback.classic.model.processor.ConfigurationModelHandlerFull - No 'scanPeriod' specified. Defaulting to 1 minutes 16:21:33,832 |-INFO in ch.qos.logback.classic.model.processor.ConfigurationModelHandlerFull - Will scan for changes in [file:/w/workspace/bgpcep-maven-verify-master-mvn39-openjdk21/programming/impl/target/test-classes/logback-test.xml] 16:21:33,832 |-INFO in ch.qos.logback.classic.model.processor.ConfigurationModelHandlerFull - Setting ReconfigureOnChangeTask scanning period to 1 minutes 16:21:33,834 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [STDOUT] 16:21:33,834 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 16:21:33,842 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 16:21:33,876 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting additivity of logger [org.opendaylight.protocol] to false 16:21:33,876 |-INFO in ch.qos.logback.classic.model.processor.LevelModelHandler - org.opendaylight.protocol level set to DEBUG 16:21:33,876 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDOUT] to Logger[org.opendaylight.protocol] 16:21:33,877 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting additivity of logger [org.opendaylight.bgpcep] to false 16:21:33,877 |-INFO in ch.qos.logback.classic.model.processor.LevelModelHandler - org.opendaylight.bgpcep level set to DEBUG 16:21:33,877 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDOUT] to Logger[org.opendaylight.bgpcep] 16:21:33,877 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to INFO 16:21:33,877 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDOUT] to Logger[ROOT] 16:21:33,877 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@1c72189f - End of configuration. 16:21:33,878 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@14be750c - Registering current configuration as safe fallback point 16:21:33,878 |-INFO in ch.qos.logback.classic.util.ContextInitializer@56835f2f - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 153 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY SLF4J(I): Actual provider is of type [ch.qos.logback.classic.spi.LogbackServiceProvider@6aa5974e] 16:21:36.357 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 16:21:36.623 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Creating Programming Service test-instraction-queue-service-group. 16:21:36.630 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue service test-instraction-queue-service-group instantiated 16:21:36.836 [pool-7-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] added 16:21:36.850 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} is ready for execution 16:21:36.851 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} transitioned to status Scheduled 16:21:36.888 [pool-7-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 16:21:36.900 [main] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Uri{value=mockedSubmit2} cannot be cleaned because of it's in state Queued 16:21:36.900 [main] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Uri{value=mockedSubmit1} cannot be cleaned because of it's in state Scheduled 16:21:36.902 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} transitioned to status Cancelled 16:21:36.904 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit2} transitioned to status Cancelled 16:21:36.906 [main] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Uri{value=mockedSubmit2} cleaned successfully 16:21:36.907 [main] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Uri{value=mockedSubmit1} cleaned successfully 16:21:36.908 [pool-7-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 16:21:36.908 [pool-7-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 16:21:36.909 [pool-7-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 16:21:36.913 [pool-7-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 16:21:36.925 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 16:21:36.926 [main] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 16:21:36.926 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 16:21:36.926 [pool-7-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 16:21:36.933 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 16:21:36.936 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Creating Programming Service test-instraction-queue-service-group. 16:21:36.936 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue service test-instraction-queue-service-group instantiated 16:21:36.937 [pool-12-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] added 16:21:36.938 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} is ready for execution 16:21:36.938 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} transitioned to status Scheduled 16:21:36.940 [pool-12-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 16:21:36.940 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 16:21:36.940 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit2} transitioned to status Cancelled 16:21:36.941 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} transitioned to status Cancelled 16:21:36.941 [pool-12-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 16:21:36.942 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit2} can no longer be cancelled due to status Cancelled 16:21:36.942 [pool-12-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 16:21:36.943 [pool-12-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 16:21:36.943 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 16:21:36.944 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit2} can no longer be cancelled due to status Cancelled 16:21:36.944 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} can no longer be cancelled due to status Cancelled 16:21:36.944 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 16:21:36.944 [pool-12-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 16:21:36.944 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit2} can no longer be cancelled due to status Cancelled 16:21:36.944 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} can no longer be cancelled due to status Cancelled 16:21:36.945 [pool-12-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 16:21:36.948 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 16:21:36.949 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Creating Programming Service test-instraction-queue-service-group. 16:21:36.949 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue service test-instraction-queue-service-group instantiated 16:21:36.951 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} is ready for execution 16:21:36.951 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} transitioned to status Scheduled 16:21:36.951 [pool-17-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] added 16:21:36.953 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} transitioned to status Executing 16:21:36.953 [pool-17-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 16:21:36.954 [pool-17-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 16:21:36.954 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} transitioned to status Successful 16:21:36.955 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit2} is ready for execution 16:21:36.955 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit2} transitioned to status Scheduled 16:21:36.955 [pool-17-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 16:21:36.955 [pool-17-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 16:21:36.956 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit2} transitioned to status Executing 16:21:36.956 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit2} transitioned to status Successful 16:21:36.956 [pool-17-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 16:21:36.957 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 16:21:36.957 [pool-17-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 16:21:36.957 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit2} can no longer be cancelled due to status Successful 16:21:36.957 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} can no longer be cancelled due to status Successful 16:21:36.957 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 16:21:36.957 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit2} can no longer be cancelled due to status Successful 16:21:36.957 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} can no longer be cancelled due to status Successful 16:21:36.957 [pool-17-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 16:21:36.958 [pool-17-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 16:21:36.962 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 16:21:36.963 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Creating Programming Service test-instraction-queue-service-group. 16:21:36.963 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue service test-instraction-queue-service-group instantiated 16:21:36.964 [pool-22-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] added 16:21:36.966 [Time-limited test] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} is ready for execution 16:21:36.966 [Time-limited test] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} transitioned to status Scheduled 16:21:36.967 [pool-22-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 16:21:36.968 [Time-limited test] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} transitioned to status Executing 16:21:36.969 [pool-22-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 16:21:39.968 [pool-18-thread-1] INFO o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} timed out while executing, transitioning into Unknown 16:21:39.968 [pool-18-thread-1] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} transitioned to status Unknown 16:21:39.969 [pool-18-thread-1] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit2} transitioned to status Cancelled 16:21:39.970 [pool-22-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 16:21:39.970 [pool-18-thread-1] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit2} can no longer be cancelled due to status Cancelled 16:21:39.971 [pool-22-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 16:21:39.979 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 16:21:39.979 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit2} can no longer be cancelled due to status Cancelled 16:21:39.979 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} can no longer be cancelled due to status Unknown 16:21:39.980 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 16:21:39.980 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit2} can no longer be cancelled due to status Cancelled 16:21:39.980 [pool-22-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 16:21:39.981 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} can no longer be cancelled due to status Unknown 16:21:39.981 [pool-22-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 16:21:39.987 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 16:21:39.989 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Creating Programming Service test-instraction-queue-service-group. 16:21:39.989 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue service test-instraction-queue-service-group instantiated 16:21:39.991 [pool-27-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] added 16:21:39.992 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit} is ready for execution 16:21:39.992 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit} transitioned to status Scheduled 16:21:39.993 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit} transitioned to status Cancelled 16:21:39.993 [pool-27-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 16:21:39.994 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 16:21:39.995 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit} can no longer be cancelled due to status Cancelled 16:21:39.995 [pool-27-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 16:21:39.995 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 16:21:39.995 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit} can no longer be cancelled due to status Cancelled 16:21:39.995 [pool-27-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 16:21:39.995 [pool-27-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 16:21:39.998 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 16:21:39.999 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Creating Programming Service test-instraction-queue-service-group. 16:21:39.999 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue service test-instraction-queue-service-group instantiated 16:21:40.000 [pool-32-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] added 16:21:40.003 [Time-limited test] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} is ready for execution 16:21:40.004 [Time-limited test] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} transitioned to status Scheduled 16:21:40.005 [pool-32-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 16:21:40.005 [Time-limited test] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} transitioned to status Executing 16:21:40.006 [pool-32-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 16:21:40.006 [Time-limited test] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} transitioned to status Successful 16:21:40.007 [pool-32-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 16:21:40.008 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 16:21:40.008 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} can no longer be cancelled due to status Successful 16:21:40.008 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 16:21:40.008 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} can no longer be cancelled due to status Successful 16:21:40.008 [pool-32-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 16:21:40.009 [pool-32-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 16:21:40.012 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 16:21:40.015 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Creating Programming Service test-instraction-queue-service-group. 16:21:40.015 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue service test-instraction-queue-service-group instantiated 16:21:40.017 [pool-37-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] added 16:21:40.018 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit} is ready for execution 16:21:40.019 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit} transitioned to status Scheduled 16:21:40.020 [pool-37-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 16:21:40.020 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 16:21:40.020 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit} transitioned to status Cancelled 16:21:40.021 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 16:21:40.021 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit} can no longer be cancelled due to status Cancelled 16:21:40.021 [pool-37-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 16:21:40.022 [pool-37-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 16:21:40.022 [pool-37-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 16:21:40.024 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 16:21:40.025 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Creating Programming Service test-instraction-queue-service-group. 16:21:40.026 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue service test-instraction-queue-service-group instantiated 16:21:40.027 [pool-42-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] added 16:21:40.027 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} is ready for execution 16:21:40.027 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} transitioned to status Scheduled 16:21:40.029 [pool-42-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 16:21:40.029 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} transitioned to status Cancelled 16:21:40.030 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit2} transitioned to status Cancelled 16:21:40.030 [pool-42-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 16:21:40.030 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit3} transitioned to status Cancelled 16:21:40.031 [pool-42-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 16:21:40.031 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit3} can no longer be cancelled due to status Cancelled 16:21:40.032 [pool-42-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 16:21:40.032 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 16:21:40.032 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit2} can no longer be cancelled due to status Cancelled 16:21:40.033 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} can no longer be cancelled due to status Cancelled 16:21:40.033 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit3} can no longer be cancelled due to status Cancelled 16:21:40.033 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 16:21:40.033 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit2} can no longer be cancelled due to status Cancelled 16:21:40.033 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} can no longer be cancelled due to status Cancelled 16:21:40.033 [pool-42-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 16:21:40.033 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit3} can no longer be cancelled due to status Cancelled 16:21:40.034 [pool-42-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 16:21:40.037 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 16:21:40.038 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Creating Programming Service test-instraction-queue-service-group. 16:21:40.038 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue service test-instraction-queue-service-group instantiated 16:21:40.040 [pool-47-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] added 16:21:40.041 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Instruction Uri{value=mockedSubmit} depends on Uri{value=dep1}, which is not a known instruction 16:21:40.045 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 16:21:40.046 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 16:21:40.046 [pool-47-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 16:21:40.046 [pool-47-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 16:21:40.050 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 16:21:40.051 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Creating Programming Service test-instraction-queue-service-group. 16:21:40.052 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue service test-instraction-queue-service-group instantiated 16:21:40.053 [pool-52-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] added 16:21:40.056 [Time-limited test] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} is ready for execution 16:21:40.056 [Time-limited test] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} transitioned to status Scheduled 16:21:40.058 [Time-limited test] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 16:21:43.057 [pool-48-thread-1] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} timed out while Scheduled, cancelling it 16:21:43.057 [pool-48-thread-1] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} transitioned to status Cancelled 16:21:43.059 [pool-52-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 16:21:43.064 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 16:21:43.065 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} can no longer be cancelled due to status Cancelled 16:21:43.066 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 16:21:43.066 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} can no longer be cancelled due to status Cancelled 16:21:43.066 [pool-52-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 16:21:43.067 [pool-52-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 16:21:43.072 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 16:21:43.074 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Creating Programming Service test-instraction-queue-service-group. 16:21:43.074 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue service test-instraction-queue-service-group instantiated 16:21:43.077 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} is ready for execution 16:21:43.077 [pool-57-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] added 16:21:43.077 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} transitioned to status Scheduled 16:21:43.078 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 16:21:43.079 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit2} transitioned to status Cancelled 16:21:43.079 [pool-57-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 16:21:43.079 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} transitioned to status Cancelled 16:21:43.080 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit2} can no longer be cancelled due to status Cancelled 16:21:43.080 [pool-57-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 16:21:43.080 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 16:21:43.080 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit2} can no longer be cancelled due to status Cancelled 16:21:43.080 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} can no longer be cancelled due to status Cancelled 16:21:43.080 [pool-57-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 16:21:43.081 [pool-57-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 16:21:43.081 [pool-57-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed