Skip to content
This repository was archived by the owner on Jul 8, 2020. It is now read-only.
This repository was archived by the owner on Jul 8, 2020. It is now read-only.

Ubuntu Tests Randomly Fail #15

Description

@ncharlton02

The tests are inconsistently failing on the linux jobs with this message:

com.noahcharlton.wgpuj.fail.RustFailTest > rustFailTest() FAILED
    org.opentest4j.AssertionFailedError: Unexpected exception type thrown ==> expected: <com.noahcharlton.wgpuj.fail.RustTestException> but was: <java.lang.NullPointerException>
        at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:65)
        at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:37)
        at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:2920)
        at com.noahcharlton.wgpuj.fail.RustFailTest.rustFailTest(RustFailTest.java:11)

        Caused by:
        java.lang.NullPointerException: callable is null
            at jnr.ffi.provider.jffi.NativeClosureProxy.getCallable(NativeClosureProxy.java:57)
            at jnr.ffi.provider.jffi.NativeClosureProxy$$impl$$0.invoke(Unknown Source)
            at com.noahcharlton.wgpuj.WgpuTest$jnr$ffi$0.rust_fails_test(Native Method)
            at com.noahcharlton.wgpuj.fail.RustFailTest.lambda$rustFailTest$0(RustFailTest.java:11)
            at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:55)
            ... 3 more

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingjnr-ffi

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions