You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use a self-hosted runner and the repo is already cloned on the machine. The checkout@v2 action doesn't fetch tags in submodules despite submodules: 'true' and fetch-depth: 0 settings.
My action:
We use a self-hosted runner and the repo is already cloned on the machine. The
checkout@v2
action doesn't fetch tags in submodules despitesubmodules: 'true'
andfetch-depth: 0
settings.Commands run:
As one can see, the main repo is fetched with
--no-recurse-submodules
, and the tags aren't fetched except for the main repo.Almost full log
2021-02-01T15:18:41.0909344Z ##[section]Starting: Request a runner to run this job 2021-02-01T15:18:42.0863151Z Found online and idle self-hosted runner in current repository that matches the required labels: 'self-hosted , enterprise , Linux , docker' 2021-02-01T15:18:42.2359821Z ##[section]Finishing: Request a runner to run this job 2021-02-01T15:18:47.8429565Z Current runner version: '2.276.1' 2021-02-01T15:18:47.8436833Z Runner name: 'common-ci-runner-01-sdk-docker-01' 2021-02-01T15:18:47.8437729Z Runner group name: 'Default' 2021-02-01T15:18:47.8439211Z Machine name: 'common-ci-runner-01' 2021-02-01T15:18:47.8446195Z Prepare workflow directory 2021-02-01T15:18:47.9793068Z Prepare all required actions 2021-02-01T15:18:47.9945394Z Getting action download info 2021-02-01T15:18:48.3846442Z Download action repository 'actions/checkout@v2' 2021-02-01T15:18:49.4059965Z ##[group]Checking docker version 2021-02-01T15:18:49.4072385Z ##[command]/bin/docker version --format '{{.Server.APIVersion}}' 2021-02-01T15:18:49.5197326Z '1.40' 2021-02-01T15:18:49.5213621Z Docker daemon API version: '1.40' 2021-02-01T15:18:49.5214610Z ##[command]/bin/docker version --format '{{.Client.APIVersion}}' 2021-02-01T15:18:49.6050776Z '1.40' 2021-02-01T15:18:49.6053667Z Docker client API version: '1.40' 2021-02-01T15:18:49.6063004Z ##[endgroup] 2021-02-01T15:18:49.6064304Z ##[group]Clean up resources from previous jobs 2021-02-01T15:18:49.6068826Z ##[command]/bin/docker ps --all --quiet --no-trunc --filter "label=2dd562" 2021-02-01T15:18:49.6692409Z ##[command]/bin/docker network prune --force --filter "label=2dd562" 2021-02-01T15:18:49.7348235Z ##[endgroup] 2021-02-01T15:18:49.7348873Z ##[group]Create local container network 2021-02-01T15:18:49.7356611Z ##[command]/bin/docker network create --label 2dd562 github_network_a93f659692cb4fb2a88892b1726f3989 2021-02-01T15:18:49.8583039Z 08268bfd3cec6390428d90309bde5259b458d4064aed00e4db33e5f665140910 2021-02-01T15:18:49.8633344Z ##[endgroup] 2021-02-01T15:18:49.8643555Z ##[group]Starting job container 2021-02-01T15:18:49.8651216Z ##[command]/bin/docker pull localhost:5000/build-base:528063744 2021-02-01T15:18:49.9426988Z 528063744: Pulling from build-base 2021-02-01T15:18:49.9428528Z Digest: sha256:917368b63ee9a68f198dc7c71dbde9b3249881fc4fb9c43f556e862fdf2a7838 2021-02-01T15:18:49.9429783Z Status: Image is up to date for localhost:5000/build-base:528063744 2021-02-01T15:18:49.9430619Z localhost:5000/build-base:528063744 2021-02-01T15:18:49.9524118Z ##[command]/bin/docker create --name 1f2da76a1ac54d77b9d0fd6147e0b63b_localhost5000buildbase528063744_c1de51 --label 2dd562 --workdir /__w/sdk/sdk --network github_network_a93f659692cb4fb2a88892b1726f3989 -e "HOME=/github/home" -e GITHUB_ACTIONS=true -e CI=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/opt/common-ci-runner-01-sdk-docker-01/_work":"/__w" -v "/opt/common-ci-runner-01-sdk-docker-01/externals":"/__e":ro -v "/opt/common-ci-runner-01-sdk-docker-01/_work/_temp":"/__w/_temp" -v "/opt/common-ci-runner-01-sdk-docker-01/_work/_actions":"/__w/_actions" -v "/opt/common-ci-runner-01-sdk-docker-01/_work/_tool":"/__w/_tool" -v "/opt/common-ci-runner-01-sdk-docker-01/_work/_temp/_github_home":"/github/home" -v "/opt/common-ci-runner-01-sdk-docker-01/_work/_temp/_github_workflow":"/github/workflow" --entrypoint "tail" localhost:5000/build-base:528063744 "-f" "/dev/null" 2021-02-01T15:18:50.1170223Z 601b9d02f6a6d2be0f871b30594b1a3d08b9b51f6e95889ece8b8a87ff180bb4 2021-02-01T15:18:50.1239208Z ##[command]/bin/docker start 601b9d02f6a6d2be0f871b30594b1a3d08b9b51f6e95889ece8b8a87ff180bb4 2021-02-01T15:18:50.6554007Z 601b9d02f6a6d2be0f871b30594b1a3d08b9b51f6e95889ece8b8a87ff180bb4 2021-02-01T15:18:50.6574710Z ##[command]/bin/docker ps --all --filter id=601b9d02f6a6d2be0f871b30594b1a3d08b9b51f6e95889ece8b8a87ff180bb4 --filter status=running --no-trunc --format "{{.ID}} {{.Status}}" 2021-02-01T15:18:50.7148351Z 601b9d02f6a6d2be0f871b30594b1a3d08b9b51f6e95889ece8b8a87ff180bb4 Up Less than a second 2021-02-01T15:18:50.7195578Z ##[command]/bin/docker inspect --format "{{range .Config.Env}}{{println .}}{{end}}" 601b9d02f6a6d2be0f871b30594b1a3d08b9b51f6e95889ece8b8a87ff180bb4 2021-02-01T15:18:50.7826535Z HOME=/github/home 2021-02-01T15:18:50.7827447Z GITHUB_ACTIONS=true 2021-02-01T15:18:50.7827974Z CI=true 2021-02-01T15:18:50.7828579Z PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2021-02-01T15:18:50.7842466Z ##[endgroup] 2021-02-01T15:18:50.7843891Z ##[group]Waiting for all services to be ready 2021-02-01T15:18:50.7845670Z ##[endgroup] 2021-02-01T15:18:50.8132619Z ##[group]Run actions/checkout@v2 2021-02-01T15:18:50.8133494Z with: 2021-02-01T15:18:50.8133972Z fetch-depth: 0 2021-02-01T15:18:50.8135375Z token: *** 2021-02-01T15:18:50.8135918Z submodules: true 2021-02-01T15:18:50.8136602Z repository: tarantool/sdk 2021-02-01T15:18:50.8137160Z ssh-strict: true 2021-02-01T15:18:50.8137942Z persist-credentials: true 2021-02-01T15:18:50.8138453Z clean: true 2021-02-01T15:18:50.8139034Z lfs: false 2021-02-01T15:18:50.8139617Z env: 2021-02-01T15:18:50.8141054Z AWS_ACCESS_KEY_ID: *** 2021-02-01T15:18:50.8142205Z AWS_SECRET_ACCESS_KEY: *** 2021-02-01T15:18:50.8142791Z ##[endgroup] 2021-02-01T15:18:50.8169291Z ##[command]/bin/docker exec 601b9d02f6a6d2be0f871b30594b1a3d08b9b51f6e95889ece8b8a87ff180bb4 sh -c "cat /etc/*release | grep ^ID" 2021-02-01T15:18:51.5622643Z Syncing repository: tarantool/sdk 2021-02-01T15:18:51.5624027Z ##[group]Getting Git version info 2021-02-01T15:18:51.5625419Z Working directory is '/__w/sdk/sdk' 2021-02-01T15:18:51.5626549Z [command]/usr/bin/git version 2021-02-01T15:18:51.5627022Z git version 2.22.4 2021-02-01T15:18:51.5628350Z ##[endgroup] 2021-02-01T15:18:51.5629303Z [command]/usr/bin/git config --local --get remote.origin.url 2021-02-01T15:18:51.5630150Z https://github.com/tarantool/sdk 2021-02-01T15:18:51.5631285Z ##[group]Removing previously created refs, to avoid conflicts 2021-02-01T15:18:51.5632514Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD 2021-02-01T15:18:51.5633580Z refs/heads/master 2021-02-01T15:18:51.5634514Z [command]/usr/bin/git checkout --detach 2021-02-01T15:18:52.1743519Z HEAD is now at 70af07d Build bundle compatible with macOS 10.14 and later (#153) 2021-02-01T15:18:52.1763976Z [command]/usr/bin/git rev-parse --symbolic-full-name --branches 2021-02-01T15:18:52.1806483Z refs/heads/master 2021-02-01T15:18:52.1813770Z [command]/usr/bin/git branch --delete --force master 2021-02-01T15:18:52.1869549Z Deleted branch master (was 70af07d). 2021-02-01T15:18:52.1884899Z [command]/usr/bin/git rev-parse --symbolic-full-name --remotes=origin 2021-02-01T15:18:52.1999077Z refs/remotes/origin/master 2021-02-01T15:18:52.2008501Z ##[endgroup] 2021-02-01T15:18:52.2012126Z ##[group]Cleaning the repository 2021-02-01T15:18:52.2014234Z [command]/usr/bin/git clean -ffdx 2021-02-01T15:18:54.2125797Z Removing build/ 2021-02-01T15:18:54.2172716Z [command]/usr/bin/git reset --hard HEAD 2021-02-01T15:18:54.2278648Z HEAD is now at 70af07d Build bundle compatible with macOS 10.14 and later (#153) 2021-02-01T15:18:54.2285657Z ##[endgroup] 2021-02-01T15:18:54.2290411Z ##[group]Disabling automatic garbage collection 2021-02-01T15:18:54.2292316Z [command]/usr/bin/git config --local gc.auto 0 2021-02-01T15:18:54.2331369Z ##[endgroup] 2021-02-01T15:18:54.2348081Z ##[group]Setting up auth 2021-02-01T15:18:54.2350009Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2021-02-01T15:18:54.2417946Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2021-02-01T15:18:54.3067526Z Entering 'tarantool-1.10' 2021-02-01T15:18:54.3158269Z Entering 'tarantool-1.10/src/lib/msgpuck' 2021-02-01T15:18:54.3254923Z Entering 'tarantool-1.10/src/lib/small' 2021-02-01T15:18:54.3352114Z Entering 'tarantool-1.10/test-run' 2021-02-01T15:18:54.3488065Z Entering 'tarantool-1.10/test-run/lib/msgpack-python' 2021-02-01T15:18:54.3613572Z Entering 'tarantool-1.10/test-run/lib/tarantool-python' 2021-02-01T15:18:54.3756963Z Entering 'tarantool-1.10/test-run/lib/tarantool-python/test-run' 2021-02-01T15:18:54.3879591Z Entering 'tarantool-1.10/test-run/lib/tarantool-python/test-run/lib/msgpack-python' 2021-02-01T15:18:54.3998752Z Entering 'tarantool-1.10/test-run/lib/tarantool-python/test-run/lib/tarantool-python' 2021-02-01T15:18:54.4106560Z Entering 'tarantool-1.10/third_party/c-ares' 2021-02-01T15:18:54.4201839Z Entering 'tarantool-1.10/third_party/curl' 2021-02-01T15:18:54.4289894Z Entering 'tarantool-1.10/third_party/libyaml' 2021-02-01T15:18:54.4379015Z Entering 'tarantool-1.10/third_party/lua-zlib' 2021-02-01T15:18:54.4449414Z Entering 'tarantool-1.10/third_party/luafun' 2021-02-01T15:18:54.4548841Z Entering 'tarantool-1.10/third_party/luajit' 2021-02-01T15:18:54.4643143Z Entering 'tarantool-1.10/third_party/luarocks' 2021-02-01T15:18:54.4724186Z Entering 'tarantool-1.10/third_party/luazip' 2021-02-01T15:18:54.4802814Z Entering 'tarantool-1.10/third_party/zstd' 2021-02-01T15:18:54.4891479Z Entering 'tarantool-2.4' 2021-02-01T15:18:54.4966838Z Entering 'tarantool-2.4/src/lib/msgpuck' 2021-02-01T15:18:54.5051612Z Entering 'tarantool-2.4/src/lib/small' 2021-02-01T15:18:54.5147234Z Entering 'tarantool-2.4/test-run' 2021-02-01T15:18:54.5279905Z Entering 'tarantool-2.4/test-run/lib/msgpack-python' 2021-02-01T15:18:54.5398872Z Entering 'tarantool-2.4/test-run/lib/tarantool-python' 2021-02-01T15:18:54.5515492Z Entering 'tarantool-2.4/test-run/lib/tarantool-python/test-run' 2021-02-01T15:18:54.5647993Z Entering 'tarantool-2.4/test-run/lib/tarantool-python/test-run/lib/msgpack-python' 2021-02-01T15:18:54.5752172Z Entering 'tarantool-2.4/test-run/lib/tarantool-python/test-run/lib/tarantool-python' 2021-02-01T15:18:54.5853053Z Entering 'tarantool-2.4/third_party/c-ares' 2021-02-01T15:18:54.5925526Z Entering 'tarantool-2.4/third_party/curl' 2021-02-01T15:18:54.6006846Z Entering 'tarantool-2.4/third_party/decNumber' 2021-02-01T15:18:54.6081202Z Entering 'tarantool-2.4/third_party/libyaml' 2021-02-01T15:18:54.6166659Z Entering 'tarantool-2.4/third_party/lua-zlib' 2021-02-01T15:18:54.6241489Z Entering 'tarantool-2.4/third_party/luafun' 2021-02-01T15:18:54.6326662Z Entering 'tarantool-2.4/third_party/luajit' 2021-02-01T15:18:54.6413659Z Entering 'tarantool-2.4/third_party/luarocks' 2021-02-01T15:18:54.6487771Z Entering 'tarantool-2.4/third_party/luazip' 2021-02-01T15:18:54.6557611Z Entering 'tarantool-2.4/third_party/serpent' 2021-02-01T15:18:54.6627000Z Entering 'tarantool-2.4/third_party/zstd' 2021-02-01T15:18:54.6715760Z Entering 'tarantool-2.5' 2021-02-01T15:18:54.6797880Z Entering 'tarantool-2.5/src/lib/msgpuck' 2021-02-01T15:18:54.6886683Z Entering 'tarantool-2.5/src/lib/small' 2021-02-01T15:18:54.6977031Z Entering 'tarantool-2.5/test-run' 2021-02-01T15:18:54.7109028Z Entering 'tarantool-2.5/test-run/lib/msgpack-python' 2021-02-01T15:18:54.7221578Z Entering 'tarantool-2.5/test-run/lib/tarantool-python' 2021-02-01T15:18:54.7340363Z Entering 'tarantool-2.5/test-run/lib/tarantool-python/test-run' 2021-02-01T15:18:54.7465142Z Entering 'tarantool-2.5/test-run/lib/tarantool-python/test-run/lib/msgpack-python' 2021-02-01T15:18:54.7576915Z Entering 'tarantool-2.5/test-run/lib/tarantool-python/test-run/lib/tarantool-python' 2021-02-01T15:18:54.7674036Z Entering 'tarantool-2.5/third_party/c-ares' 2021-02-01T15:18:54.7758479Z Entering 'tarantool-2.5/third_party/curl' 2021-02-01T15:18:54.7848938Z Entering 'tarantool-2.5/third_party/decNumber' 2021-02-01T15:18:54.7934099Z Entering 'tarantool-2.5/third_party/libyaml' 2021-02-01T15:18:54.8013759Z Entering 'tarantool-2.5/third_party/lua-zlib' 2021-02-01T15:18:54.8087150Z Entering 'tarantool-2.5/third_party/luafun' 2021-02-01T15:18:54.8171929Z Entering 'tarantool-2.5/third_party/luajit' 2021-02-01T15:18:54.8267437Z Entering 'tarantool-2.5/third_party/luarocks' 2021-02-01T15:18:54.8350770Z Entering 'tarantool-2.5/third_party/luazip' 2021-02-01T15:18:54.8429029Z Entering 'tarantool-2.5/third_party/serpent' 2021-02-01T15:18:54.8508771Z Entering 'tarantool-2.5/third_party/zstd' 2021-02-01T15:18:54.8610085Z Entering 'tarantool-2.6' 2021-02-01T15:18:54.8699994Z Entering 'tarantool-2.6/src/lib/msgpuck' 2021-02-01T15:18:54.8794877Z Entering 'tarantool-2.6/src/lib/small' 2021-02-01T15:18:54.8889956Z Entering 'tarantool-2.6/test-run' 2021-02-01T15:18:54.9019087Z Entering 'tarantool-2.6/test-run/lib/msgpack-python' 2021-02-01T15:18:54.9126040Z Entering 'tarantool-2.6/test-run/lib/tarantool-python' 2021-02-01T15:18:54.9245988Z Entering 'tarantool-2.6/test-run/lib/tarantool-python/test-run' 2021-02-01T15:18:54.9379123Z Entering 'tarantool-2.6/test-run/lib/tarantool-python/test-run/lib/msgpack-python' 2021-02-01T15:18:54.9517051Z Entering 'tarantool-2.6/test-run/lib/tarantool-python/test-run/lib/tarantool-python' 2021-02-01T15:18:54.9624405Z Entering 'tarantool-2.6/third_party/c-ares' 2021-02-01T15:18:54.9712154Z Entering 'tarantool-2.6/third_party/curl' 2021-02-01T15:18:54.9805896Z Entering 'tarantool-2.6/third_party/decNumber' 2021-02-01T15:18:54.9895570Z Entering 'tarantool-2.6/third_party/libyaml' 2021-02-01T15:18:55.0000964Z Entering 'tarantool-2.6/third_party/lua-zlib' 2021-02-01T15:18:55.0089710Z Entering 'tarantool-2.6/third_party/luafun' 2021-02-01T15:18:55.0186132Z Entering 'tarantool-2.6/third_party/luajit' 2021-02-01T15:18:55.0285216Z Entering 'tarantool-2.6/third_party/luarocks' 2021-02-01T15:18:55.0372533Z Entering 'tarantool-2.6/third_party/luazip' 2021-02-01T15:18:55.0454264Z Entering 'tarantool-2.6/third_party/serpent' 2021-02-01T15:18:55.0534246Z Entering 'tarantool-2.6/third_party/zstd' 2021-02-01T15:18:55.0652609Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2021-02-01T15:18:55.0697048Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2021-02-01T15:18:55.1323658Z Entering 'tarantool-1.10' 2021-02-01T15:18:55.1427065Z Entering 'tarantool-1.10/src/lib/msgpuck' 2021-02-01T15:18:55.1558489Z Entering 'tarantool-1.10/src/lib/small' 2021-02-01T15:18:55.1638209Z Entering 'tarantool-1.10/test-run' 2021-02-01T15:18:55.1725266Z Entering 'tarantool-1.10/test-run/lib/msgpack-python' 2021-02-01T15:18:55.1935506Z Entering 'tarantool-1.10/test-run/lib/tarantool-python' 2021-02-01T15:18:55.1938166Z Entering 'tarantool-1.10/test-run/lib/tarantool-python/test-run' 2021-02-01T15:18:55.1981898Z Entering 'tarantool-1.10/test-run/lib/tarantool-python/test-run/lib/msgpack-python' 2021-02-01T15:18:55.2037268Z Entering 'tarantool-1.10/test-run/lib/tarantool-python/test-run/lib/tarantool-python' 2021-02-01T15:18:55.2125966Z Entering 'tarantool-1.10/third_party/c-ares' 2021-02-01T15:18:55.2212944Z Entering 'tarantool-1.10/third_party/curl' 2021-02-01T15:18:55.2315882Z Entering 'tarantool-1.10/third_party/libyaml' 2021-02-01T15:18:55.2402678Z Entering 'tarantool-1.10/third_party/lua-zlib' 2021-02-01T15:18:55.2486912Z Entering 'tarantool-1.10/third_party/luafun' 2021-02-01T15:18:55.2571654Z Entering 'tarantool-1.10/third_party/luajit' 2021-02-01T15:18:55.2657598Z Entering 'tarantool-1.10/third_party/luarocks' 2021-02-01T15:18:55.2745240Z Entering 'tarantool-1.10/third_party/luazip' 2021-02-01T15:18:55.2832412Z Entering 'tarantool-1.10/third_party/zstd' 2021-02-01T15:18:55.2914228Z Entering 'tarantool-2.4' 2021-02-01T15:18:55.2986464Z Entering 'tarantool-2.4/src/lib/msgpuck' 2021-02-01T15:18:55.3063836Z Entering 'tarantool-2.4/src/lib/small' 2021-02-01T15:18:55.3141578Z Entering 'tarantool-2.4/test-run' 2021-02-01T15:18:55.3259317Z Entering 'tarantool-2.4/test-run/lib/msgpack-python' 2021-02-01T15:18:55.3284274Z Entering 'tarantool-2.4/test-run/lib/tarantool-python' 2021-02-01T15:18:55.3359639Z Entering 'tarantool-2.4/test-run/lib/tarantool-python/test-run' 2021-02-01T15:18:55.3435834Z Entering 'tarantool-2.4/test-run/lib/tarantool-python/test-run/lib/msgpack-python' 2021-02-01T15:18:55.3511927Z Entering 'tarantool-2.4/test-run/lib/tarantool-python/test-run/lib/tarantool-python' 2021-02-01T15:18:55.3591054Z Entering 'tarantool-2.4/third_party/c-ares' 2021-02-01T15:18:55.3665868Z Entering 'tarantool-2.4/third_party/curl' 2021-02-01T15:18:55.3742788Z Entering 'tarantool-2.4/third_party/decNumber' 2021-02-01T15:18:55.3813032Z Entering 'tarantool-2.4/third_party/libyaml' 2021-02-01T15:18:55.3883890Z Entering 'tarantool-2.4/third_party/lua-zlib' 2021-02-01T15:18:55.3955629Z Entering 'tarantool-2.4/third_party/luafun' 2021-02-01T15:18:55.4023756Z Entering 'tarantool-2.4/third_party/luajit' 2021-02-01T15:18:55.4097644Z Entering 'tarantool-2.4/third_party/luarocks' 2021-02-01T15:18:55.4176355Z Entering 'tarantool-2.4/third_party/luazip' 2021-02-01T15:18:55.4248411Z Entering 'tarantool-2.4/third_party/serpent' 2021-02-01T15:18:55.4331150Z Entering 'tarantool-2.4/third_party/zstd' 2021-02-01T15:18:55.4413049Z Entering 'tarantool-2.5' 2021-02-01T15:18:55.4491791Z Entering 'tarantool-2.5/src/lib/msgpuck' 2021-02-01T15:18:55.4571835Z Entering 'tarantool-2.5/src/lib/small' 2021-02-01T15:18:55.4649242Z Entering 'tarantool-2.5/test-run' 2021-02-01T15:18:55.4727069Z Entering 'tarantool-2.5/test-run/lib/msgpack-python' 2021-02-01T15:18:55.4802209Z Entering 'tarantool-2.5/test-run/lib/tarantool-python' 2021-02-01T15:18:55.4877311Z Entering 'tarantool-2.5/test-run/lib/tarantool-python/test-run' 2021-02-01T15:18:55.4954930Z Entering 'tarantool-2.5/test-run/lib/tarantool-python/test-run/lib/msgpack-python' 2021-02-01T15:18:55.5034604Z Entering 'tarantool-2.5/test-run/lib/tarantool-python/test-run/lib/tarantool-python' 2021-02-01T15:18:55.5117427Z Entering 'tarantool-2.5/third_party/c-ares' 2021-02-01T15:18:55.5200014Z Entering 'tarantool-2.5/third_party/curl' 2021-02-01T15:18:55.5286242Z Entering 'tarantool-2.5/third_party/decNumber' 2021-02-01T15:18:55.5358716Z Entering 'tarantool-2.5/third_party/libyaml' 2021-02-01T15:18:55.5432443Z Entering 'tarantool-2.5/third_party/lua-zlib' 2021-02-01T15:18:55.5501627Z Entering 'tarantool-2.5/third_party/luafun' 2021-02-01T15:18:55.5581691Z Entering 'tarantool-2.5/third_party/luajit' 2021-02-01T15:18:55.5663895Z Entering 'tarantool-2.5/third_party/luarocks' 2021-02-01T15:18:55.5752780Z Entering 'tarantool-2.5/third_party/luazip' 2021-02-01T15:18:55.5829888Z Entering 'tarantool-2.5/third_party/serpent' 2021-02-01T15:18:55.5904149Z Entering 'tarantool-2.5/third_party/zstd' 2021-02-01T15:18:55.5979202Z Entering 'tarantool-2.6' 2021-02-01T15:18:55.6056172Z Entering 'tarantool-2.6/src/lib/msgpuck' 2021-02-01T15:18:55.6128539Z Entering 'tarantool-2.6/src/lib/small' 2021-02-01T15:18:55.6203311Z Entering 'tarantool-2.6/test-run' 2021-02-01T15:18:55.6276316Z Entering 'tarantool-2.6/test-run/lib/msgpack-python' 2021-02-01T15:18:55.6356570Z Entering 'tarantool-2.6/test-run/lib/tarantool-python' 2021-02-01T15:18:55.6425823Z Entering 'tarantool-2.6/test-run/lib/tarantool-python/test-run' 2021-02-01T15:18:55.6504337Z Entering 'tarantool-2.6/test-run/lib/tarantool-python/test-run/lib/msgpack-python' 2021-02-01T15:18:55.6581655Z Entering 'tarantool-2.6/test-run/lib/tarantool-python/test-run/lib/tarantool-python' 2021-02-01T15:18:55.6658501Z Entering 'tarantool-2.6/third_party/c-ares' 2021-02-01T15:18:55.6729554Z Entering 'tarantool-2.6/third_party/curl' 2021-02-01T15:18:55.6805494Z Entering 'tarantool-2.6/third_party/decNumber' 2021-02-01T15:18:55.6880143Z Entering 'tarantool-2.6/third_party/libyaml' 2021-02-01T15:18:55.6947024Z Entering 'tarantool-2.6/third_party/lua-zlib' 2021-02-01T15:18:55.7014972Z Entering 'tarantool-2.6/third_party/luafun' 2021-02-01T15:18:55.7083959Z Entering 'tarantool-2.6/third_party/luajit' 2021-02-01T15:18:55.7161240Z Entering 'tarantool-2.6/third_party/luarocks' 2021-02-01T15:18:55.7233131Z Entering 'tarantool-2.6/third_party/luazip' 2021-02-01T15:18:55.7299970Z Entering 'tarantool-2.6/third_party/serpent' 2021-02-01T15:18:55.7376583Z Entering 'tarantool-2.6/third_party/zstd' 2021-02-01T15:18:55.7482993Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2021-02-01T15:18:55.7554707Z ##[endgroup] 2021-02-01T15:18:55.7555952Z ##[group]Fetching the repository 2021-02-01T15:18:55.7568165Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --progress --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2021-02-01T15:18:57.2572316Z remote: Enumerating objects: 10, done. 2021-02-01T15:18:57.2573897Z remote: Counting objects: 10% (1/10) 2021-02-01T15:18:57.2575131Z remote: Counting objects: 20% (2/10) 2021-02-01T15:18:57.2576522Z remote: Counting objects: 30% (3/10) 2021-02-01T15:18:57.2577139Z remote: Counting objects: 40% (4/10) 2021-02-01T15:18:57.2577697Z remote: Counting objects: 50% (5/10) 2021-02-01T15:18:57.2578301Z remote: Counting objects: 60% (6/10) 2021-02-01T15:18:57.2578849Z remote: Counting objects: 70% (7/10) 2021-02-01T15:18:57.2579416Z remote: Counting objects: 80% (8/10) 2021-02-01T15:18:57.2579967Z remote: Counting objects: 90% (9/10) 2021-02-01T15:18:57.2580507Z remote: Counting objects: 100% (10/10) 2021-02-01T15:18:57.2581370Z remote: Counting objects: 100% (10/10), done. 2021-02-01T15:18:57.2581978Z remote: Compressing objects: 50% (1/2) 2021-02-01T15:18:57.2582564Z remote: Compressing objects: 100% (2/2) 2021-02-01T15:18:57.2583181Z remote: Compressing objects: 100% (2/2), done. 2021-02-01T15:18:57.2584652Z remote: Total 10 (delta 7), reused 10 (delta 7), pack-reused 0 2021-02-01T15:18:57.2757139Z From https://github.com/tarantool/sdk 2021-02-01T15:18:57.2758876Z * [new branch] update-base-versions -> origin/update-base-versions 2021-02-01T15:18:57.2800451Z [command]/usr/bin/git branch --list --remote origin/update-base-versions 2021-02-01T15:18:57.2838456Z origin/update-base-versions 2021-02-01T15:18:57.2847051Z [command]/usr/bin/git rev-parse refs/remotes/origin/update-base-versions 2021-02-01T15:18:57.2883360Z 31466f9fe4ba4d7a2ccdc4a10c597f71872839b1 2021-02-01T15:18:57.2888016Z ##[endgroup] 2021-02-01T15:18:57.2888789Z ##[group]Determining the checkout info 2021-02-01T15:18:57.2892766Z ##[endgroup] 2021-02-01T15:18:57.2893781Z ##[group]Checking out the ref 2021-02-01T15:18:57.2896255Z [command]/usr/bin/git checkout --progress --force -B update-base-versions refs/remotes/origin/update-base-versions 2021-02-01T15:18:57.2988646Z warning: unable to rmdir 'tarantool-2.4': Directory not empty 2021-02-01T15:18:57.3012322Z Previous HEAD position was 70af07d Build bundle compatible with macOS 10.14 and later (#153) 2021-02-01T15:18:57.3029553Z Switched to a new branch 'update-base-versions' 2021-02-01T15:18:57.3031942Z Branch 'update-base-versions' set up to track remote branch 'update-base-versions' from 'origin'. 2021-02-01T15:18:57.3045304Z ##[endgroup] 2021-02-01T15:18:57.3046303Z ##[group]Setting up auth for fetching submodules 2021-02-01T15:18:57.3061270Z Temporarily overriding HOME='/__w/_temp/0cd6f4f8-d875-4144-b20c-a71ac5a89be8' before making global git config changes 2021-02-01T15:18:57.3062783Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2021-02-01T15:18:57.3111144Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2021-02-01T15:18:57.3157072Z [command]/usr/bin/git config --global url.https://github.com/.insteadOf git@github.com: 2021-02-01T15:18:57.3200522Z ##[endgroup] 2021-02-01T15:18:57.3202803Z ##[group]Fetching submodules 2021-02-01T15:18:57.3204135Z [command]/usr/bin/git submodule sync 2021-02-01T15:18:57.3813105Z Synchronizing submodule url for 'tarantool-1.10' 2021-02-01T15:18:57.3844570Z Synchronizing submodule url for 'tarantool-2.5' 2021-02-01T15:18:57.3873129Z Synchronizing submodule url for 'tarantool-2.6' 2021-02-01T15:18:57.3915807Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force 2021-02-01T15:18:57.4495567Z Submodule 'tarantool-2.7' (https://github.com/tarantool/enterprise.git) registered for path 'tarantool-2.7' 2021-02-01T15:18:57.4583667Z Cloning into '/__w/sdk/sdk/tarantool-2.7'... 2021-02-01T15:19:12.1684501Z Submodule path 'tarantool-1.10': checked out '1effc4644d83052b9c3b942f4175bf368bf6d7bf' 2021-02-01T15:19:12.2723972Z Submodule path 'tarantool-2.5': checked out 'caa6d039e42b43336b92108395ef39329d8304d1' 2021-02-01T15:19:12.3625843Z Submodule path 'tarantool-2.6': checked out '83b610928f3dbd90b7001770c67539fa42a42da7' 2021-02-01T15:19:12.7930120Z Submodule path 'tarantool-2.7': checked out 'fbc04dfbda911195ec1a6a1e0e912e48eb6bb73c' 2021-02-01T15:19:12.7949960Z [command]/usr/bin/git submodule foreach git config --local gc.auto 0 2021-02-01T15:19:12.8563901Z Entering 'tarantool-1.10' 2021-02-01T15:19:12.8633786Z Entering 'tarantool-2.5' 2021-02-01T15:19:12.8683248Z Entering 'tarantool-2.6' 2021-02-01T15:19:12.8736219Z Entering 'tarantool-2.7' 2021-02-01T15:19:12.8791002Z ##[endgroup] 2021-02-01T15:19:12.8792369Z ##[group]Persisting credentials for submodules 2021-02-01T15:19:12.8800510Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || : 2021-02-01T15:19:12.9399670Z Entering 'tarantool-1.10' 2021-02-01T15:19:12.9444577Z url.https://github.com/.insteadof 2021-02-01T15:19:12.9498547Z Entering 'tarantool-1.10/src/lib/msgpuck' 2021-02-01T15:19:12.9586370Z Entering 'tarantool-1.10/src/lib/small' 2021-02-01T15:19:12.9668156Z Entering 'tarantool-1.10/test-run' 2021-02-01T15:19:12.9739456Z Entering 'tarantool-1.10/test-run/lib/msgpack-python' 2021-02-01T15:19:12.9822014Z Entering 'tarantool-1.10/test-run/lib/tarantool-python' 2021-02-01T15:19:12.9904099Z Entering 'tarantool-1.10/test-run/lib/tarantool-python/test-run' 2021-02-01T15:19:12.9977495Z Entering 'tarantool-1.10/test-run/lib/tarantool-python/test-run/lib/msgpack-python' 2021-02-01T15:19:13.0063179Z Entering 'tarantool-1.10/test-run/lib/tarantool-python/test-run/lib/tarantool-python' 2021-02-01T15:19:13.0156995Z Entering 'tarantool-1.10/third_party/c-ares' 2021-02-01T15:19:13.0237878Z Entering 'tarantool-1.10/third_party/curl' 2021-02-01T15:19:13.0318379Z Entering 'tarantool-1.10/third_party/libyaml' 2021-02-01T15:19:13.0396627Z Entering 'tarantool-1.10/third_party/lua-zlib' 2021-02-01T15:19:13.0471152Z Entering 'tarantool-1.10/third_party/luafun' 2021-02-01T15:19:13.0545372Z Entering 'tarantool-1.10/third_party/luajit' 2021-02-01T15:19:13.0626292Z Entering 'tarantool-1.10/third_party/luarocks' 2021-02-01T15:19:13.0704804Z Entering 'tarantool-1.10/third_party/luazip' 2021-02-01T15:19:13.0776997Z Entering 'tarantool-1.10/third_party/zstd' 2021-02-01T15:19:13.0858936Z Entering 'tarantool-2.5' 2021-02-01T15:19:13.0908873Z url.https://github.com/.insteadof 2021-02-01T15:19:13.0967286Z Entering 'tarantool-2.5/src/lib/msgpuck' 2021-02-01T15:19:13.1045571Z Entering 'tarantool-2.5/src/lib/small' 2021-02-01T15:19:13.1122506Z Entering 'tarantool-2.5/test-run' 2021-02-01T15:19:13.1203387Z Entering 'tarantool-2.5/test-run/lib/msgpack-python' 2021-02-01T15:19:13.1279461Z Entering 'tarantool-2.5/test-run/lib/tarantool-python' 2021-02-01T15:19:13.1364705Z Entering 'tarantool-2.5/test-run/lib/tarantool-python/test-run' 2021-02-01T15:19:13.1451601Z Entering 'tarantool-2.5/test-run/lib/tarantool-python/test-run/lib/msgpack-python' 2021-02-01T15:19:13.1529684Z Entering 'tarantool-2.5/test-run/lib/tarantool-python/test-run/lib/tarantool-python' 2021-02-01T15:19:13.1626743Z Entering 'tarantool-2.5/third_party/c-ares' 2021-02-01T15:19:13.1716565Z Entering 'tarantool-2.5/third_party/curl' 2021-02-01T15:19:13.1812963Z Entering 'tarantool-2.5/third_party/decNumber' 2021-02-01T15:19:13.1898630Z Entering 'tarantool-2.5/third_party/libyaml' 2021-02-01T15:19:13.2000141Z Entering 'tarantool-2.5/third_party/lua-zlib' 2021-02-01T15:19:13.2078214Z Entering 'tarantool-2.5/third_party/luafun' 2021-02-01T15:19:13.2165422Z Entering 'tarantool-2.5/third_party/luajit' 2021-02-01T15:19:13.2252555Z Entering 'tarantool-2.5/third_party/luarocks' 2021-02-01T15:19:13.2333813Z Entering 'tarantool-2.5/third_party/luazip' 2021-02-01T15:19:13.2413384Z Entering 'tarantool-2.5/third_party/serpent' 2021-02-01T15:19:13.2491162Z Entering 'tarantool-2.5/third_party/zstd' 2021-02-01T15:19:13.2566812Z Entering 'tarantool-2.6' 2021-02-01T15:19:13.2616878Z url.https://github.com/.insteadof 2021-02-01T15:19:13.2686306Z Entering 'tarantool-2.6/src/lib/msgpuck' 2021-02-01T15:19:13.2764718Z Entering 'tarantool-2.6/src/lib/small' 2021-02-01T15:19:13.2848942Z Entering 'tarantool-2.6/test-run' 2021-02-01T15:19:13.2926412Z Entering 'tarantool-2.6/test-run/lib/msgpack-python' 2021-02-01T15:19:13.3007575Z Entering 'tarantool-2.6/test-run/lib/tarantool-python' 2021-02-01T15:19:13.3084076Z Entering 'tarantool-2.6/test-run/lib/tarantool-python/test-run' 2021-02-01T15:19:13.3168549Z Entering 'tarantool-2.6/test-run/lib/tarantool-python/test-run/lib/msgpack-python' 2021-02-01T15:19:13.3249359Z Entering 'tarantool-2.6/test-run/lib/tarantool-python/test-run/lib/tarantool-python' 2021-02-01T15:19:13.3339929Z Entering 'tarantool-2.6/third_party/c-ares' 2021-02-01T15:19:13.3423418Z Entering 'tarantool-2.6/third_party/curl' 2021-02-01T15:19:13.3510135Z Entering 'tarantool-2.6/third_party/decNumber' 2021-02-01T15:19:13.3585061Z Entering 'tarantool-2.6/third_party/libyaml' 2021-02-01T15:19:13.3663051Z Entering 'tarantool-2.6/third_party/lua-zlib' 2021-02-01T15:19:13.3739328Z Entering 'tarantool-2.6/third_party/luafun' 2021-02-01T15:19:13.3811341Z Entering 'tarantool-2.6/third_party/luajit' 2021-02-01T15:19:13.3884570Z Entering 'tarantool-2.6/third_party/luarocks' 2021-02-01T15:19:13.3962582Z Entering 'tarantool-2.6/third_party/luazip' 2021-02-01T15:19:13.4042667Z Entering 'tarantool-2.6/third_party/serpent' 2021-02-01T15:19:13.4118180Z Entering 'tarantool-2.6/third_party/zstd' 2021-02-01T15:19:13.4196510Z Entering 'tarantool-2.7' 2021-02-01T15:19:13.4304791Z [command]/usr/bin/git submodule foreach git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url 2021-02-01T15:19:13.4860021Z Entering 'tarantool-1.10' 2021-02-01T15:19:13.4933138Z file:/__w/sdk/sdk/.git/modules/tarantool-1.10/config remote.origin.url 2021-02-01T15:19:13.4934118Z Entering 'tarantool-2.5' 2021-02-01T15:19:13.5018660Z file:/__w/sdk/sdk/.git/modules/tarantool-2.5/config remote.origin.url 2021-02-01T15:19:13.5019505Z Entering 'tarantool-2.6' 2021-02-01T15:19:13.5102717Z file:/__w/sdk/sdk/.git/modules/tarantool-2.6/config remote.origin.url 2021-02-01T15:19:13.5105571Z Entering 'tarantool-2.7' 2021-02-01T15:19:13.5188063Z file:/__w/sdk/sdk/.git/modules/tarantool-2.7/config remote.origin.url 2021-02-01T15:19:13.5232817Z [command]/usr/bin/git submodule foreach git config --local 'url.https://github.com/.insteadOf' 'git@github.com:' 2021-02-01T15:19:13.5847800Z Entering 'tarantool-1.10' 2021-02-01T15:19:13.5910737Z Entering 'tarantool-2.5' 2021-02-01T15:19:13.5977484Z Entering 'tarantool-2.6' 2021-02-01T15:19:13.6038521Z Entering 'tarantool-2.7' 2021-02-01T15:19:13.6104190Z ##[endgroup] 2021-02-01T15:19:13.6225935Z [command]/usr/bin/git log -1 --format='%H' 2021-02-01T15:19:13.6263768Z '31466f9fe4ba4d7a2ccdc4a10c597f71872839b1'The text was updated successfully, but these errors were encountered: