Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Success

linux-x86_64 (Aug 12, 2023, 4:35:35 PM)

Started 1 yr 10 mo ago
Took 1 min 49 sec on linux-x86_64-jau-002
Build Artifacts
artifact.properties624 Bview
joal-2.5-b683-20230812-linux-amd64-test-results-linux-x86_64-jau-002.7z6.87 KiBview
joal-2.5-b683-20230812-linux-amd64.7z4.32 MiBview

Started by upstream project joal build number 683
originally caused by:

Revision: b87238ac343643e0077522ac3a983a8025bb1d88
Repository: git://jogamp.org/srv/scm/joal.git
  • origin/master
Test Result (no failures)
    Changes
    1. Adopt to GlueGen commit 952e0c1f83c9e0583a97d39988a6ba1428911c8c (details / cgit)
    2. Fix file mods in make/config (details / cgit)
    3. Use GlueGen's SecurityUtil.doPrivileged(..) instead of AccessController, remove dead code (details / cgit)
    4. ALExtImpl: Remove unused imports (details / cgit)
    5. Sound3d.Context: destroy() shall only 'null' thread-local context if this is current; Expose hasALC_thread_local_context to avoid double checks (details / cgit)
    6. Add OpenAL extension AL_SOFT_events using userParam ALCcontext as key for GlueGen JavaCallback (details / cgit)
    7. ALAudioSink: Utilize AL_SOFT_events if available, i.e. use callback for released buffer count instead of polling (details / cgit)
    8. GlueGen cfg files: Remove now unused import java.security.AccessController (details / cgit)
    9. ALContextKey.equals(): Use cached nativeAddress of other item as well. (details / cgit)
    10. ALAudioSink.destroy(): Shutdown alEventCallbackSOFT properly (only if hasAL_SOFT_events, 1st disable all events); growBuffers(): No pre-condition exception for hasAL_SOFT_events (details / cgit)
    11. AL_SOFT_events: Define 'ALCcontext` as `UserParam` type for more clarity (details / cgit)
    12. AudioSystem3D.checkAL*Error(): Close single quote in error message (details / cgit)
    13. ALAudioSink.dequeueBuffer(..): AL_SOFT_events cumulated released buffers is 'sometimes wrong'. Workaround: Query released buffers after receiving event and use minimum. (details / cgit)