spotify/dbeam

Compilation fails

manohar-p opened this issue · 0 comments

Hello, I was trying out this tool and however could not compile on windows. It will be great if you could help on this. I was also trying to get familiar with the implementation, if you could provide some summary on the classes that I should look at that , it will be great.

Thanks
Manohar

[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] dbeam-parent [pom]
[INFO] DBeam Core [jar]
[INFO]
[INFO] ----------------------< com.spotify:dbeam-parent >----------------------
[INFO] Building dbeam-parent 0.9.15-SNAPSHOT [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dbeam-parent ---
[INFO] Deleting C:\beam-tutorials\dbeam\target
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ dbeam-parent ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-banned-dependencies) @ dbeam-parent ---
[INFO]
[INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ dbeam-parent ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] --- license-maven-plugin:1.9:check-file-header (check-file-header) @ dbeam-parent ---
[WARNING] No file to scan.
[INFO]
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default) @ dbeam-parent ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-shade-plugin:3.2.3:shade (bundle-and-repackage) @ dbeam-parent ---
[INFO]
[INFO] -----------------------< com.spotify:dbeam-core >-----------------------
[INFO] Building DBeam Core 0.9.15-SNAPSHOT [2/2]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dbeam-core ---
[INFO] Deleting C:\beam-tutorials\dbeam\dbeam-core\target
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ dbeam-core ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-banned-dependencies) @ dbeam-core ---
[INFO]
[INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ dbeam-core ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] --- license-maven-plugin:1.9:check-file-header (check-file-header) @ dbeam-core ---
[INFO] Will search files to update from root C:\beam-tutorials\dbeam\dbeam-core\src\main\java
[INFO] Will search files to update from root C:\beam-tutorials\dbeam\dbeam-core\src\test\java
[INFO] Scan 44 files header done in 201.225ms.
[INFO] All files are up-to-date.
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ dbeam-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ dbeam-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 28 source files to C:\beam-tutorials\dbeam\dbeam-core\target\classes
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/main/java/com/spotify/dbeam/options/KmsDecrypter.java:[23,52] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] No processor claimed any of these annotations: java.lang.FunctionalInterface,org.apache.beam.sdk.options.Validation.Required,com.google.auto.value.AutoValue.Builder,org.apache.beam.sdk.options.Default.String,com.google.auto.value.AutoValue,org.apache.beam.sdk.options.Default.Integer,com.google.common.annotations.VisibleForTesting,org.apache.beam.sdk.options.Default.Boolean,javax.annotation.Nullable,org.apache.beam.sdk.options.Description
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/main/java/com/spotify/dbeam/options/KmsDecrypter.java:[23,52] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/target/generated-sources/annotations/com/spotify/dbeam/options/AutoValue_KmsDecrypter.java:[3,52] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] No processor claimed any of these annotations: javax.annotation.Generated,javax.annotation.Nullable
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/main/java/com/spotify/dbeam/options/KmsDecrypter.java:[23,52] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/target/generated-sources/annotations/com/spotify/dbeam/options/AutoValue_KmsDecrypter.java:[3,52] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/main/java/com/spotify/dbeam/options/KmsDecrypter.java:[23,52] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/target/generated-sources/annotations/com/spotify/dbeam/options/AutoValue_KmsDecrypter.java:[3,52] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/main/java/com/spotify/dbeam/args/ParallelQueryBuilder.java:[35,8] serializable class com.spotify.dbeam.args.ParallelQueryBuilder has no definition of serialVersionUID
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/main/java/com/spotify/dbeam/args/QueryBuilder.java:[29,1] serializable class com.spotify.dbeam.args.QueryBuilder has no definition of serialVersionUID
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/main/java/com/spotify/dbeam/args/JdbcExportArgs.java:[32,17] serializable class com.spotify.dbeam.args.JdbcExportArgs has no definition of serialVersionUID
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/main/java/com/spotify/dbeam/args/JdbcAvroArgs.java:[33,17] serializable class com.spotify.dbeam.args.JdbcAvroArgs has no definition of serialVersionUID
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/main/java/com/spotify/dbeam/args/QueryBuilderArgs.java:[41,17] serializable class com.spotify.dbeam.args.QueryBuilderArgs has no definition of serialVersionUID
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/main/java/com/spotify/dbeam/args/JdbcConnectionArgs.java:[34,17] serializable class com.spotify.dbeam.args.JdbcConnectionArgs has no definition of serialVersionUID
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/main/java/com/spotify/dbeam/options/KmsDecrypter.java:[98,21] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/main/java/com/spotify/dbeam/options/KmsDecrypter.java:[116,50] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/main/java/com/spotify/dbeam/options/KmsDecrypter.java:[155,11] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/main/java/com/spotify/dbeam/options/KmsDecrypter.java:[158,15] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/main/java/com/spotify/dbeam/options/KmsDecrypter.java:[165,13] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/main/java/com/spotify/dbeam/options/KmsDecrypter.java:[171,18] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/main/java/com/spotify/dbeam/options/KmsDecrypter.java:[171,48] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/main/java/com/spotify/dbeam/avro/JdbcAvroRecordConverter.java:[59,27] found raw type: com.spotify.dbeam.avro.JdbcAvroRecord.SqlFunction
missing type arguments for generic class com.spotify.dbeam.avro.JdbcAvroRecord.SqlFunction<T,R>
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/main/java/com/spotify/dbeam/avro/JdbcAvroIO.java:[85,10] serializable class com.spotify.dbeam.avro.JdbcAvroIO.JdbcAvroSink has no definition of serialVersionUID
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/main/java/com/spotify/dbeam/avro/JdbcAvroIO.java:[105,18] serializable class com.spotify.dbeam.avro.JdbcAvroIO.JdbcAvroWriteOperation has no definition of serialVersionUID
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/main/java/com/spotify/dbeam/jobs/NotReadyException.java:[23,8] serializable class com.spotify.dbeam.jobs.NotReadyException has no definition of serialVersionUID
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/target/generated-sources/annotations/com/spotify/dbeam/args/AutoValue_JdbcExportArgs.java:[9,7] serializable class com.spotify.dbeam.args.AutoValue_JdbcExportArgs has no definition of serialVersionUID
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/target/generated-sources/annotations/com/spotify/dbeam/args/AutoValue_JdbcAvroArgs.java:[8,7] serializable class com.spotify.dbeam.args.AutoValue_JdbcAvroArgs has no definition of serialVersionUID
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/target/generated-sources/annotations/com/spotify/dbeam/options/AutoValue_KmsDecrypter.java:[24,26] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/target/generated-sources/annotations/com/spotify/dbeam/options/AutoValue_KmsDecrypter.java:[33,16] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/target/generated-sources/annotations/com/spotify/dbeam/options/AutoValue_KmsDecrypter.java:[74,12] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/target/generated-sources/annotations/com/spotify/dbeam/options/AutoValue_KmsDecrypter.java:[141,22] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/target/generated-sources/annotations/com/spotify/dbeam/options/AutoValue_KmsDecrypter.java:[199,54] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/target/generated-sources/annotations/com/spotify/dbeam/args/AutoValue_JdbcConnectionArgs.java:[7,7] serializable class com.spotify.dbeam.args.AutoValue_JdbcConnectionArgs has no definition of serialVersionUID
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/target/generated-sources/annotations/com/spotify/dbeam/args/AutoValue_QueryBuilderArgs.java:[9,7] serializable class com.spotify.dbeam.args.AutoValue_QueryBuilderArgs has no definition of serialVersionUID
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default) @ dbeam-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 28 source files to C:\beam-tutorials\dbeam\dbeam-core\target\classes
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/main/java/com/spotify/dbeam/options/KmsDecrypter.java:[23,52] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] No processor claimed any of these annotations: java.lang.FunctionalInterface,org.apache.beam.sdk.options.Validation.Required,com.google.auto.value.AutoValue.Builder,org.apache.beam.sdk.options.Default.String,com.google.auto.value.AutoValue,org.apache.beam.sdk.options.Default.Integer,com.google.common.annotations.VisibleForTesting,org.apache.beam.sdk.options.Default.Boolean,javax.annotation.Nullable,org.apache.beam.sdk.options.Description
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/main/java/com/spotify/dbeam/options/KmsDecrypter.java:[23,52] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/target/generated-sources/annotations/com/spotify/dbeam/options/AutoValue_KmsDecrypter.java:[3,52] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] No processor claimed any of these annotations: javax.annotation.Generated,javax.annotation.Nullable
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/main/java/com/spotify/dbeam/options/KmsDecrypter.java:[23,52] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/target/generated-sources/annotations/com/spotify/dbeam/options/AutoValue_KmsDecrypter.java:[3,52] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/main/java/com/spotify/dbeam/options/KmsDecrypter.java:[23,52] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/target/generated-sources/annotations/com/spotify/dbeam/options/AutoValue_KmsDecrypter.java:[3,52] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/main/java/com/spotify/dbeam/args/ParallelQueryBuilder.java:[35,8] serializable class com.spotify.dbeam.args.ParallelQueryBuilder has no definition of serialVersionUID
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/main/java/com/spotify/dbeam/args/QueryBuilder.java:[29,1] serializable class com.spotify.dbeam.args.QueryBuilder has no definition of serialVersionUID
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/main/java/com/spotify/dbeam/args/JdbcExportArgs.java:[32,17] serializable class com.spotify.dbeam.args.JdbcExportArgs has no definition of serialVersionUID
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/main/java/com/spotify/dbeam/args/JdbcAvroArgs.java:[33,17] serializable class com.spotify.dbeam.args.JdbcAvroArgs has no definition of serialVersionUID
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/main/java/com/spotify/dbeam/args/QueryBuilderArgs.java:[41,17] serializable class com.spotify.dbeam.args.QueryBuilderArgs has no definition of serialVersionUID
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/main/java/com/spotify/dbeam/args/JdbcConnectionArgs.java:[34,17] serializable class com.spotify.dbeam.args.JdbcConnectionArgs has no definition of serialVersionUID
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/main/java/com/spotify/dbeam/options/KmsDecrypter.java:[98,21] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/main/java/com/spotify/dbeam/options/KmsDecrypter.java:[116,50] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/main/java/com/spotify/dbeam/options/KmsDecrypter.java:[155,11] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/main/java/com/spotify/dbeam/options/KmsDecrypter.java:[158,15] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/main/java/com/spotify/dbeam/options/KmsDecrypter.java:[165,13] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/main/java/com/spotify/dbeam/options/KmsDecrypter.java:[171,18] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/main/java/com/spotify/dbeam/options/KmsDecrypter.java:[171,48] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/main/java/com/spotify/dbeam/avro/JdbcAvroRecordConverter.java:[59,27] found raw type: com.spotify.dbeam.avro.JdbcAvroRecord.SqlFunction
missing type arguments for generic class com.spotify.dbeam.avro.JdbcAvroRecord.SqlFunction<T,R>
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/main/java/com/spotify/dbeam/avro/JdbcAvroIO.java:[85,10] serializable class com.spotify.dbeam.avro.JdbcAvroIO.JdbcAvroSink has no definition of serialVersionUID
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/main/java/com/spotify/dbeam/avro/JdbcAvroIO.java:[105,18] serializable class com.spotify.dbeam.avro.JdbcAvroIO.JdbcAvroWriteOperation has no definition of serialVersionUID
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/main/java/com/spotify/dbeam/jobs/NotReadyException.java:[23,8] serializable class com.spotify.dbeam.jobs.NotReadyException has no definition of serialVersionUID
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/target/generated-sources/annotations/com/spotify/dbeam/args/AutoValue_JdbcExportArgs.java:[9,7] serializable class com.spotify.dbeam.args.AutoValue_JdbcExportArgs has no definition of serialVersionUID
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/target/generated-sources/annotations/com/spotify/dbeam/args/AutoValue_JdbcAvroArgs.java:[8,7] serializable class com.spotify.dbeam.args.AutoValue_JdbcAvroArgs has no definition of serialVersionUID
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/target/generated-sources/annotations/com/spotify/dbeam/options/AutoValue_KmsDecrypter.java:[24,26] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/target/generated-sources/annotations/com/spotify/dbeam/options/AutoValue_KmsDecrypter.java:[33,16] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/target/generated-sources/annotations/com/spotify/dbeam/options/AutoValue_KmsDecrypter.java:[74,12] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/target/generated-sources/annotations/com/spotify/dbeam/options/AutoValue_KmsDecrypter.java:[141,22] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/target/generated-sources/annotations/com/spotify/dbeam/options/AutoValue_KmsDecrypter.java:[199,54] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/target/generated-sources/annotations/com/spotify/dbeam/args/AutoValue_JdbcConnectionArgs.java:[7,7] serializable class com.spotify.dbeam.args.AutoValue_JdbcConnectionArgs has no definition of serialVersionUID
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/target/generated-sources/annotations/com/spotify/dbeam/args/AutoValue_QueryBuilderArgs.java:[9,7] serializable class com.spotify.dbeam.args.AutoValue_QueryBuilderArgs has no definition of serialVersionUID
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ dbeam-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\beam-tutorials\dbeam\dbeam-core\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ dbeam-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to C:\beam-tutorials\dbeam\dbeam-core\target\test-classes
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/test/java/com/spotify/dbeam/options/PasswordReaderTest.java:[23,52] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] No processor claimed any of these annotations: com.google.auto.value.AutoValue,org.junit.Test,org.junit.AfterClass,org.junit.Ignore,org.junit.BeforeClass
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/test/java/com/spotify/dbeam/options/PasswordReaderTest.java:[23,52] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] No processor claimed any of these annotations: javax.annotation.Generated
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/test/java/com/spotify/dbeam/options/PasswordReaderTest.java:[23,52] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/test/java/com/spotify/dbeam/options/PasswordReaderTest.java:[23,52] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/test/java/com/spotify/dbeam/args/ParallelQueryBuilderTest.java:[72,11] assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been deprecated
[WARNING] /C:/beam-tutorials/dbeam/dbeam-core/src/test/java/com/spotify/dbeam/options/PasswordReaderTest.java:[77,46] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ dbeam-core ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running com.spotify.dbeam.args.JdbcExportOptionsTest
[ERROR] Tests run: 31, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.302 s <<< FAILURE! - in com.spotify.dbeam.args.JdbcExportOptionsTest
[ERROR] com.spotify.dbeam.args.JdbcExportOptionsTest Time elapsed: 0.044 s <<< ERROR!
java.nio.file.FileSystemException:
C:\Users\manoh\AppData\Local\Temp\query5627387092890552426.sql: The process cannot access the file because it is being used by another process.

    at com.spotify.dbeam.args.JdbcExportOptionsTest.afterAll(JdbcExportOptionsTest.java:50)

[INFO] Running com.spotify.dbeam.args.ParallelQueryBuilderTest
[WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.005 s - in com.spotify.dbeam.args.ParallelQueryBuilderTest
[INFO] Running com.spotify.dbeam.args.QueryBuilderArgsTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.425 s - in com.spotify.dbeam.args.QueryBuilderArgsTest
[INFO] Running com.spotify.dbeam.args.QueryBuilderTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in com.spotify.dbeam.args.QueryBuilderTest
[INFO] Running com.spotify.dbeam.avro.JdbcAvroRecordTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.642 s - in com.spotify.dbeam.avro.JdbcAvroRecordTest
[INFO] Running com.spotify.dbeam.jobs.BeamHelperTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in com.spotify.dbeam.jobs.BeamHelperTest
[INFO] Running com.spotify.dbeam.jobs.BenchJdbcAvroJobTest
Summary for BenchJdbcAvroJob
Current Settings:
appName: JdbcAvroJob
avroCodec: zstandard1
avroDoc: null
avroSchemaFilePath: null
avroSchemaNamespace: dbeam_generated
blockOnRun: false
connectionUrl: jdbc:h2:mem:test3;MODE=PostgreSQL;DATABASE_TO_UPPER=false;DB_CLOSE_DELAY=-1
defaultEnvironmentConfig: null
defaultEnvironmentType: null
enforceEncodability: true
enforceImmutability: true
executions: 2
experiments: null
exportTimeout: P7D
fetchSize: 10000
gcsPerformanceMetrics: false
jobName: jdbcavrojob-manoh-0421093215-de5b5ebe
limit: null
optionsId: 43
output: C:\Users\manoh\AppData\Local\Temp\jdbc-export-args-test-2ec1dd9a-2718-4204-8546-72d48eed70cb
partition: null
partitionColumn: null
partitionPeriod: null
password: null
passwordFile: null
passwordFileKmsEncrypted: null
preCommand: null
queryParallelism: null
runner: class org.apache.beam.runners.direct.DirectRunner
skipPartitionCheck: true
splitColumn: null
sqlFile: null
stableUniqueNames: WARNING
table: COFFEES
targetParallelism: 1
useAvroLogicalTypes: false
username:

name recordCount writeElapsedMs msPerMillionRows bytesWritten KbWritePerSec
run_00 2 158 79000000 2221 14
run_01 2 0 0 2221 -1
max 2.0 158.0 79000000.0 2221.0 14.0
mean 2.0 79.0 39500000.0 2221.0 6.5
min 2.0 0.0 0.0 2221.0 -1.0
stddev 0.0 79.0 39500000.0 0.0 7.5
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.788 s - in com.spotify.dbeam.jobs.BenchJdbcAvroJobTest
[INFO] Running com.spotify.dbeam.jobs.JdbcAvroJobTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.099 s - in com.spotify.dbeam.jobs.JdbcAvroJobTest
[INFO] Running com.spotify.dbeam.jobs.PsqlAvroJobTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in com.spotify.dbeam.jobs.PsqlAvroJobTest
[INFO] Running com.spotify.dbeam.jobs.PsqlReplicationCheckTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 s - in com.spotify.dbeam.jobs.PsqlReplicationCheckTest
[INFO] Running com.spotify.dbeam.options.InputAvroSchemaTest
[ERROR] Tests run: 9, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 0.002 s <<< FAILURE! - in com.spotify.dbeam.options.InputAvroSchemaTest
[ERROR] com.spotify.dbeam.options.InputAvroSchemaTest Time elapsed: 0 s <<< ERROR!
java.nio.file.FileSystemException:
C:\Users\manoh\AppData\Local\Temp\dataType1134900135046375457.avsc: The process cannot access the file because it is being used by another process.

    at com.spotify.dbeam.options.InputAvroSchemaTest.afterAll(InputAvroSchemaTest.java:109)

[INFO] Running com.spotify.dbeam.options.JobNameConfigurationTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in com.spotify.dbeam.options.JobNameConfigurationTest
[INFO] Running com.spotify.dbeam.options.PasswordReaderTest
[ERROR] Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.023 s <<< FAILURE! - in com.spotify.dbeam.options.PasswordReaderTest
[ERROR] com.spotify.dbeam.options.PasswordReaderTest Time elapsed: 0.016 s <<< ERROR!
java.nio.file.FileSystemException:
C:\Users\manoh\AppData\Local\Temp\pattern4982662895807376452.suffix: The process cannot access the file because it is being used by another process.

    at com.spotify.dbeam.options.PasswordReaderTest.afterAll(PasswordReaderTest.java:53)

[INFO]
[INFO] Results:
[INFO]
[ERROR] Errors:
[ERROR] JdbcExportOptionsTest.afterAll:50 ╗ FileSystem C:\Users\manoh\AppData\Local\Te...
[ERROR] InputAvroSchemaTest.afterAll:109 ╗ FileSystem C:\Users\manoh\AppData\Local\Tem...
[ERROR] PasswordReaderTest.afterAll:53 ╗ FileSystem C:\Users\manoh\AppData\Local\Temp...
[INFO]
[ERROR] Tests run: 111, Failures: 0, Errors: 3, Skipped: 2
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for dbeam-parent 0.9.15-SNAPSHOT:
[INFO]
[INFO] dbeam-parent ....................................... SUCCESS [ 3.505 s]
[INFO] DBeam Core ......................................... FAILURE [ 27.551 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 31.247 s
[INFO] Finished at: 2020-04-21T15:02:23+05:30
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M4:test (default-test) on project dbeam-core: There are test failures.
[ERROR]
[ERROR] Please refer to C:\beam-tutorials\dbeam\dbeam-core\target\surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [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] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :dbeam-core