Skip to content

gradlew build getting failing with below error tried on amd64 and s390x architecture #47

Description

@Chandrababu-nagilli

cass-config-builder gradlew build getting failing.

# ./gradlew build
> Task :compileJava NO-SOURCE
> Task :processResources NO-SOURCE
> Task :checkClojure UP-TO-DATE
> Task :compileClojure UP-TO-DATE
> Task :classes UP-TO-DATE
> Task :jar UP-TO-DATE
> Task :shadowJar UP-TO-DATE
> Task :assemble UP-TO-DATE
> Task :compileTestJava NO-SOURCE
> Task :processTestResources UP-TO-DATE
> Task :checkTestClojure SKIPPED
> Task :compileTestClojure UP-TO-DATE
> Task :testClasses UP-TO-DATE

> Task :test FAILED

com.datastax.configbuilder.render.config-file-renderer-test > test-render-spark-alwayson-sql-conf FAILED
    java.lang.AssertionError at clojure_test_junit4.clj:68
        Caused by: clojure.lang.ExceptionInfo at support.clj:201

com.datastax.configbuilder.render.config-file-renderer-test > test-render-dse-env-sh-custom-env-vars FAILED
    java.lang.AssertionError at clojure_test_junit4.clj:68
        Caused by: clojure.lang.ExceptionInfo at support.clj:201

com.datastax.configbuilder.render.config-file-renderer-test > test-render-config-file FAILED
    java.lang.AssertionError at clojure_test_junit4.clj:68
        Caused by: clojure.lang.ExceptionInfo at support.clj:201

com.datastax.configbuilder.render.config-file-renderer-test > test-render-jvm-options FAILED
    java.lang.AssertionError at clojure_test_junit4.clj:68
        Caused by: clojure.lang.ExceptionInfo at support.clj:201

com.datastax.configbuilder.render-test > test-render-config-package-proxy FAILED
    java.lang.AssertionError at clojure_test_junit4.clj:68
        Caused by: clojure.lang.ExceptionInfo at support.clj:201

com.datastax.configbuilder.render-test > test-render-config-default FAILED
    java.lang.AssertionError at clojure_test_junit4.clj:68
        Caused by: clojure.lang.ExceptionInfo at support.clj:201

com.datastax.configbuilder.build-config-test > test-allow-custom-seed-provider FAILED
    java.lang.AssertionError at clojure_test_junit4.clj:68
        Caused by: clojure.lang.ExceptionInfo at support.clj:201

com.datastax.configbuilder.build-config-test > test-unmanage-config-file FAILED
    java.lang.AssertionError at clojure_test_junit4.clj:68
        Caused by: clojure.lang.ExceptionInfo at support.clj:201

com.datastax.configbuilder.build-config-test > test-build-configs-for-oss-cassandra FAILED
    java.lang.AssertionError at clojure_test_junit4.clj:68
        Caused by: clojure.lang.ExceptionInfo at support.clj:201

com.datastax.configbuilder.build-config-test > test-build-configs-file-paths FAILED
    java.lang.AssertionError at clojure_test_junit4.clj:68
        Caused by: clojure.lang.ExceptionInfo at support.clj:201

com.datastax.configbuilder.build-config-test > test-fully-qualify-paths FAILED
    java.lang.AssertionError at clojure_test_junit4.clj:56
    java.lang.AssertionError at clojure_test_junit4.clj:56
    java.lang.AssertionError at clojure_test_junit4.clj:56

com.datastax.configbuilder.build-config-test > test-build-configs-no-enrichment FAILED
    java.lang.AssertionError at clojure_test_junit4.clj:56

com.datastax.configbuilder.build-config-test > test-get-configured-paths FAILED
    java.lang.AssertionError at clojure_test_junit4.clj:56
    java.lang.AssertionError at clojure_test_junit4.clj:56
    java.lang.AssertionError at clojure_test_junit4.clj:56

com.datastax.configbuilder.build-config-test > test-build-configs FAILED
    java.lang.AssertionError at clojure_test_junit4.clj:68
        Caused by: clojure.lang.ExceptionInfo at support.clj:201

com.datastax.configbuilder.build-config-test > test-with-defaults FAILED
    java.lang.AssertionError at clojure_test_junit4.clj:56
    java.lang.AssertionError at clojure_test_junit4.clj:56
    java.lang.AssertionError at clojure_test_junit4.clj:56

com.datastax.configbuilder.definitions-test > test-consistent-dse-major-version-lists FAILED
    java.lang.AssertionError at clojure_test_junit4.clj:68
        Caused by: java.io.FileNotFoundException at FileInputStream.java:-2

com.datastax.configbuilder.definitions-test > check-all-definitions FAILED
    java.lang.AssertionError at clojure_test_junit4.clj:68
        Caused by: java.io.FileNotFoundException at FileInputStream.java:-2

com.datastax.configbuilder.definitions-test > test-get-template FAILED
    java.lang.AssertionError at clojure_test_junit4.clj:68
        Caused by: clojure.lang.ExceptionInfo at support.clj:201
    java.lang.AssertionError at clojure_test_junit4.clj:68
        Caused by: clojure.lang.ExceptionInfo at support.clj:201

com.datastax.configbuilder.definitions-test > test-default-dse-version-dse-yaml-definition FAILED
    java.lang.AssertionError at clojure_test_junit4.clj:68
        Caused by: clojure.lang.ExceptionInfo at support.clj:201

com.datastax.configbuilder.definitions-test > test-get-field-metadata FAILED
    java.lang.AssertionError at clojure_test_junit4.clj:68
        Caused by: clojure.lang.ExceptionInfo at support.clj:201
    java.lang.AssertionError at clojure_test_junit4.clj:68
        Caused by: clojure.lang.ExceptionInfo at support.clj:201
    java.lang.AssertionError at clojure_test_junit4.clj:68
        Caused by: clojure.lang.ExceptionInfo at support.clj:201

com.datastax.configbuilder.definitions-test > test-get-all-definitions-for-version FAILED
    java.lang.AssertionError at clojure_test_junit4.clj:56
    java.lang.AssertionError at clojure_test_junit4.clj:56

com.datastax.configbuilder.definitions-test > test-dse-6-7-0-yaml FAILED
    java.lang.AssertionError at clojure_test_junit4.clj:68
        Caused by: clojure.lang.ExceptionInfo at support.clj:201

com.datastax.configbuilder.definitions-test > test-config-file-valid? FAILED
    java.lang.AssertionError at clojure_test_junit4.clj:68
        Caused by: clojure.lang.ExceptionInfo at support.clj:201
    java.lang.AssertionError at clojure_test_junit4.clj:68
        Caused by: clojure.lang.ExceptionInfo at support.clj:201
    java.lang.AssertionError at clojure_test_junit4.clj:68
        Caused by: clojure.lang.ExceptionInfo at support.clj:201
    java.lang.AssertionError at clojure_test_junit4.clj:68
        Caused by: clojure.lang.ExceptionInfo at support.clj:201

com.datastax.configbuilder.operator-test > test-make-configs FAILED
    java.lang.AssertionError at clojure_test_junit4.clj:68
        Caused by: clojure.lang.ExceptionInfo at support.clj:201

com.datastax.configbuilder.golden-files-test > diff-against-golden-files FAILED
    java.lang.AssertionError at clojure_test_junit4.clj:68
        Caused by: clojure.lang.ExceptionInfo at support.clj:201

com.datastax.configbuilder-test > test-configbuilder FAILED
    java.lang.AssertionError at clojure_test_junit4.clj:56
    java.lang.AssertionError at clojure_test_junit4.clj:68
        Caused by: clojure.lang.ExceptionInfo at support.clj:201

100 tests completed, 26 failed

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':test'.
> There were failing tests. See the report at: file:///tmp/Test/cass-config-builder/build/reports/tests/test/index.html

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.2.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 2s
7 actionable tasks: 1 executed, 6 up-to-date

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions