Pull request #4255 opened Connecting to https://api.github.com using GitHub Access Token Waiting for GitHub to create a merge commit for pull request 4255. Retrying 3 more times... Waiting for GitHub to create a merge commit for pull request 4255. Retrying 2 more times... Waiting for GitHub to create a merge commit for pull request 4255. Retrying 1 more times... Checking out git https://github.com/modelica/ModelicaStandardLibrary.git into /var/jenkins_home/workspace/_ModelicaStandardLibrary_PR-4255_script/54eb1b216aa401952024ab47eff13b4c673ee57c688e91a15cc5477d25579564 to read .CI/Jenkinsfile The recommended git tool is: git using credential github Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/modelica/ModelicaStandardLibrary.git > git init /var/jenkins_home/workspace/_ModelicaStandardLibrary_PR-4255_script/54eb1b216aa401952024ab47eff13b4c673ee57c688e91a15cc5477d25579564 # timeout=10 Fetching upstream changes from https://github.com/modelica/ModelicaStandardLibrary.git > git --version # timeout=10 > git --version # 'git version 2.39.2' using GIT_ASKPASS to set credentials GitHub Access Token > git fetch --no-tags --force --progress -- https://github.com/modelica/ModelicaStandardLibrary.git +refs/pull/4255/head:refs/remotes/origin/PR-4255 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/modelica/ModelicaStandardLibrary.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/4255/head:refs/remotes/origin/PR-4255 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/modelica/ModelicaStandardLibrary.git # timeout=10 Cleaning workspace > git rev-parse --verify HEAD # timeout=10 No valid HEAD. Skipping the resetting > git clean -fdx # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/modelica/ModelicaStandardLibrary.git using GIT_ASKPASS to set credentials GitHub Access Token > git fetch --no-tags --force --progress -- https://github.com/modelica/ModelicaStandardLibrary.git +refs/pull/4255/head:refs/remotes/origin/PR-4255 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit ee5fae81b6402cf15ffa6e365fdc7de0554ddb57 into PR head commit 019ce9069efa20c569a543bce4d43b580a22eee2 > git config core.sparsecheckout # timeout=10 > git checkout -f 019ce9069efa20c569a543bce4d43b580a22eee2 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials GitHub Access Token > git merge ee5fae81b6402cf15ffa6e365fdc7de0554ddb57 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 Merge succeeded, producing ee5fae81b6402cf15ffa6e365fdc7de0554ddb57 Checking out Revision ee5fae81b6402cf15ffa6e365fdc7de0554ddb57 (PR-4255) > git config core.sparsecheckout # timeout=10 > git checkout -f ee5fae81b6402cf15ffa6e365fdc7de0554ddb57 # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b PR-4255 ee5fae81b6402cf15ffa6e365fdc7de0554ddb57 # timeout=10 Commit message: "Merge pull request #4255 from modelica/revert-4129-fix-friction" First time build. Skipping changelog. Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.39.2' [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (abort running builds) [Pipeline] script [Pipeline] { [Pipeline] milestone Trying to pass milestone 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Checks) Stage "Checks" skipped due to earlier failure(s) [Pipeline] parallel [Pipeline] { (Branch: OpenModelica parsing) [Pipeline] { (Branch: moparser parsing) [Pipeline] { (Branch: Count unused classes) [Pipeline] { (Branch: UTF-8 checks) [Pipeline] stage [Pipeline] { (OpenModelica parsing) [Pipeline] stage [Pipeline] { (moparser parsing) [Pipeline] stage [Pipeline] { (Count unused classes) [Pipeline] stage [Pipeline] { (UTF-8 checks) Stage "OpenModelica parsing" skipped due to earlier failure(s) [Pipeline] } Stage "moparser parsing" skipped due to earlier failure(s) [Pipeline] } Stage "Count unused classes" skipped due to earlier failure(s) [Pipeline] } Stage "UTF-8 checks" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } Failed in branch OpenModelica parsing [Pipeline] } Failed in branch moparser parsing [Pipeline] } Failed in branch Count unused classes [Pipeline] } Failed in branch UTF-8 checks [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (C-Sources) Stage "C-Sources" skipped due to earlier failure(s) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: i386) [Pipeline] { (Branch: armhf) [Pipeline] { (Branch: msyscross) [Pipeline] { (Branch: osxcross) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (i386) [Pipeline] stage [Pipeline] { (armhf) [Pipeline] stage [Pipeline] { (msyscross) [Pipeline] stage [Pipeline] { (osxcross) Stage "amd64" skipped due to earlier failure(s) [Pipeline] } Stage "i386" skipped due to earlier failure(s) [Pipeline] } Stage "armhf" skipped due to earlier failure(s) [Pipeline] } Stage "msyscross" skipped due to earlier failure(s) [Pipeline] } Stage "osxcross" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } Failed in branch amd64 [Pipeline] } Failed in branch i386 [Pipeline] } Failed in branch armhf [Pipeline] } Failed in branch msyscross [Pipeline] } Failed in branch osxcross [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] End of Pipeline Also: org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 38f78108-2b2b-4a89-8345-7fd35668677b java.lang.IllegalArgumentException: Job's SCM is not GitHub. at org.jenkinsci.plugins.pipeline.github.GitHubHelper.getGitHubClient(GitHubHelper.java:75) at org.jenkinsci.plugins.pipeline.github.PullRequestGroovyObject.getGitHubClient(PullRequestGroovyObject.java:97) at org.jenkinsci.plugins.pipeline.github.PullRequestGroovyObject.getPullRequestService(PullRequestGroovyObject.java:104) at org.jenkinsci.plugins.pipeline.github.PullRequestGroovyObject.(PullRequestGroovyObject.java:82) at org.jenkinsci.plugins.pipeline.github.PullRequestGlobalVariable.getValue(PullRequestGlobalVariable.java:30) at org.jenkinsci.plugins.workflow.cps.CpsScript.getProperty(CpsScript.java:137) at org.codehaus.groovy.runtime.InvokerHelper.getProperty(InvokerHelper.java:190) at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.getProperty(ScriptBytecodeAdapter.java:469) at org.kohsuke.groovy.sandbox.impl.Checker$7.call(Checker.java:377) at org.kohsuke.groovy.sandbox.GroovyInterceptor.onGetProperty(GroovyInterceptor.java:68) at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onGetProperty(SandboxInterceptor.java:347) at org.kohsuke.groovy.sandbox.impl.Checker$7.call(Checker.java:375) at org.kohsuke.groovy.sandbox.impl.Checker.checkedGetProperty(Checker.java:379) at org.kohsuke.groovy.sandbox.impl.Checker.checkedGetProperty(Checker.java:355) at org.kohsuke.groovy.sandbox.impl.Checker.checkedGetProperty(Checker.java:355) at com.cloudbees.groovy.cps.sandbox.SandboxInvoker.getProperty(SandboxInvoker.java:29) at org.jenkinsci.plugins.workflow.cps.LoggingInvoker.getProperty(LoggingInvoker.java:121) at com.cloudbees.groovy.cps.impl.PropertyAccessBlock.rawGet(PropertyAccessBlock.java:20) at WorkflowScript.run(WorkflowScript:20) at ___cps.transform___(Native Method) at com.cloudbees.groovy.cps.impl.PropertyishBlock$ContinuationImpl.get(PropertyishBlock.java:73) at com.cloudbees.groovy.cps.LValueBlock$GetAdapter.receive(LValueBlock.java:30) at com.cloudbees.groovy.cps.impl.PropertyishBlock$ContinuationImpl.fixName(PropertyishBlock.java:65) at jdk.internal.reflect.GeneratedMethodAccessor243.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72) at com.cloudbees.groovy.cps.impl.ConstantBlock.eval(ConstantBlock.java:21) at com.cloudbees.groovy.cps.Next.step(Next.java:83) at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:152) at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:146) at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:136) at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:275) at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:146) at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:18) at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:51) at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:187) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:423) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:331) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:295) at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$2.call(CpsVmExecutorService.java:97) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:139) at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28) at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:68) at jenkins.util.ErrorLoggingExecutorService.lambda$wrap$0(ErrorLoggingExecutorService.java:51) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) Finished: FAILURE