{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"joal\" build number 672",
          "upstreamBuild" : 672,
          "upstreamProject" : "joal",
          "upstreamUrl" : "job/joal/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 672,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "c5c2e2a211c62598981fe8c41b37fcc3adcbc999",
            "branch" : [
              {
                "SHA1" : "c5c2e2a211c62598981fe8c41b37fcc3adcbc999",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "c5c2e2a211c62598981fe8c41b37fcc3adcbc999",
            "branch" : [
              {
                "SHA1" : "c5c2e2a211c62598981fe8c41b37fcc3adcbc999",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "c5c2e2a211c62598981fe8c41b37fcc3adcbc999",
        "branch" : [
          {
            "SHA1" : "c5c2e2a211c62598981fe8c41b37fcc3adcbc999",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/joal.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 1,
      "urlName" : "testReport"
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "artifact.properties",
      "fileName" : "artifact.properties",
      "relativePath" : "build/artifact.properties"
    },
    {
      "displayPath" : "joal-2.5-b672-20230507-linux-armv6hf-test-results-linux-arm32-armv7hf-jau-031.7z",
      "fileName" : "joal-2.5-b672-20230507-linux-armv6hf-test-results-linux-arm32-armv7hf-jau-031.7z",
      "relativePath" : "build/joal-2.5-b672-20230507-linux-armv6hf-test-results-linux-arm32-armv7hf-jau-031.7z"
    },
    {
      "displayPath" : "joal-2.5-b672-20230507-linux-armv6hf.7z",
      "fileName" : "joal-2.5-b672-20230507-linux-armv6hf.7z",
      "relativePath" : "build/joal-2.5-b672-20230507-linux-armv6hf.7z"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#672",
  "duration" : 113174,
  "estimatedDuration" : 220741,
  "executor" : None,
  "fullDisplayName" : "joal » linux-arm32 #672",
  "id" : "672",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 672,
  "queueId" : 459,
  "result" : "SUCCESS",
  "timestamp" : 1683422340518,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/joal/label=linux-arm32/672/",
  "builtOn" : "linux-arm32-armv7hf-jau-031",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/openal/util/WAVData.java",
          "src/java/com/jogamp/openal/util/WAVLoader.java",
          "src/test/com/jogamp/openal/test/junit/ALutWAVLoaderTest.java",
          "make/scripts/tests.sh",
          "src/test/com/jogamp/openal/test/manual/OpenALTest.java"
        ],
        "commitId" : "159cd98994f199c014c14c048fe4d18270057e49",
        "timestamp" : 1683155822000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix Bug 1280: WAVData.loadFromStream(..) *API Change*: Only take expected byteCount (2nd arg) using IOUtil.copyStreamChunk2ByteBuffer(..)\u000a\u000aThis fix is inspired by Bug 1280, <https://github.com/sgothel/joal/pull/16>,\u000a'copy only needed bytes' for JOAL's com.jogamp.openal.util.WAVData.loadFromStream(..).\u000a\u000aThis GlueGen IOUtil.copyStreamChunk2ByteBuffer() method is a revised version of the proposed IOHelpers.copyFromStream2ByteBuffer(..),\u000asee <https://github.com/OndrejSpanel/joal/commit/1616659e98904270af4faca25b770d0983609735>\u000a",
        "date" : "2023-05-04 01:17:02 +0200",
        "id" : "159cd98994f199c014c14c048fe4d18270057e49",
        "msg" : "Fix Bug 1280: WAVData.loadFromStream(..) *API Change*: Only take expected byteCount (2nd arg) using IOUtil.copyStreamChunk2ByteBuffer(..)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/openal/test/manual/OpenALTest.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/openal/test/junit/ALutWAVLoaderTest.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/openal/util/WAVLoader.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/openal/util/WAVData.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/lib/windows-i586/soft_oal.dll",
          "make/lib/windows-amd64/soft_oal.dll",
          "make/scripts/make.joal.all.win64.bat",
          "src/java/jogamp/openal/ALDynamicLibraryBundleInfo.java",
          "make/build.xml"
        ],
        "commitId" : "8c9c768e697dfbab8ec92ec9c496a46a617ad8c4",
        "timestamp" : 1683157077000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Windows: Drop using soft_oal.dll blobs, use own bundled openal-soft instead.\u000a\u000aNote: This requires mingw-w64 w/ posix-threads to allow using C++ std::mutex etc.\u000a",
        "date" : "2023-05-04 01:37:57 +0200",
        "id" : "8c9c768e697dfbab8ec92ec9c496a46a617ad8c4",
        "msg" : "Windows: Drop using soft_oal.dll blobs, use own bundled openal-soft instead.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/build.xml"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/openal/ALDynamicLibraryBundleInfo.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.joal.all.win64.bat"
          },
          {
            "editType" : "delete",
            "file" : "make/lib/windows-amd64/soft_oal.dll"
          },
          {
            "editType" : "delete",
            "file" : "make/lib/windows-i586/soft_oal.dll"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/tests-win.bat",
          "make/scripts/tests-x64.bat",
          "make/scripts/java-win.bat"
        ],
        "commitId" : "96d44e51aa1fa2ed4c5b9af40e327d42c80387df",
        "timestamp" : 1683157132000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Windows: Add commandline unit test scripts\u000a",
        "date" : "2023-05-04 01:38:52 +0200",
        "id" : "96d44e51aa1fa2ed4c5b9af40e327d42c80387df",
        "msg" : "Windows: Add commandline unit test scripts",
        "paths" : [
          {
            "editType" : "add",
            "file" : "make/scripts/tests-win.bat"
          },
          {
            "editType" : "add",
            "file" : "make/scripts/tests-x64.bat"
          },
          {
            "editType" : "add",
            "file" : "make/scripts/java-win.bat"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/check-junit.sh"
        ],
        "commitId" : "d9dd218df3439528c447ec9b16f5492e32e6dcbd",
        "timestamp" : 1683157156000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Add check-junit.sh test result script\u000a",
        "date" : "2023-05-04 01:39:16 +0200",
        "id" : "d9dd218df3439528c447ec9b16f5492e32e6dcbd",
        "msg" : "Add check-junit.sh test result script",
        "paths" : [
          {
            "editType" : "add",
            "file" : "make/scripts/check-junit.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          ".classpath",
          ".settings/org.eclipse.jdt.core.prefs"
        ],
        "commitId" : "36491605d9b223e4ae5bda0c7ae1e8c933bf9dab",
        "timestamp" : 1683162104000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Eclipse: Fix JRE Container and add src, add jdt settings\u000a",
        "date" : "2023-05-04 03:01:44 +0200",
        "id" : "36491605d9b223e4ae5bda0c7ae1e8c933bf9dab",
        "msg" : "Eclipse: Fix JRE Container and add src, add jdt settings",
        "paths" : [
          {
            "editType" : "edit",
            "file" : ".classpath"
          },
          {
            "editType" : "add",
            "file" : ".settings/org.eclipse.jdt.core.prefs"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "openal-soft"
        ],
        "commitId" : "7481c9e6a6921136ff51d4398f1e9abd77df557a",
        "timestamp" : 1683162141000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bump openal-soft to v1.23.1 plus platform patches (building only)\u000a",
        "date" : "2023-05-04 03:02:21 +0200",
        "id" : "7481c9e6a6921136ff51d4398f1e9abd77df557a",
        "msg" : "Bump openal-soft to v1.23.1 plus platform patches (building only)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "openal-soft"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "openal-soft",
          "make/build.xml"
        ],
        "commitId" : "96e98f0a141fc8b5f68925a6442d220591ba1de2",
        "timestamp" : 1683213826000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bump openal-soft 1.23.1 customconfig -> toolchain cmake usage, add MacOS arm64 openal-soft build!\u000a",
        "date" : "2023-05-04 17:23:46 +0200",
        "id" : "96e98f0a141fc8b5f68925a6442d220591ba1de2",
        "msg" : "Bump openal-soft 1.23.1 customconfig -> toolchain cmake usage, add MacOS arm64 openal-soft build!",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "openal-soft"
          },
          {
            "editType" : "edit",
            "file" : "make/build.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/make.joal.all.win64.bat"
        ],
        "commitId" : "e481757000902582e80353f9b76f77793950d47a",
        "timestamp" : 1683213849000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Windows build script: Drop c.compiler.debug\u000a",
        "date" : "2023-05-04 17:24:09 +0200",
        "id" : "e481757000902582e80353f9b76f77793950d47a",
        "msg" : "Windows build script: Drop c.compiler.debug",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/make.joal.all.win64.bat"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/openal/ALVersion.java",
          "src/test/com/jogamp/openal/test/junit/ALVersionTest.java",
          "src/java/com/jogamp/openal/JoalVersion.java",
          "make/scripts/tests-win.bat",
          "make/scripts/tests.sh",
          "src/test/com/jogamp/openal/test/manual/OpenALTest.java"
        ],
        "commitId" : "b83ed843310f74655493ceefb2ee0e5420d1fe28",
        "timestamp" : 1683213925000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Add ALVersion, i.e. retrieve vendor, renderer, version and vendor-version. Test against OpenAL-Soft data >= 1.23.0\u000a",
        "date" : "2023-05-04 17:25:25 +0200",
        "id" : "b83ed843310f74655493ceefb2ee0e5420d1fe28",
        "msg" : "Add ALVersion, i.e. retrieve vendor, renderer, version and vendor-version. Test against OpenAL-Soft data >= 1.23.0",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/openal/JoalVersion.java"
          },
          {
            "editType" : "add",
            "file" : "src/java/com/jogamp/openal/ALVersion.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/openal/test/junit/ALVersionTest.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests-win.bat"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/openal/test/manual/OpenALTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "README.txt"
        ],
        "commitId" : "87efed733520fe3d3da2d120b6c68139d2d3d703",
        "timestamp" : 1683236651000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "README: Linux: Add libsndio-dev for SndIO (linked)\u000a",
        "date" : "2023-05-04 23:44:11 +0200",
        "id" : "87efed733520fe3d3da2d120b6c68139d2d3d703",
        "msg" : "README: Linux: Add libsndio-dev for SndIO (linked)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "README.txt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "README.txt"
        ],
        "commitId" : "9bd7a5f625b6971b8fa888bbe09b62cfad28919c",
        "timestamp" : 1683238144000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "README.txt: Linux: Add libpipewire-0.3-dev for PipeWire\u000a\u000aOn Debian 11 Bullseye: Use bullseye-backports `apt -t bullseye-backports install libpipewire-0.3-dev`\u000ato have libpipewire-0.3>=0.3.23, i.e. version 0.3.65.\u000a",
        "date" : "2023-05-05 00:09:04 +0200",
        "id" : "9bd7a5f625b6971b8fa888bbe09b62cfad28919c",
        "msg" : "README.txt: Linux: Add libpipewire-0.3-dev for PipeWire",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "README.txt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "openal-soft"
        ],
        "commitId" : "c5c2e2a211c62598981fe8c41b37fcc3adcbc999",
        "timestamp" : 1683383996000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bump openal-soft\u000a",
        "date" : "2023-05-06 16:39:56 +0200",
        "id" : "c5c2e2a211c62598981fe8c41b37fcc3adcbc999",
        "msg" : "Bump openal-soft",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "openal-soft"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    }
  ]
}