Skip to content

Instantly share code, notes, and snippets.

@sbespalov
Created June 14, 2017 07:58
Show Gist options
  • Save sbespalov/0edd6f1dba9f77eed591cbb5eb85b82f to your computer and use it in GitHub Desktop.
Save sbespalov/0edd6f1dba9f77eed591cbb5eb85b82f to your computer and use it in GitHub Desktop.
build.log
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Strongbox: Masterbuild 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ strongbox-masterbuild ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ strongbox-masterbuild ---
[INFO] Installing z:\strongbox\strongbox\pom.xml to C:\Users\admin\.m2\repository\org\carlspring\strongbox\strongbox-masterbuild\1.0-SNAPSHOT\strongbox-masterbuild-1.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Strongbox: Parent .................................. SUCCESS [ 0.485 s]
[INFO] Strongbox: Resources [Common] ...................... SUCCESS [ 1.422 s]
[INFO] Strongbox: Resources [Storage API] ................. SUCCESS [ 0.437 s]
[INFO] Strongbox: Resources [Storage] ..................... SUCCESS [ 0.016 s]
[INFO] Strongbox: Resources [Web] ......................... SUCCESS [ 0.750 s]
[INFO] Strongbox: Resources ............................... SUCCESS [ 0.015 s]
[INFO] Strongbox: Data Service ............................ SUCCESS [ 4.578 s]
[INFO] Strongbox: Commons ................................. FAILURE [ 2.141 s]
[INFO] Strongbox: Configuration ........................... SUCCESS [ 2.313 s]
[INFO] Strongbox: Metadata [Maven API] .................... SUCCESS [ 4.926 s]
[INFO] Strongbox: Event API ............................... SUCCESS [ 0.907 s]
[INFO] Strongbox: Authentication API ...................... SUCCESS [ 0.921 s]
[INFO] Strongbox: Client .................................. SUCCESS [ 10.677 s]
[INFO] Strongbox: Testing [Core] .......................... SUCCESS [ 3.500 s]
[INFO] Strongbox: Security API ............................ SUCCESS [ 18.693 s]
[INFO] Strongbox: Storage [Core] .......................... SUCCESS [ 9.000 s]
[INFO] Strongbox: Testing [Storage] ....................... SUCCESS [ 1.672 s]
[INFO] Strongbox: Storage [API] ........................... SUCCESS [ 53.270 s]
[INFO] Strongbox: User Management ......................... FAILURE [ 34.422 s]
[INFO] Strongbox: REST Client ............................. SUCCESS [ 2.953 s]
[INFO] Strongbox: Storage [Maven Layout Provider] ......... SUCCESS [04:18 min]
[INFO] Strongbox: Testing [Web] ........................... SUCCESS [ 3.349 s]
[INFO] Strongbox: Testing ................................. SUCCESS [ 0.031 s]
[INFO] Strongbox: Storage [Nuget Layout Provider] ......... SUCCESS [ 6.396 s]
[INFO] Strongbox: Storage [P2 Layout Provider] ............ SUCCESS [ 6.161 s]
[INFO] Strongbox: Storage Layout Providers ................ SUCCESS [ 0.062 s]
[INFO] Strongbox: Storage ................................. SUCCESS [ 0.032 s]
[INFO] Strongbox: Web Core ................................ FAILURE [ 16.593 s]
[INFO] Strongbox: Cron Tasks .............................. FAILURE [ 47.678 s]
[INFO] Strongbox: Masterbuild ............................. SUCCESS [ 0.016 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 08:12 min
[INFO] Finished at: 2017-06-14T10:28:11+03:00
[INFO] Final Memory: 66M/226M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:buildnumber-maven-plugin:1.4:create (default) on project strongbox-commons: Cannot get the revision information from the scm repository :
[ERROR] Exception while executing SCM command. Error while executing command. Error while executing process. Cannot run program "git" (in directory "Z:\strongbox\strongbox\strongbox-commons"): CreateProcess error=2, �� ������� ����� ��������� ���
[ERROR] -> [Help 1]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project strongbox-user-management: Compilation failure
[ERROR] /Z:/strongbox/strongbox/strongbox-user-management/src/main/java/org/carlspring/strongbox/authentication/registry/support/ExternalAuthenticatorsHelper.java:[4,37] cannot find symbol
[ERROR] symbol: class ClassLoaderFactory
[ERROR] location: package org.carlspring.strongbox.util
[ERROR] -> [Help 2]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project strongbox-web-core: Compilation failure: Compilation failure:
[ERROR] /Z:/strongbox/strongbox/strongbox-web-core/src/main/java/org/carlspring/strongbox/config/SecurityConfig.java:[10,47] cannot find symbol
[ERROR] symbol: class AuthoritiesProvider
[ERROR] location: package org.carlspring.strongbox.users.security
[ERROR] /Z:/strongbox/strongbox/strongbox-web-core/src/main/java/org/carlspring/strongbox/config/SecurityConfig.java:[43,13] cannot find symbol
[ERROR] symbol: class AuthoritiesProvider
[ERROR] location: class org.carlspring.strongbox.config.SecurityConfig
[ERROR] /Z:/strongbox/strongbox/strongbox-web-core/src/main/java/org/carlspring/strongbox/security/vote/CustomAccessDecisionVoter.java:[3,50] package org.carlspring.strongbox.users.userdetails does not exist
[ERROR] /Z:/strongbox/strongbox/strongbox-web-core/src/main/java/org/carlspring/strongbox/security/authentication/suppliers/JWTAuthenticationSupplier.java:[3,50] package org.carlspring.strongbox.users.userdetails does not exist
[ERROR] /Z:/strongbox/strongbox/strongbox-web-core/src/main/java/org/carlspring/strongbox/security/authentication/suppliers/JWTAuthenticationSupplier.java:[36,32] package StrongboxUserDetailService does not exist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment