{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"gluegen\" build number 909",
          "upstreamBuild" : 909,
          "upstreamProject" : "gluegen",
          "upstreamUrl" : "job/gluegen/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 909,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "99b357956e4fd516ddd051d8a0f478c47faa40b1",
            "branch" : [
              {
                "SHA1" : "99b357956e4fd516ddd051d8a0f478c47faa40b1",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "99b357956e4fd516ddd051d8a0f478c47faa40b1",
            "branch" : [
              {
                "SHA1" : "99b357956e4fd516ddd051d8a0f478c47faa40b1",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "99b357956e4fd516ddd051d8a0f478c47faa40b1",
        "branch" : [
          {
            "SHA1" : "99b357956e4fd516ddd051d8a0f478c47faa40b1",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/gluegen.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 250,
      "urlName" : "testReport"
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#909",
  "duration" : 352808,
  "estimatedDuration" : 375087,
  "executor" : None,
  "fullDisplayName" : "gluegen » macos-x86_64 #909",
  "id" : "909",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 909,
  "queueId" : 21,
  "result" : "SUCCESS",
  "timestamp" : 1544441925292,
  "url" : "https://jogamp.org/chuck/job/gluegen/label=macos-x86_64/909/",
  "builtOn" : "macosx64-NV320M-10_6-jogamp-x64-sgothel-012",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          ".gitlab-ci.yml"
        ],
        "commitId" : "0ba8e7f4173c04eef40ae95baca07a8c1cedfa40",
        "timestamp" : 1481407084000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
          "fullName" : "xerxes"
        },
        "authorEmail" : "xerxes@gudinna.com",
        "comment" : "Add GitLab CI .gitlab-ci.yml, build and test each commit on aarch64 and\u000ax86-64 linux systems.\u000a",
        "date" : "2016-12-10 22:58:04 +0100",
        "id" : "0ba8e7f4173c04eef40ae95baca07a8c1cedfa40",
        "msg" : "Add GitLab CI .gitlab-ci.yml, build and test each commit on aarch64 and",
        "paths" : [
          {
            "editType" : "add",
            "file" : ".gitlab-ci.yml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/make.gluegen.all.linux-aarch64.sh",
          "make/gluegen-cpptasks-base.xml",
          "make/build.xml",
          "make/lib/gluegen-cpptasks-linux-aarch64.xml"
        ],
        "commitId" : "00ea29eb954a29aaf2fd2adffd6677e580ab2850",
        "timestamp" : 1481410867000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
          "fullName" : "xerxes"
        },
        "authorEmail" : "xerxes@gudinna.com",
        "comment" : "Bug 1295: Add linux-aarch64 GNU/Linux AArch64 support\u000amake/build.xml: New target declare.linux.aarch64\u000a               Update target declare.linux to depend on\u000adeclare.linux.aarch64 make/gluegen-cpp-tasks-base.xml: Fix aarch64\u000ajre/lib/arm -> jre/lib/aarch64 \u000amake/lib/gluegen-cpptasks-linux-aarch64.xml: Added \u000amake/scripts/make.gluegen.all.linux-aarch64.sh: Added\u000aTested on DragonBoard 410c running Linaro Debian Platform: LINUX / Linux\u000a4.4.8-linaro-lt-qcom (4.4.8), aarch64 (ARM64, EABI_AARCH64), 4 cores,\u000alittleEndian true MachineDataInfo: runtimeValidated true, 32Bit false,\u000aprimitive size / alignment:\u000a int8    1 / 1, int16   2 / 2\u000a int     4 / 4, long    8 / 8\u000a int32   4 / 4, int64   8 / 8\u000a float   4 / 4, double  8 / 8, ldouble 16 / 16\u000a pointer 8 / 8, page    4096 Platform: Java Version: 1.8.0_91\u000a(1.8.0u91), VM: OpenJDK 64-Bit Server VM, Runtime: OpenJDK Runtime\u000aEnvironment Platform: Java Vendor: Oracle Corporation,\u000ahttp://java.oracle.com/, JavaSE: true, Java6: true, AWT enabled: true\u000aSigned-off-by: Xerxes Ranby <xerxes@gudinna.com>\u000a",
        "date" : "2016-12-11 00:01:07 +0100",
        "id" : "00ea29eb954a29aaf2fd2adffd6677e580ab2850",
        "msg" : "Bug 1295: Add linux-aarch64 GNU/Linux AArch64 support",
        "paths" : [
          {
            "editType" : "add",
            "file" : "make/scripts/make.gluegen.all.linux-aarch64.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/build.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/gluegen-cpptasks-base.xml"
          },
          {
            "editType" : "add",
            "file" : "make/lib/gluegen-cpptasks-linux-aarch64.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/lib/toolchain/aarch64-linux-gnueabi/bin/c++",
          "make/lib/toolchain/aarch64-linux-gnueabi/bin/gcc",
          "make/lib/toolchain/aarch64-linux-gnueabi/bin/g++",
          "make/lib/toolchain/aarch64-linux-gnueabi/bin/cc",
          "make/lib/toolchain/aarch64-linux-gnueabi/bin/objdump",
          "make/lib/toolchain/aarch64-linux-gnueabi/bin/strip",
          "make/scripts/make.gluegen.all.linux-aarch64-cross.sh",
          "make/lib/toolchain/aarch64-linux-gnueabi/bin/ld",
          "make/stub_includes/platform/glibc-compat-symbols.h",
          "make/lib/gluegen-cpptasks-linux-aarch64.xml"
        ],
        "commitId" : "e7db4d356f264b45d178839798b7d3d552019fc1",
        "timestamp" : 1481527928000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
          "fullName" : "xerxes"
        },
        "authorEmail" : "xerxes@gudinna.com",
        "comment" : "Bug 1295: Add linux-aarch64 GNU/Linux AArch64 crosscompile support\u000amake/lib/gluegen-cpptasks-linux-aarch64.xml:\u000a Add missing -DisLinux=true required when crosscompiling\u000a Remove -marm -mfloat-abi=hard flags unrecognisable by aarch64\u000acrosscompile toolchain\u000amake/lib/toolchain/aarch64-linux-gnueabi/bin/*:\u000a Symlink to\u000a/usr/local/x-tools/aarch64-unknown-linux-gnueabi/bin/aarch64-unknown-linux-gnueabi-*\u000amake/scripts/make.gluegen.all.linux-aarch64-cross.sh:\u000a New crosscompile script\u000amake/stub_includes/platform/glibc-compat-symbols.h:\u000a glibc 2.17 is the first glibc version that support aarch64\u000a however memcpy is not versioned for aarch64\u000a Disable versioning for linux glibc/aarch64\u000aSigned-off-by: Xerxes Rånby <xerxes@gudinna.com>\u000a",
        "date" : "2016-12-12 08:32:08 +0100",
        "id" : "e7db4d356f264b45d178839798b7d3d552019fc1",
        "msg" : "Bug 1295: Add linux-aarch64 GNU/Linux AArch64 crosscompile support",
        "paths" : [
          {
            "editType" : "add",
            "file" : "make/lib/toolchain/aarch64-linux-gnueabi/bin/gcc"
          },
          {
            "editType" : "add",
            "file" : "make/lib/toolchain/aarch64-linux-gnueabi/bin/c++"
          },
          {
            "editType" : "add",
            "file" : "make/scripts/make.gluegen.all.linux-aarch64-cross.sh"
          },
          {
            "editType" : "add",
            "file" : "make/lib/toolchain/aarch64-linux-gnueabi/bin/g++"
          },
          {
            "editType" : "add",
            "file" : "make/lib/toolchain/aarch64-linux-gnueabi/bin/ld"
          },
          {
            "editType" : "add",
            "file" : "make/lib/toolchain/aarch64-linux-gnueabi/bin/objdump"
          },
          {
            "editType" : "add",
            "file" : "make/lib/toolchain/aarch64-linux-gnueabi/bin/strip"
          },
          {
            "editType" : "edit",
            "file" : "make/lib/gluegen-cpptasks-linux-aarch64.xml"
          },
          {
            "editType" : "add",
            "file" : "make/lib/toolchain/aarch64-linux-gnueabi/bin/cc"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/platform/glibc-compat-symbols.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "doc/HowToBuild.html"
        ],
        "commitId" : "574be76b4c4a396d1de7c8ead1fcbfed1fbac1ec",
        "timestamp" : 1487771925000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "HowToBuild: Refine and add Debian 9 (Stretch)\u000a",
        "date" : "2017-02-22 14:58:45 +0100",
        "id" : "574be76b4c4a396d1de7c8ead1fcbfed1fbac1ec",
        "msg" : "HowToBuild: Refine and add Debian 9 (Stretch)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "doc/HowToBuild.html"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/runtest.sh",
          "src/java/com/jogamp/common/nio/MappedByteBufferInputStream.java",
          "src/java/com/jogamp/common/nio/Buffers.java"
        ],
        "commitId" : "6833dfa977c282a9b016ede99fdaa46eb5b06444",
        "timestamp" : 1487772005000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Factor out Cleaner access for general use (Cleaning up NIO DirectBuffer)\u000a",
        "date" : "2017-02-22 15:00:05 +0100",
        "id" : "6833dfa977c282a9b016ede99fdaa46eb5b06444",
        "msg" : "Factor out Cleaner access for general use (Cleaning up NIO DirectBuffer)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/nio/MappedByteBufferInputStream.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/runtest.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/nio/Buffers.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/nio/MappedByteBufferInputStream.java"
        ],
        "commitId" : "99b357956e4fd516ddd051d8a0f478c47faa40b1",
        "timestamp" : 1515993683000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "MappedByteBufferInputStream: Add flushSlices() to release mapped slices\u000ato save mapped ByteBuffer memory\u000aAlso:\u000a- fix dbgDump(..) FileChannel access, test if openend.\u000a- add DEBUG dumps on CTOR, Close and notifyLengthChangeImpl\u000a",
        "date" : "2018-01-15 06:21:23 +0100",
        "id" : "99b357956e4fd516ddd051d8a0f478c47faa40b1",
        "msg" : "MappedByteBufferInputStream: Add flushSlices() to release mapped slices",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/nio/MappedByteBufferInputStream.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
      "fullName" : "xerxes"
    }
  ]
}