{
  "_class" : "org.jenkinsci.plugins.workflow.job.WorkflowRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.TimerTrigger$TimerTriggerCause",
          "shortDescription" : "Started by timer"
        }
      ]
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 0,
      "buildableTimeMillis" : 2,
      "buildingDurationMillis" : 21602713,
      "executingTimeMillis" : 9489526,
      "executorUtilization" : 0.44,
      "subTaskCount" : 4,
      "waitingDurationMillis" : 3,
      "waitingTimeMillis" : 4
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/develop" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 677,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "f91c4792d2f4f06bb023c93b0add4babd6c04741",
            "branch" : [
              {
                "SHA1" : "f91c4792d2f4f06bb023c93b0add4babd6c04741",
                "name" : "refs/remotes/origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "f91c4792d2f4f06bb023c93b0add4babd6c04741",
            "branch" : [
              {
                "SHA1" : "f91c4792d2f4f06bb023c93b0add4babd6c04741",
                "name" : "refs/remotes/origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "f91c4792d2f4f06bb023c93b0add4babd6c04741",
        "branch" : [
          {
            "SHA1" : "f91c4792d2f4f06bb023c93b0add4babd6c04741",
            "name" : "refs/remotes/origin/develop"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/kokkos/kokkos/"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.libs.LibrariesAction"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.cps.EnvActionImpl"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 52,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    },
    {
      "_class" : "org.jenkinsci.plugins.pipeline.modeldefinition.actions.RestartDeclarativePipelineAction"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.job.views.FlowGraphAction"
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#677",
  "duration" : 21602713,
  "estimatedDuration" : 15681545,
  "executor" : None,
  "fullDisplayName" : "Kokkos_nightly #677",
  "id" : "677",
  "keepLog" : False,
  "number" : 677,
  "queueId" : 63500,
  "result" : "FAILURE",
  "timestamp" : 1764739860606,
  "url" : "https://cloud1.cees.ornl.gov/jenkins-ci/job/Kokkos_nightly/677/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "core/unit_test/TestMathematicalFunctions.hpp",
            "core/src/HIP/Kokkos_HIP_Half_Conversion.hpp",
            "core/src/HIP/Kokkos_HIP_Half_Impl_Type.hpp",
            "core/src/HIP/Kokkos_HIP_Half_MathematicalFunctions.hpp",
            "core/src/impl/Kokkos_Half_FloatingPointWrapper.hpp",
            "core/src/impl/Kokkos_Half_MathematicalFunctions.hpp",
            "core/src/decl/Kokkos_Declare_HIP.hpp"
          ],
          "commitId" : "f91c4792d2f4f06bb023c93b0add4babd6c04741",
          "timestamp" : 1764699120000,
          "author" : {
            "absoluteUrl" : "https://cloud1.cees.ornl.gov/jenkins-ci/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Implement bhalf_t for HIP and add mathematical functions (#8705)\u000a\u000a* Implement bhalf_t for HIP and sdd mathematical functions\u000a\u000a---------\u000a\u000aSigned-off-by: Daniel Arndt <arndtd@ornl.gov>\u000aCo-authored-by: Bruno Turcksin <bruno.turcksin@gmail.com>\u000a",
          "date" : "2025-12-02 13:12:00 -0500",
          "id" : "f91c4792d2f4f06bb023c93b0add4babd6c04741",
          "msg" : "Implement bhalf_t for HIP and add mathematical functions (#8705)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "core/src/impl/Kokkos_Half_MathematicalFunctions.hpp"
            },
            {
              "editType" : "edit",
              "file" : "core/unit_test/TestMathematicalFunctions.hpp"
            },
            {
              "editType" : "edit",
              "file" : "core/src/decl/Kokkos_Declare_HIP.hpp"
            },
            {
              "editType" : "edit",
              "file" : "core/src/HIP/Kokkos_HIP_Half_Impl_Type.hpp"
            },
            {
              "editType" : "edit",
              "file" : "core/src/impl/Kokkos_Half_FloatingPointWrapper.hpp"
            },
            {
              "editType" : "edit",
              "file" : "core/src/HIP/Kokkos_HIP_Half_Conversion.hpp"
            },
            {
              "editType" : "add",
              "file" : "core/src/HIP/Kokkos_HIP_Half_MathematicalFunctions.hpp"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "https://cloud1.cees.ornl.gov/jenkins-ci/user/jbludau",
      "fullName" : "Jakob Bludau"
    },
    {
      "absoluteUrl" : "https://cloud1.cees.ornl.gov/jenkins-ci/user/hkannan",
      "fullName" : "hkannan"
    },
    {
      "absoluteUrl" : "https://cloud1.cees.ornl.gov/jenkins-ci/user/noreply",
      "fullName" : "noreply"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 678,
    "url" : "https://cloud1.cees.ornl.gov/jenkins-ci/job/Kokkos_nightly/678/"
  },
  "previousBuild" : {
    "number" : 676,
    "url" : "https://cloud1.cees.ornl.gov/jenkins-ci/job/Kokkos_nightly/676/"
  }
}