{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jocl\" build number 1,175",
          "upstreamBuild" : 1175,
          "upstreamProject" : "jocl",
          "upstreamUrl" : "job/jocl/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/bug_1003_add_texture_interop_test" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 956,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "f98767152049ac141e115dcbb6a6ac66f4831d6a",
            "branch" : [
              {
                "SHA1" : "f98767152049ac141e115dcbb6a6ac66f4831d6a",
                "name" : "origin/bug_1003_add_texture_interop_test"
              }
            ]
          },
          "revision" : {
            "SHA1" : "f98767152049ac141e115dcbb6a6ac66f4831d6a",
            "branch" : [
              {
                "SHA1" : "f98767152049ac141e115dcbb6a6ac66f4831d6a",
                "name" : "origin/bug_1003_add_texture_interop_test"
              }
            ]
          }
        },
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1175,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "1a69b4d910c22b1e0e4595573c6ff2bc8d02a84b",
            "branch" : [
              {
                "SHA1" : "1a69b4d910c22b1e0e4595573c6ff2bc8d02a84b",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "1a69b4d910c22b1e0e4595573c6ff2bc8d02a84b",
            "branch" : [
              {
                "SHA1" : "1a69b4d910c22b1e0e4595573c6ff2bc8d02a84b",
                "name" : "origin/master"
              }
            ]
          }
        },
        "origin/bug_989_test" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 954,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "73313eb44d89faab8d502d780acfb07888b41ad3",
            "branch" : [
              {
                "SHA1" : "73313eb44d89faab8d502d780acfb07888b41ad3",
                "name" : "origin/bug_989_test"
              }
            ]
          },
          "revision" : {
            "SHA1" : "73313eb44d89faab8d502d780acfb07888b41ad3",
            "branch" : [
              {
                "SHA1" : "73313eb44d89faab8d502d780acfb07888b41ad3",
                "name" : "origin/bug_989_test"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "1a69b4d910c22b1e0e4595573c6ff2bc8d02a84b",
        "branch" : [
          {
            "SHA1" : "1a69b4d910c22b1e0e4595573c6ff2bc8d02a84b",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jocl.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 1,
      "skipCount" : 0,
      "totalCount" : 43,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1175",
  "duration" : 59084,
  "estimatedDuration" : 43893,
  "executor" : None,
  "fullDisplayName" : "jocl » macos-x86_64 #1175",
  "id" : "1175",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1175,
  "queueId" : 145,
  "result" : "UNSTABLE",
  "timestamp" : 1751137750941,
  "url" : "https://jogamp.org/chuck/job/jocl/label=macos-x86_64/1175/",
  "builtOn" : "macos-x86_64-jau-012",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/com/jogamp/opencl/llb/impl/CLDynamicLibraryBundleInfo.java"
        ],
        "commitId" : "4bf432acdac37f570226affc2a341a61a1b6d16a",
        "timestamp" : 1700989308000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1479 - NativeLibrary: Add getNativeLibraryPath() returning actual native library path, support throughout DynamicLibraryBundle[Info]\u000a",
        "date" : "2023-11-26 10:01:48 +0100",
        "id" : "4bf432acdac37f570226affc2a341a61a1b6d16a",
        "msg" : "Bug 1479 - NativeLibrary: Add getNativeLibraryPath() returning actual native library path, support throughout DynamicLibraryBundle[Info]",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/com/jogamp/opencl/llb/impl/CLDynamicLibraryBundleInfo.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/tests-osx-x64.sh",
          "make/scripts/make.jocl.all.macosx.sh",
          "make/scripts/make.jocl.all.win32.bat",
          "make/scripts/make.jocl.all.ios.amd64.sh",
          "make/scripts/make.jocl.all.win64.bat",
          "make/scripts/tests-x64.bat",
          "make/scripts/tests-x32.bat",
          "make/scripts/make.jocl.all.ios.arm64.sh",
          "make/scripts/tests.sh"
        ],
        "commitId" : "e150aba49d2b9594e47a32ba2a34b4661a67e0e5",
        "timestamp" : 1750747926000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Build/test: Use OpenJDK-21 per default\u000a",
        "date" : "2025-06-24 08:52:06 +0200",
        "id" : "e150aba49d2b9594e47a32ba2a34b4661a67e0e5",
        "msg" : "Build/test: Use OpenJDK-21 per default",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/make.jocl.all.win32.bat"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests-osx-x64.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests-x32.bat"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.jocl.all.ios.arm64.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.jocl.all.macosx.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.jocl.all.ios.amd64.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests-x64.bat"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.jocl.all.win64.bat"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/make.jocl.all.solaris-x86.sh",
          "make/scripts/make.jocl.all.macosx.sh",
          "make/scripts/make.jocl.all.android-aarch64-cross.sh",
          "make/scripts/make.jocl.all.win32.bat",
          "make/scripts/make.jocl.all.ios.amd64.sh",
          "make/scripts/make.jocl.all.win64.bat",
          "make/scripts/make.jocl.all.android-x86-cross.sh",
          "make/scripts/make.jocl.all.linux-x86.sh",
          "make/scripts/make.jocl.all.linux-x86_64-clang.sh",
          "make/scripts/make.jocl.all.linux-x86-clang.sh",
          "make/scripts/make.jocl.all.linux-aarch64-cross.sh",
          "make/scripts/make.jocl.all.linux-armv6hf-cross.sh",
          "make/scripts/make.jocl.all.android-armv6-cross.sh",
          "make/scripts/make.jocl.all.solaris-x86_64.sh",
          "make/scripts/make.jocl.all.ios.arm64.sh",
          "make/scripts/make.jocl.all.linux-x86_64.sh"
        ],
        "commitId" : "1a69b4d910c22b1e0e4595573c6ff2bc8d02a84b",
        "timestamp" : 1751123380000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Use OpenJDK-21 and Java-11 source/target\u000a",
        "date" : "2025-06-28 17:09:40 +0200",
        "id" : "1a69b4d910c22b1e0e4595573c6ff2bc8d02a84b",
        "msg" : "Use OpenJDK-21 and Java-11 source/target",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/make.jocl.all.ios.amd64.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.jocl.all.android-x86-cross.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.jocl.all.ios.arm64.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.jocl.all.linux-armv6hf-cross.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.jocl.all.linux-x86_64-clang.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.jocl.all.linux-x86_64.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.jocl.all.macosx.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.jocl.all.solaris-x86.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.jocl.all.android-aarch64-cross.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.jocl.all.linux-aarch64-cross.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.jocl.all.android-armv6-cross.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.jocl.all.win64.bat"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.jocl.all.linux-x86.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.jocl.all.linux-x86-clang.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.jocl.all.solaris-x86_64.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.jocl.all.win32.bat"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ]
}