0% found this document useful (0 votes)
32 views6 pages

BucketProcessor Build and Test Report

The document contains log output from a Maven build that is compiling and testing a Scala project. It scans for projects, cleans files, prepares for testing, compiles Scala and Java sources, runs tests but encounters errors. Two test classes fail to initialize due to errors accessing private fields and class initialization failures.

Uploaded by

yugant shah
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views6 pages

BucketProcessor Build and Test Report

The document contains log output from a Maven build that is compiling and testing a Scala project. It scans for projects, cleans files, prepares for testing, compiles Scala and Java sources, runs tests but encounters errors. Two test classes fail to initialize due to errors accessing private fields and class initialization failures.

Uploaded by

yugant shah
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

[INFO] Scanning for projects...

[INFO]
[INFO] ----------------< [Link]:bucketprocessor >-----------------
[INFO] Building bucketprocessor 1.15.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ bucketprocessor ---
[INFO] Deleting /Users/bhagtani/Documents/here_projects/bucket-processor/target
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (pre-test) @ bucketprocessor ---
[INFO] argLine set to
-javaagent:/Users/bhagtani/.m2/repository/org/jacoco/[Link]/0.8.7/
[Link]=destfile=/Users/bhagtani/Documents/
here_projects/bucket-processor/target/[Link],excludes=**/Storages/*:**/
CatalogAccess/*:**/main/*:**/web/*:**/model/*:**/BucketListResult*.*:**/
*BucketProcessor*.*:**/*DataPublisher*.*:**/*DbUtils*.*:**/*Constants*.*:**/
*EventMetadata$*.*:**/*EventListerHelper*.*:**/*ServiceInstanceConfig*.*:**/
*KeyedLayerPartitionEventTuple*.*
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
bucketprocessor ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e.
build is platform dependent!
[INFO] Copying 1 resource
[INFO]
[INFO] --- scala-maven-plugin:4.8.0:add-source (scala-compile-first) @
bucketprocessor ---
[INFO] Add Source directory: /Users/bhagtani/Documents/here_projects/bucket-
processor/src/main/scala
[INFO] Add Test Source directory: /Users/bhagtani/Documents/here_projects/bucket-
processor/src/test/scala
[INFO]
[INFO] --- scala-maven-plugin:4.8.0:compile (scala-compile-first) @ bucketprocessor
---
[INFO] Compiler bridge file: /Users/bhagtani/.sbt/1.0/zinc/[Link]-sbt/[Link]-
sbt-compiler-bridge_2.12-1.8.0-bin_2.12.17__63.0-1.8.0_20221110T195421.jar
[INFO] compiling 29 Scala sources and 3 Java sources to
/Users/bhagtani/Documents/here_projects/bucket-processor/target/classes ...
[WARNING] : four deprecations (since 2.12.0); re-run with -deprecation for details
[WARNING] one warning found
[WARNING] Unexpected javac output: warning: [options] system modules path not set
in conjunction with -source 17
1 warning.
[INFO] done compiling
[INFO] compile in 21.7 s
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ bucketprocessor
---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build
is platform dependent!
[INFO] Compiling 3 source files to /Users/bhagtani/Documents/here_projects/bucket-
processor/target/classes
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default) @ bucketprocessor ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build
is platform dependent!
[INFO] Compiling 3 source files to /Users/bhagtani/Documents/here_projects/bucket-
processor/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @
bucketprocessor ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e.
build is platform dependent!
[INFO] Copying 10 resources
[INFO]
[INFO] --- scala-maven-plugin:4.8.0:testCompile (scala-test-compile) @
bucketprocessor ---
[INFO] Compiler bridge file: /Users/bhagtani/.sbt/1.0/zinc/[Link]-sbt/[Link]-
sbt-compiler-bridge_2.12-1.8.0-bin_2.12.17__63.0-1.8.0_20221110T195421.jar
[INFO] compiling 11 Scala sources to
/Users/bhagtani/Documents/here_projects/bucket-processor/target/test-classes ...
[INFO] done compiling
[INFO] compile in 7.1 s
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @
bucketprocessor ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build
is platform dependent!
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M8:test (default-test) @ bucketprocessor ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- scalatest-maven-plugin:2.2.0:test (test) @ bucketprocessor ---
[INFO] ScalaTest report directory: /Users/bhagtani/Documents/here_projects/bucket-
processor/target/surefire-reports
Discovery starting.
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/Users/bhagtani/.m2/repository/org/slf4j/slf4j-
log4j12/1.7.16/[Link]!/org/slf4j/impl/[Link]]
SLF4J: Found binding in
[jar:file:/Users/bhagtani/.m2/repository/org/apache/logging/log4j/log4j-slf4j-
impl/2.7/[Link]!/org/slf4j/impl/[Link]]
SLF4J: See [Link] for an explanation.
SLF4J: Actual binding is of type [[Link].Log4jLoggerFactory]
log4j:WARN No appenders could be found for logger ([Link].slf4j.Slf4jLogger).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See [Link] for more info.
Discovery completed in 756 milliseconds.
Run starting. Expected test count is: 2
AppConfigSpec:
[Link] *** ABORTED ***
[Link]: Unable to load a Suite class that was discovered in
the runpath: [Link]
at [Link]$.getSuiteInstance([Link])
at [Link].
$anonfun$nestedSuites$1([Link])
at [Link].$anonfun$map$1([Link])
at [Link]([Link])
at [Link]$([Link])
at [Link]([Link])
at [Link]([Link])
at [Link]$([Link])
at [Link]([Link])
at [Link]([Link])
...
Cause: [Link]: [Link]:
Unable to make field private final [Link]
[Link] accessible: module [Link] does not "opens
[Link]" to unnamed module @1218a756
at [Link].<clinit>([Link])
at [Link].<clinit>([Link])
at [Link]([Link])
at
[Link](A
[Link])
at
[Link](A
[Link])
at
[Link]$.<init>([Link]
:59)
at
[Link]$.<clinit>([Link]
la)
at
[Link].<init>([Link]
)
at
[Link].<init>(AppConfigSpe
[Link])
at
[Link]/[Link](DirectCo
[Link])
...
Cause: [Link]: Unable to make field
private final [Link] [Link]
accessible: module [Link] does not "opens [Link]" to unnamed
module @1218a756
at
[Link]/[Link](Acces
[Link])
at
[Link]/[Link](AccessibleObject
.java:363)
at
[Link]/[Link](AccessibleObject
.java:311)
at [Link]/[Link]([Link])
at [Link]/[Link]([Link])
at [Link].<clinit>([Link])
at [Link].<clinit>([Link])
at [Link]([Link])
at
[Link](A
[Link])
at
[Link](A
[Link])
...
JacksonPatcherSpec:
[Link] *** ABORTED ***
[Link]: Unable to load a Suite class that was discovered in
the runpath: [Link]
at [Link]$.getSuiteInstance([Link])
at [Link].
$anonfun$nestedSuites$1([Link])
at [Link].$anonfun$map$1([Link])
at [Link]([Link])
at [Link]$([Link])
at [Link]([Link])
at [Link]([Link])
at [Link]$([Link])
at [Link]([Link])
at [Link]([Link])
...
Cause: [Link]: Could not initialize class
[Link]$
at
[Link].<init>([Link]
)
at
[Link].<init>(JacksonPat
[Link])
at
[Link]/[Link](DirectCo
[Link])
at
[Link]/[Link]([Link])
at [Link]/[Link]([Link])
at
[Link]/[Link]([Link]
:306)
at [Link]/[Link]([Link])
at [Link]$.getSuiteInstance([Link])
at [Link].
$anonfun$nestedSuites$1([Link])
at [Link].$anonfun$map$1([Link])
...
Cause: [Link]: Exception [Link]:
[Link]: Unable to make field private final
[Link] [Link] accessible: module
[Link] does not "opens [Link]" to unnamed module @1218a756 [in
thread "ScalaTest-main"]
at [Link].<clinit>([Link])
at [Link].<clinit>([Link])
at [Link]([Link])
at
[Link](A
[Link])
at
[Link](A
[Link])
at
[Link]$.<init>([Link]
:59)
at
[Link]$.<clinit>([Link]
la)
at
[Link].<init>([Link]
)
at
[Link].<init>(AppConfigSpe
[Link])
at
[Link]/[Link](DirectCo
[Link])
...
*** RUN ABORTED ***
[Link]: Could not initialize class
[Link]$
at
[Link].<init>([Link]
)
at
[Link].<init>(JacksonPat
[Link])
at
[Link]/[Link](DirectCo
[Link])
at
[Link]/[Link]([Link])
at [Link]/[Link]([Link])
at
[Link]/[Link]([Link]
:306)
at [Link]/[Link]([Link])
at [Link]$.getSuiteInstance([Link])
at [Link].
$anonfun$nestedSuites$1([Link])
at [Link].$anonfun$map$1([Link])
...
Cause: [Link]: Exception [Link]:
[Link]: Unable to make field private final
[Link] [Link] accessible: module
[Link] does not "opens [Link]" to unnamed module @1218a756 [in
thread "ScalaTest-main"]
at [Link].<clinit>([Link])
at [Link].<clinit>([Link])
at [Link]([Link])
at
[Link](A
[Link])
at
[Link](A
[Link])
at
[Link]$.<init>([Link]
:59)
at
[Link]$.<clinit>([Link]
la)
at
[Link].<init>([Link]
)
at
[Link].<init>(AppConfigSpe
[Link])
at
[Link]/[Link](DirectCo
[Link])
...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 36.912 s
[INFO] Finished at: 2023-02-08T15:41:21+05:30
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal [Link]:scalatest-maven-plugin:2.2.0:test
(test) on project bucketprocessor: There are test failures -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read
the following articles:
[ERROR] [Help 1]
[Link]

You might also like