Skip to content

Instantly share code, notes, and snippets.

@lesquoyb
Created March 8, 2024 03:19
Show Gist options
  • Save lesquoyb/66fe68716a720291b4023c44cad9d7a6 to your computer and use it in GitHub Desktop.
Save lesquoyb/66fe68716a720291b4023c44cad9d7a6 to your computer and use it in GitHub Desktop.
result of infer run command on gama.processor
Capturing in maven mode...
[INFO] Scanning for projects...
[INFO]
[INFO] ----------------------< org.gama:gama.processor >-----------------------
[INFO] Building gama.processor 0.0.0-SNAPSHOT
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ gama.processor ---
[INFO] Deleting /mnt/gama.processor/target
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.279 s
[INFO] Finished at: 2024-03-08T03:06:05Z
[INFO] ------------------------------------------------------------------------
root@d322e33b29a5:/mnt/gama.processor# infer -- mvn install
Capturing in maven mode...
[INFO] Scanning for projects...
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] ### Using TychoRepositoryTransport for remote P2 access ###
[INFO] Cache location: /root/.m2/repository/.cache/tycho
[INFO] Transport mode: online
[INFO] Update mode: cache first
[INFO] Minimum cache duration: 60 minutes
[INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
[INFO] Resolving dependencies of MavenProject: org.gama:gama.processor:0.0.0-SNAPSHOT @ /mnt/gama.processor/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING] gama.annotations/0.0.0.202403071104
[INFO]
[INFO] ----------------------< org.gama:gama.processor >-----------------------
[INFO] Building gama.processor 0.0.0-SNAPSHOT
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ gama.processor ---
[INFO] The project's OSGi version is 0.0.0.202403080306
[INFO]
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ gama.processor ---
[INFO]
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ gama.processor ---
[INFO]
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ gama.processor ---
[INFO]
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ gama.processor ---
[INFO] Resolving class path of gama.processor...
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ gama.processor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/gama.processor/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ gama.processor ---
[INFO] Compiling 28 source files to /mnt/gama.processor/target/classes
[INFO]
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ gama.processor ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ gama.processor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/gama.processor/src/test/resources
[INFO]
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ gama.processor ---
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ gama.processor ---
[INFO] No tests to run.
[INFO]
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ gama.processor ---
[INFO]
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ gama.processor ---
[INFO] Building jar: /mnt/gama.processor/target/gama.processor-0.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ gama.processor ---
[INFO]
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ gama.processor ---
[INFO]
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ gama.processor ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ gama.processor ---
[INFO] Installing /mnt/gama.processor/target/gama.processor-0.0.0-SNAPSHOT.jar to /root/.m2/repository/org/gama/gama.processor/0.0.0-SNAPSHOT/gama.processor-0.0.0-SNAPSHOT.jar
[INFO] Installing /mnt/gama.processor/.tycho-consumer-pom.xml to /root/.m2/repository/org/gama/gama.processor/0.0.0-SNAPSHOT/gama.processor-0.0.0-SNAPSHOT.pom
[INFO] Installing /mnt/gama.processor/target/p2content.xml to /root/.m2/repository/org/gama/gama.processor/0.0.0-SNAPSHOT/gama.processor-0.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /mnt/gama.processor/target/p2artifacts.xml to /root/.m2/repository/org/gama/gama.processor/0.0.0-SNAPSHOT/gama.processor-0.0.0-SNAPSHOT-p2artifacts.xml
[INFO]
[INFO] --- tycho-p2-plugin:3.0.5:update-local-index (default-update-local-index) @ gama.processor ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.722 s
[INFO] Finished at: 2024-03-08T03:06:19Z
[INFO] ------------------------------------------------------------------------
Nothing to compile. Try cleaning the build first.
There was nothing to analyze.
No issues found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment