{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"gluegen\" build number 666",
          "upstreamBuild" : 666,
          "upstreamProject" : "gluegen",
          "upstreamUrl" : "job/gluegen/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 666,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "ef274002b64850b275fe9867026a89987b3169e0",
            "branch" : [
              {
                "SHA1" : "ef274002b64850b275fe9867026a89987b3169e0",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "ef274002b64850b275fe9867026a89987b3169e0",
            "branch" : [
              {
                "SHA1" : "ef274002b64850b275fe9867026a89987b3169e0",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "ef274002b64850b275fe9867026a89987b3169e0",
        "branch" : [
          {
            "SHA1" : "ef274002b64850b275fe9867026a89987b3169e0",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/gluegen.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 1,
      "skipCount" : 0,
      "totalCount" : 210,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#666",
  "duration" : 314662,
  "estimatedDuration" : 375087,
  "executor" : None,
  "fullDisplayName" : "gluegen » macos-x86_64 #666",
  "id" : "2013-04-24_05-32-48",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 666,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1366774368000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/gluegen/label=macos-x86_64/666/",
  "builtOn" : "macosx64-NV320M-10_6-jogamp-x64-sgothel-012",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/gluegen-cpptasks-base.xml"
        ],
        "commitId" : "f0f098a0de19d48b290eadb091c6930689b2e327",
        "timestamp" : 1366485757000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "make/gluegen-cpptasks-base.xml: Expose evaluated 'isI386' and 'isAMD64' property, allowing to trigger x86_64 -> x86_32 crosscompilation.\u000a",
        "date" : "2013-04-20T21:22:37+0200",
        "id" : "f0f098a0de19d48b290eadb091c6930689b2e327",
        "msg" : "make/gluegen-cpptasks-base.xml: Expose evaluated 'isI386' and 'isAMD64'",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/gluegen-cpptasks-base.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/build.xml"
        ],
        "commitId" : "796192797bc65f5eff91f29a5abee9776dcf2ea3",
        "timestamp" : 1366506380000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "build.xml: fix intendations\u000a",
        "date" : "2013-04-21T03:06:20+0200",
        "id" : "796192797bc65f5eff91f29a5abee9776dcf2ea3",
        "msg" : "build.xml: fix intendations",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/build.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/stub_includes/platform/glibc-compat-symbols.h",
          "make/scripts/check-glibc-version.sh"
        ],
        "commitId" : "04606a7afa8aa06b975bf6fca84517bb311e613b",
        "timestamp" : 1366518981000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Add 'glibc-compat-symbols.h' to force usage of minimal GLIBC symbols currently for memcpy only, used in our x86_32 and default gcc toolchain cmake file.\u000a\u000aNote: JogAmp's minimum GLIBC is 2.4 due to '__stack_chk_fail' (stack overflow checking)\u000a\u000a  GLIBC 2.4 - March 2006  - Standard for LSB 4.0, Used in SLES 10\u000a\u000aWe could add compile/link option '-fno-stack-protector', however stack protection seems reasonable\u000aand a pre 2006 distribution a bit too 'far fetched' for our multimedia bindings anyway.\u000a\u000a+++\u000a\u000aAdded convenient script 'make/scripts/check-glibc-version.sh' to sort and list GLIBC versions per symbol.\u000a\u000a+++\u000a\u000aBesides openal-soft (commit 554b34927cd6a2e0c0ce227108ebf8521bcba889),\u000ajogamp modules do not reference any GLIBC symbols > 2.4 per default!\u000a\u000aIf so, 'glibc-compat-symbols.h' should be included per default!\u000a",
        "date" : "2013-04-21T06:36:21+0200",
        "id" : "04606a7afa8aa06b975bf6fca84517bb311e613b",
        "msg" : "Add 'glibc-compat-symbols.h' to force usage of minimal GLIBC symbols",
        "paths" : [
          {
            "editType" : "add",
            "file" : "make/stub_includes/platform/glibc-compat-symbols.h"
          },
          {
            "editType" : "add",
            "file" : "make/scripts/check-glibc-version.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/stub_includes/platform/glibc-compat-symbols.h"
        ],
        "commitId" : "eb8ba86c01d502a04dc50150bda5f5b71dc03ca5",
        "timestamp" : 1366520461000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "glibc-compat-symbols.h: Add __arm__ -> GLIBC_2.4 ; default is now GLIBC_2.2.5 // Still minimum required is GLIBC_2.4!\u000a",
        "date" : "2013-04-21T07:01:01+0200",
        "id" : "eb8ba86c01d502a04dc50150bda5f5b71dc03ca5",
        "msg" : "glibc-compat-symbols.h: Add __arm__ -> GLIBC_2.4 ; default is now",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/stub_includes/platform/glibc-compat-symbols.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/lib/toolchain/armhf-linux-gnueabi/bin/strip",
          "make/lib/linux/arm-linux-gnueabihf/bin/objdump",
          "make/scripts/runtest.sh",
          "make/lib/toolchain/armhf-linux-gnueabi/bin/objdump",
          "make/lib/linux/arm-linux-gnueabihf/bin/gcc",
          "make/lib/toolchain/armsf-linux-gnueabi/bin/strip",
          "make/lib/linux/arm-linux-gnueabi/bin/ld",
          "make/lib/linux/arm-linux-gnueabi/bin/objdump",
          "make/lib/toolchain/armsf-linux-gnueabi/bin/ld",
          "make/lib/gluegen-cpptasks-linux-armv6hf.xml",
          "make/lib/toolchain/armsf-linux-gnueabi/bin/gcc",
          "make/scripts/make.gluegen.all.linux-armv6-cross.sh",
          "make/lib/toolchain/armhf-linux-gnueabi/bin/gcc",
          "make/lib/linux/arm-linux-gnueabihf/bin/ld",
          "make/lib/linux/arm-linux-gnueabi/bin/gcc",
          "make/lib/toolchain/armsf-linux-gnueabi/bin/objdump",
          "make/scripts/make.gluegen.all.linux-armv6hf-cross.sh",
          "make/lib/linux/arm-linux-gnueabi/bin/strip",
          "make/lib/toolchain/armhf-linux-gnueabi/bin/ld",
          "make/lib/linux/arm-linux-gnueabihf/bin/strip",
          "make/scripts/make.gluegen.all.sh"
        ],
        "commitId" : "3b7ea9f67487be8f133c19b493b632fc579c5049",
        "timestamp" : 1366743518000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Modify linux-arm scripts for new toolchain (crosstools-ng) ; gluegen-cpptasks-linux-armv6hf.xml: Enable cc-arg '-mfloat-abi=hard' ; Add script make*all.sh\u000a",
        "date" : "2013-04-23T20:58:38+0200",
        "id" : "3b7ea9f67487be8f133c19b493b632fc579c5049",
        "msg" : "Modify linux-arm scripts for new toolchain (crosstools-ng) ;",
        "paths" : [
          {
            "editType" : "add",
            "file" : "make/lib/toolchain/armhf-linux-gnueabi/bin/gcc"
          },
          {
            "editType" : "add",
            "file" : "make/lib/toolchain/armhf-linux-gnueabi/bin/objdump"
          },
          {
            "editType" : "add",
            "file" : "make/lib/toolchain/armsf-linux-gnueabi/bin/ld"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.linux-armv6-cross.sh"
          },
          {
            "editType" : "delete",
            "file" : "make/lib/linux/arm-linux-gnueabihf/bin/ld"
          },
          {
            "editType" : "delete",
            "file" : "make/lib/linux/arm-linux-gnueabi/bin/objdump"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.linux-armv6hf-cross.sh"
          },
          {
            "editType" : "delete",
            "file" : "make/lib/linux/arm-linux-gnueabihf/bin/objdump"
          },
          {
            "editType" : "delete",
            "file" : "make/lib/linux/arm-linux-gnueabihf/bin/strip"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/runtest.sh"
          },
          {
            "editType" : "delete",
            "file" : "make/lib/linux/arm-linux-gnueabihf/bin/gcc"
          },
          {
            "editType" : "add",
            "file" : "make/lib/toolchain/armsf-linux-gnueabi/bin/gcc"
          },
          {
            "editType" : "delete",
            "file" : "make/lib/linux/arm-linux-gnueabi/bin/ld"
          },
          {
            "editType" : "add",
            "file" : "make/lib/toolchain/armhf-linux-gnueabi/bin/ld"
          },
          {
            "editType" : "add",
            "file" : "make/scripts/make.gluegen.all.sh"
          },
          {
            "editType" : "delete",
            "file" : "make/lib/linux/arm-linux-gnueabi/bin/gcc"
          },
          {
            "editType" : "delete",
            "file" : "make/lib/linux/arm-linux-gnueabi/bin/strip"
          },
          {
            "editType" : "add",
            "file" : "make/lib/toolchain/armsf-linux-gnueabi/bin/strip"
          },
          {
            "editType" : "edit",
            "file" : "make/lib/gluegen-cpptasks-linux-armv6hf.xml"
          },
          {
            "editType" : "add",
            "file" : "make/lib/toolchain/armhf-linux-gnueabi/bin/strip"
          },
          {
            "editType" : "add",
            "file" : "make/lib/toolchain/armsf-linux-gnueabi/bin/objdump"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/gluegen-cpptasks-base.xml"
        ],
        "commitId" : "9267c581b199060ded0ddfa0258ff6bff4ba2163",
        "timestamp" : 1366743556000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix Bug 650: Use toolchain default arch & float options for default arm cc/ld target in make/gluegen-cpptasks-base.xml\u000a\u000aSpecialized arch & float arm options are defined in\u000a    - lib/gluegen-cpptasks-linux-armv6.xml   (armv5te + softfp), or\u000a    - lib/gluegen-cpptasks-linux-armv6hf.xml (armv6   + hardfp)\u000a",
        "date" : "2013-04-23T20:59:16+0200",
        "id" : "9267c581b199060ded0ddfa0258ff6bff4ba2163",
        "msg" : "Fix Bug 650: Use toolchain default arch & float options for default arm",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/gluegen-cpptasks-base.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/lib/gluegen-cpptasks-linux-armv6.xml",
          "make/lib/gluegen-cpptasks-linux-armv6hf.xml"
        ],
        "commitId" : "025795f5011b374e5d6a5ab254e9d5a594d83595",
        "timestamp" : 1366744720000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "make/lib/gluegen-cpptasks-linux-armv6[hf].xml: Set property 'useGCCARMTargetArchAndFloatOptions' indicating ARM arch & float gcc options are desired.\u000a",
        "date" : "2013-04-23T21:18:40+0200",
        "id" : "025795f5011b374e5d6a5ab254e9d5a594d83595",
        "msg" : "make/lib/gluegen-cpptasks-linux-armv6[hf].xml: Set property",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/lib/gluegen-cpptasks-linux-armv6hf.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/lib/gluegen-cpptasks-linux-armv6.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/lib/gluegen-cpptasks-linux-armv6.xml",
          "make/lib/gluegen-cpptasks-linux-armv6hf.xml"
        ],
        "commitId" : "49e4b614e97a97bf7b501cf402a3e9871b997222",
        "timestamp" : 1366745325000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Revert \"make/lib/gluegen-cpptasks-linux-armv6[hf].xml: Set property 'useGCCARMTargetArchAndFloatOptions' indicating ARM arch & float gcc options are desired.\"\u000a\u000aThis reverts commit 025795f5011b374e5d6a5ab254e9d5a594d83595.\u000a\u000aExtra state/property is not required since we can utilize propery 'isCrosscompilation'\u000a",
        "date" : "2013-04-23T21:28:45+0200",
        "id" : "49e4b614e97a97bf7b501cf402a3e9871b997222",
        "msg" : "Revert \"make/lib/gluegen-cpptasks-linux-armv6[hf].xml: Set property",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/lib/gluegen-cpptasks-linux-armv6.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/lib/gluegen-cpptasks-linux-armv6hf.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/check-glibc.sh",
          "make/scripts/check-glibc-version.sh",
          "make/scripts/check-elf.sh"
        ],
        "commitId" : "ef274002b64850b275fe9867026a89987b3169e0",
        "timestamp" : 1366765090000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Adding scripts to check all JogAmp native ARM libraries ; check-glibc.sh checks all glibc version ..\u000a",
        "date" : "2013-04-24T02:58:10+0200",
        "id" : "ef274002b64850b275fe9867026a89987b3169e0",
        "msg" : "Adding scripts to check all JogAmp native ARM libraries ; check-glibc.sh",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "make/scripts/check-glibc-version.sh"
          },
          {
            "editType" : "add",
            "file" : "make/scripts/check-elf.sh"
          },
          {
            "editType" : "add",
            "file" : "make/scripts/check-glibc.sh"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ]
}