Skip to content

Console Output

The recommended git tool is: git
using credential github
Fetching changes from the remote Git repository
Cleaning workspace
Fetching without tags
Merging remotes/origin/maint/4.1.0 commit e5d47ed4e01c9b66eb223113a9a77dc01db9b684 into PR head commit e42bf06041cd8016d59ff2457c33d7f29215b02b
 > git rev-parse --resolve-git-dir /var/lib/jenkins1/ws/_ModelicaStandardLibrary_PR-4288/.git # timeout=10
 > git config remote.origin.url https://github.com/modelica/ModelicaStandardLibrary.git # timeout=10
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/modelica/ModelicaStandardLibrary.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
using GIT_ASKPASS to set credentials GitHub Access Token
 > git fetch --no-tags --force --progress -- https://github.com/modelica/ModelicaStandardLibrary.git +refs/pull/4288/head:refs/remotes/origin/PR-4288 +refs/heads/maint/4.1.0:refs/remotes/origin/maint/4.1.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e42bf06041cd8016d59ff2457c33d7f29215b02b # 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 e5d47ed4e01c9b66eb223113a9a77dc01db9b684 # timeout=10
Merge succeeded, producing 8198030aa003e7fc477ca18a6779df19ecc11c92
Checking out Revision 8198030aa003e7fc477ca18a6779df19ecc11c92 (PR-4288)
Commit message: "Merge commit 'e5d47ed4e01c9b66eb223113a9a77dc01db9b684' into HEAD"
Cleaning workspace
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
fatal: bad object c25abb3c7497d7ff837acc4429bf673b59813a32
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8198030aa003e7fc477ca18a6779df19ecc11c92 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D PR-4288 # timeout=10
 > git checkout -b PR-4288 8198030aa003e7fc477ca18a6779df19ecc11c92 # timeout=10
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10