+++ mktemp -d ++ workdir=/tmp/tmp.CAqzJaUXoX ++ echo Workdir: /tmp/tmp.CAqzJaUXoX Workdir: /tmp/tmp.CAqzJaUXoX ++ echo Checkout base commit... Checkout base commit... ++ git checkout 6e7c449d4ea4d752a0ff296368a40d66abf4e744~1 Warning: you are leaving 2 commits behind, not connected to any of your branches: 6e7c449d4 Merge b833cdbcd557c3c979088af53a7b7ce50285326a into 8f6d662e582affc5bbbd9f663c7b8e5b99815c5b b833cdbcd Precharge only on page fault If you want to keep them by creating a new branch, this may be a good time to do so with: git branch <new-branch-name> 6e7c449d4 HEAD is now at 8f6d662e5 Merge pull request #17754 from ydb-platform/merge-libs-250425-1915 ++ echo Build graph for base commit... Build graph for base commit... ++ ./ya make -Gj0 -ttt ydb --build release -k --cache-tests --build-all ++ jq '.graph[]' Downloading https://devtools-registry.s3.yandex.net/8580483288 [.........................................] OK ++ echo Checkout head commit... Checkout head commit... ++ git checkout 6e7c449d4ea4d752a0ff296368a40d66abf4e744 Previous HEAD position was 8f6d662e5 Merge pull request #17754 from ydb-platform/merge-libs-250425-1915 HEAD is now at 6e7c449d4 Merge b833cdbcd557c3c979088af53a7b7ce50285326a into 8f6d662e582affc5bbbd9f663c7b8e5b99815c5b ++ echo Build graph for head commit... Build graph for head commit... ++ ./ya make -Gj0 -ttt ydb --build release -k --cache-tests --build-all ++ jq '.graph[]' ++ echo Generate lists of uids for base and head... Generate lists of uids for base and head... ++ cat /tmp/tmp.CAqzJaUXoX/graph_base ++ jq .uid ++ cat /tmp/tmp.CAqzJaUXoX/graph_head ++ jq .uid ++ echo Create a list of changed uids in the head graph... Create a list of changed uids in the head graph... ++ sort ++ cat /tmp/tmp.CAqzJaUXoX/uid_head ++ uniq -d ++ cat /tmp/tmp.CAqzJaUXoX/uid_base ++ uniq -u ++ sort ++ cat /tmp/tmp.CAqzJaUXoX/uid_head ++ echo Create ya.make Create ya.make ++ echo '' ++ echo Generate list of test shard names from the head graph based on the list of uids... Generate list of test shard names from the head graph based on the list of uids... ++ cat /tmp/tmp.CAqzJaUXoX/graph_head ++ jq -r --slurpfile uids /tmp/tmp.CAqzJaUXoX/uids_new 'select( ."node-type"=="test") | select( any( .uid; .==$uids[] )) | .kv.path' ++ sort ++ uniq