apivovarov opened a new issue #8876: URL: https://github.com/apache/tvm/issues/8876
I tried to build my PR several times. CI is unstable. Last error : `java.io.IOException: java.lang.RuntimeException: Failed to serialize hudson.model.Actionable#actions for class org.jenkinsci.plugins.workflow.job.WorkflowRun` CI link : https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/PR-8860/8/pipeline ``` using credential 9a13f4da-9dbc-4e5b-89ef-9839b7b18337 Fetching changes from the remote Git repository Fetching without tags Merging remotes/origin/main commit 1df6c273f0fb1242d0b399614616635cef38bc15 into PR head commit bf2c28ba07661c93221458cea692f23fceb64cf5 > git rev-parse --is-inside-work-tree # timeout=10 > git config remote.origin.url https://github.com/apache/tvm.git # timeout=10 Fetching upstream changes from https://github.com/apache/tvm.git > git --version # timeout=10 using GIT_ASKPASS to set credentials citlcpack > git fetch --no-tags --force --progress -- https://github.com/apache/tvm.git +refs/pull/8860/head:refs/remotes/origin/PR-8860 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bf2c28ba07661c93221458cea692f23fceb64cf5 # timeout=10 Merge succeeded, producing b9cdccb18bf4f7162774cd40a055c09e9ca3d6c9 Checking out Revision b9cdccb18bf4f7162774cd40a055c09e9ca3d6c9 (PR-8860) Commit message: "Merge commit '1df6c273f0fb1242d0b399614616635cef38bc15' into HEAD" > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials citlcpack > git merge 1df6c273f0fb1242d0b399614616635cef38bc15 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b9cdccb18bf4f7162774cd40a055c09e9ca3d6c9 # timeout=10 java.io.IOException: java.lang.RuntimeException: Failed to serialize hudson.model.Actionable#actions for class org.jenkinsci.plugins.workflow.job.WorkflowRun ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
