liujiayi771 commented on PR #5071: URL: https://github.com/apache/incubator-gluten/pull/5071#issuecomment-2011689252
It took about 11 min before (from 2024-03-21T06:20:47 to 2024-03-21T06:31:13): ``` 2024-03-21T06:20:47.3262778Z + run_and_time install_boost 2024-03-21T06:20:47.3263537Z + install_boost 2024-03-21T06:20:47.3264743Z + github_checkout boostorg/boost boost-1.84.0 --recursive 2024-03-21T06:20:47.3271539Z + local REPO=boostorg/boost 2024-03-21T06:20:47.3272490Z + shift 2024-03-21T06:20:47.3273275Z + local VERSION=boost-1.84.0 2024-03-21T06:20:47.3274005Z + shift 2024-03-21T06:20:47.3274716Z + local GIT_CLONE_PARAMS=--recursive 2024-03-21T06:20:47.3275628Z ++ basename boostorg/boost 2024-03-21T06:20:47.3276434Z + Finished running install_fmt 2024-03-21T06:20:47.3277281Z + local DIRNAME=boost 2024-03-21T06:20:47.3278123Z + SUDO='sudo --preserve-env' 2024-03-21T06:20:47.3279167Z + cd /opt/gluten/ep/build-velox/build/velox_ep 2024-03-21T06:20:47.3280153Z + '[' -z boost ']' 2024-03-21T06:20:47.3281462Z + '[' -d boost ']' 2024-03-21T06:20:47.3282170Z + '[' '!' -d boost ']' 2024-03-21T06:20:47.3283545Z + git clone -q -b boost-1.84.0 --recursive https://github.com/boostorg/boost.git 2024-03-21T06:21:00.5554970Z Note: switching to 'ad09f667e61e18f5c31590941e748ac38e5a81bf'. 2024-03-21T06:21:00.5556728Z 2024-03-21T06:21:00.5557598Z You are in 'detached HEAD' state. You can look around, make experimental 2024-03-21T06:21:00.5559211Z changes and commit them, and you can discard any commits you make in this 2024-03-21T06:21:00.5560889Z state without impacting any branches by switching back to a branch. 2024-03-21T06:21:00.5561865Z 2024-03-21T06:21:00.5562552Z If you want to create a new branch to retain commits you create, you may 2024-03-21T06:21:00.5564281Z do so (now or later) by using -c with the switch command. Example: 2024-03-21T06:21:00.5565210Z 2024-03-21T06:21:00.5565585Z git switch -c <new-branch-name> 2024-03-21T06:21:00.5667647Z 2024-03-21T06:21:00.5668525Z Or undo this operation with: 2024-03-21T06:21:00.5669179Z 2024-03-21T06:21:00.5669430Z git switch - 2024-03-21T06:21:00.5788570Z 2024-03-21T06:21:00.5869925Z Turn off this advice by setting config variable advice.detachedHead to false 2024-03-21T06:21:00.5948424Z 2024-03-21T06:31:13.8519110Z + cd boost ``` It took about now ``` ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
