+++ mktemp -d ++ workdir=/tmp/tmp.2Py3rfmebw ++ echo Workdir: /tmp/tmp.2Py3rfmebw Workdir: /tmp/tmp.2Py3rfmebw ++ echo Checkout base commit... Checkout base commit... ++ git checkout eda3c3f7cc1e8870b043831dfafeb0530ed1f76e~1 Warning: you are leaving 2 commits behind, not connected to any of your branches: eda3c3f7c Merge 788c8eccb4dacafff5d6ba89a73595d431e872f5 into 7b9bd5d1f820b3d510cbab862d039a5ae4721895 788c8eccb Update ydb/library/yql/providers/s3/path_generator/yql_s3_path_generator.cpp If you want to keep them by creating a new branch, this may be a good time to do so with: git branch eda3c3f7c HEAD is now at 7b9bd5d1f Added OverridePlanner validation (#19945) ++ 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/9029496443 [.........................................] OK Warn[-WPluginErr]: in $B/ydb/tests/functional/tpc/medium/ydb-tests-functional-tpc-medium: Requirement ram is redefined 16 -> 28 ++ echo Checkout head commit... Checkout head commit... ++ git checkout eda3c3f7cc1e8870b043831dfafeb0530ed1f76e Previous HEAD position was 7b9bd5d1f Added OverridePlanner validation (#19945) HEAD is now at eda3c3f7c Merge 788c8eccb4dacafff5d6ba89a73595d431e872f5 into 7b9bd5d1f820b3d510cbab862d039a5ae4721895 ++ 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[]' Warn[-WPluginErr]: in $B/ydb/tests/functional/tpc/medium/ydb-tests-functional-tpc-medium: Requirement ram is redefined 16 -> 28 ++ echo Generate lists of uids for base and head... Generate lists of uids for base and head... ++ jq .uid ++ cat /tmp/tmp.2Py3rfmebw/graph_base ++ cat /tmp/tmp.2Py3rfmebw/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... ++ cat /tmp/tmp.2Py3rfmebw/uid_head ++ sort ++ uniq -d ++ cat /tmp/tmp.2Py3rfmebw/uid_base ++ sort ++ uniq -u ++ cat /tmp/tmp.2Py3rfmebw/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.2Py3rfmebw/graph_head ++ jq -r --slurpfile uids /tmp/tmp.2Py3rfmebw/uids_new 'select( ."node-type"=="test") | select( any( .uid; .==$uids[] )) | .kv.path' ++ sort ++ uniq