t-rana commented on PR #1143:
URL: https://github.com/apache/jackrabbit-oak/pull/1143#issuecomment-1772704828

   @smiroslav , its working fine on my system, I ran the same command and it 
executed successfully.
   
   % mvn clean install -Dtest=AzureRepositoryLockTest
   [INFO] Scanning for projects...
   [INFO] 
   [INFO] --------------< org.apache.jackrabbit:oak-segment-azure 
>---------------
   [INFO] Building Oak Segment Azure 1.59-SNAPSHOT
   [INFO] -------------------------------[ bundle 
]-------------------------------
   [INFO] 
   [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ 
oak-segment-azure ---
   [INFO] Deleting 
/Users/trana/Desktop/PROJECTS/jackrabbit-oak/oak-segment-azure/target
   [INFO] 
   [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven-version) @ 
oak-segment-azure ---
   [INFO] 
   [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-java-version) @ 
oak-segment-azure ---
   [INFO] 
   [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (pre-unit-test) @ 
oak-segment-azure ---
   [INFO] Skipping JaCoCo execution because property jacoco.skip is set.
   [INFO] test.opts.coverage set to empty
   [INFO] 
   [INFO] --- maven-remote-resources-plugin:1.7.0:process 
(process-resource-bundles) @ oak-segment-azure ---
   [INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
   [INFO] Copying 3 resources from 1 bundle.
   [INFO] 
   [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ 
oak-segment-azure ---
   [INFO] skip non existing resourceDirectory 
/Users/trana/Desktop/PROJECTS/jackrabbit-oak/oak-segment-azure/src/main/resources
   [INFO] Copying 3 resources
   [INFO] 
   [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ 
oak-segment-azure ---
   [INFO] Changes detected - recompiling the module!
   [INFO] Compiling 21 source files to 
/Users/trana/Desktop/PROJECTS/jackrabbit-oak/oak-segment-azure/target/classes
   [INFO] 
/Users/trana/Desktop/PROJECTS/jackrabbit-oak/oak-segment-azure/src/main/java/org/apache/jackrabbit/oak/segment/azure/tool/AzureCompact.java:
 
/Users/trana/Desktop/PROJECTS/jackrabbit-oak/oak-segment-azure/src/main/java/org/apache/jackrabbit/oak/segment/azure/tool/AzureCompact.java
 uses or overrides a deprecated API.
   [INFO] 
/Users/trana/Desktop/PROJECTS/jackrabbit-oak/oak-segment-azure/src/main/java/org/apache/jackrabbit/oak/segment/azure/tool/AzureCompact.java:
 Recompile with -Xlint:deprecation for details.
   [INFO] 
   [INFO] --- maven-bundle-plugin:5.1.8:manifest (scr-metadata) @ 
oak-segment-azure ---
   [INFO] No MANIFEST.MF file found, generating manifest.
   [WARNING] Manifest 
org.apache.jackrabbit:oak-segment-azure:bundle:1.59-SNAPSHOT : Export 
com.microsoft.azure.storage,  has 4,  private references 
[com.microsoft.azure.storage.analytics, com.microsoft.azure.storage.file, 
com.microsoft.azure.storage.queue, com.microsoft.azure.storage.table]
   [WARNING] Manifest 
org.apache.jackrabbit:oak-segment-azure:bundle:1.59-SNAPSHOT : Export 
com.microsoft.azure.storage.core,  has 2,  private references 
[com.microsoft.azure.storage.queue, com.microsoft.azure.storage.table]
   [WARNING] Manifest 
org.apache.jackrabbit:oak-segment-azure:bundle:1.59-SNAPSHOT : Export 
com.microsoft.azure.storage.blob,  has 2,  private references 
[com.microsoft.azure.keyvault.core, com.microsoft.azure.storage.file]
   [INFO] Writing manifest: 
/Users/trana/Desktop/PROJECTS/jackrabbit-oak/oak-segment-azure/target/classes/META-INF/MANIFEST.MF
   [INFO] 
   [INFO] --- maven-resources-plugin:3.3.0:testResources 
(default-testResources) @ oak-segment-azure ---
   [INFO] Copying 2 resources
   [INFO] Copying 3 resources
   [INFO] 
   [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ 
oak-segment-azure ---
   [INFO] Changes detected - recompiling the module!
   [INFO] Compiling 27 source files to 
/Users/trana/Desktop/PROJECTS/jackrabbit-oak/oak-segment-azure/target/test-classes
   [INFO] 
/Users/trana/Desktop/PROJECTS/jackrabbit-oak/oak-segment-azure/src/test/java/org/apache/jackrabbit/oak/segment/azure/fixture/SegmentAzureFixture.java:
 
/Users/trana/Desktop/PROJECTS/jackrabbit-oak/oak-segment-azure/src/test/java/org/apache/jackrabbit/oak/segment/azure/fixture/SegmentAzureFixture.java
 uses or overrides a deprecated API.
   [INFO] 
/Users/trana/Desktop/PROJECTS/jackrabbit-oak/oak-segment-azure/src/test/java/org/apache/jackrabbit/oak/segment/azure/fixture/SegmentAzureFixture.java:
 Recompile with -Xlint:deprecation for details.
   [INFO] 
   [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ 
oak-segment-azure ---
   [INFO] 
   [INFO] -------------------------------------------------------
   [INFO]  T E S T S
   [INFO] -------------------------------------------------------
   [INFO] Running 
org.apache.jackrabbit.oak.segment.azure.AzureRepositoryLockTest
   [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
74.816 s - in org.apache.jackrabbit.oak.segment.azure.AzureRepositoryLockTest
   [INFO] 
   [INFO] Results:
   [INFO] 
   [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
   [INFO] 
   [INFO] 
   [INFO] --- jacoco-maven-plugin:0.8.8:report (post-unit-test) @ 
oak-segment-azure ---
   [INFO] Skipping JaCoCo execution because property jacoco.skip is set.
   [INFO] 
   [INFO] --- maven-bundle-plugin:5.1.8:bundle (default-bundle) @ 
oak-segment-azure ---
   [WARNING] Bundle 
org.apache.jackrabbit:oak-segment-azure:bundle:1.59-SNAPSHOT : Export 
com.microsoft.azure.storage,  has 4,  private references 
[com.microsoft.azure.storage.analytics, com.microsoft.azure.storage.file, 
com.microsoft.azure.storage.queue, com.microsoft.azure.storage.table]
   [WARNING] Bundle 
org.apache.jackrabbit:oak-segment-azure:bundle:1.59-SNAPSHOT : Export 
com.microsoft.azure.storage.core,  has 2,  private references 
[com.microsoft.azure.storage.queue, com.microsoft.azure.storage.table]
   [WARNING] Bundle 
org.apache.jackrabbit:oak-segment-azure:bundle:1.59-SNAPSHOT : Export 
com.microsoft.azure.storage.blob,  has 2,  private references 
[com.microsoft.azure.keyvault.core, com.microsoft.azure.storage.file]
   [INFO] Building bundle: 
/Users/trana/Desktop/PROJECTS/jackrabbit-oak/oak-segment-azure/target/oak-segment-azure-1.59-SNAPSHOT.jar
   [INFO] Writing manifest: 
/Users/trana/Desktop/PROJECTS/jackrabbit-oak/oak-segment-azure/target/classes/META-INF/MANIFEST.MF
   [INFO] 
   [INFO] --- maven-site-plugin:3.12.1:attach-descriptor (attach-descriptor) @ 
oak-segment-azure ---
   [INFO] Skipping because packaging 'bundle' is not pom.
   [INFO] 
   [INFO] --- maven-jar-plugin:3.3.0:test-jar (default) @ oak-segment-azure ---
   [INFO] Building jar: 
/Users/trana/Desktop/PROJECTS/jackrabbit-oak/oak-segment-azure/target/oak-segment-azure-1.59-SNAPSHOT-tests.jar
   [INFO] 
   [INFO] --- maven-bundle-plugin:5.1.8:baseline (baseline) @ oak-segment-azure 
---
   [WARNING] com.microsoft.azure.storage: Excessive version increase; detected 
1.59.0, suggested 1.58.0
   [WARNING] com.microsoft.azure.storage: Version has been increased but 
analysis detected no changes; detected 1.59.0, suggested 1.58.0
   [WARNING] com.microsoft.azure.storage.blob: Excessive version increase; 
detected 1.59.0, suggested 1.58.0
   [WARNING] com.microsoft.azure.storage.blob: Version has been increased but 
analysis detected no changes; detected 1.59.0, suggested 1.58.0
   [WARNING] com.microsoft.azure.storage.core: Excessive version increase; 
detected 1.59.0, suggested 1.58.0
   [WARNING] com.microsoft.azure.storage.core: Version has been increased but 
analysis detected no changes; detected 1.59.0, suggested 1.58.0
   [WARNING] org.apache.jackrabbit.oak.segment.azure: Excessive version 
increase; detected 1.59.0, suggested 1.58.0
   [WARNING] org.apache.jackrabbit.oak.segment.azure: Version has been 
increased but analysis detected no changes; detected 1.59.0, suggested 1.58.0
   [WARNING] org.apache.jackrabbit.oak.segment.azure.util: Excessive version 
increase; detected 1.59.0, suggested 1.58.0
   [WARNING] org.apache.jackrabbit.oak.segment.azure.util: Version has been 
increased but analysis detected no changes; detected 1.59.0, suggested 1.58.0
   [INFO] Baseline analysis complete, 0 error(s), 10 warning(s)
   [INFO] 
   [INFO] --- jacoco-maven-plugin:0.8.8:check (default-check) @ 
oak-segment-azure ---
   [INFO] Skipping JaCoCo execution due to missing execution data 
file:/Users/trana/Desktop/PROJECTS/jackrabbit-oak/oak-segment-azure/target/coverage-reports/jacoco-ut.exec
   [INFO] 
   [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ 
oak-segment-azure ---
   [INFO] Installing 
/Users/trana/Desktop/PROJECTS/jackrabbit-oak/oak-segment-azure/pom.xml to 
/Users/trana/.m2/repository/org/apache/jackrabbit/oak-segment-azure/1.59-SNAPSHOT/oak-segment-azure-1.59-SNAPSHOT.pom
   [INFO] Installing 
/Users/trana/Desktop/PROJECTS/jackrabbit-oak/oak-segment-azure/target/oak-segment-azure-1.59-SNAPSHOT.jar
 to 
/Users/trana/.m2/repository/org/apache/jackrabbit/oak-segment-azure/1.59-SNAPSHOT/oak-segment-azure-1.59-SNAPSHOT.jar
   [INFO] Installing 
/Users/trana/Desktop/PROJECTS/jackrabbit-oak/oak-segment-azure/target/oak-segment-azure-1.59-SNAPSHOT-tests.jar
 to 
/Users/trana/.m2/repository/org/apache/jackrabbit/oak-segment-azure/1.59-SNAPSHOT/oak-segment-azure-1.59-SNAPSHOT-tests.jar
   [INFO] 
   [INFO] --- maven-bundle-plugin:5.1.8:install (default-install) @ 
oak-segment-azure ---
   [INFO] Local OBR update disabled (enable with -DobrRepository)
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD SUCCESS
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time:  01:19 min
   [INFO] Finished at: 2023-10-20T18:32:59+05:30
   [INFO] 
------------------------------------------------------------------------
   
   
   
   Did you by any chance remove or changed this file? 
   
   
https://github.com/apache/jackrabbit-oak/blob/trunk/oak-segment-azure/src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to