+++ mktemp -d ++ workdir=/tmp/tmp.MM4aoi0uyX ++ echo Workdir: /tmp/tmp.MM4aoi0uyX Workdir: /tmp/tmp.MM4aoi0uyX ++ echo Checkout base commit... Checkout base commit... ++ git checkout 9f3d72b247be89915277b17189ae4a3b3a221d12~1 Warning: you are leaving 2 commits behind, not connected to any of your branches: 9f3d72b24 Merge c952c55730024964711a693c5f4599255e2549c8 into 94e006bcf4627ad10d20061f3c63fff8f4b76c55 c952c5573 clean If you want to keep them by creating a new branch, this may be a good time to do so with: git branch 9f3d72b24 HEAD is now at 94e006bcf YQ-4349 Check pending stat ping / add logs to fq run actor (#20049) ++ 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 9f3d72b247be89915277b17189ae4a3b3a221d12 Previous HEAD position was 94e006bcf YQ-4349 Check pending stat ping / add logs to fq run actor (#20049) HEAD is now at 9f3d72b24 Merge c952c55730024964711a693c5f4599255e2549c8 into 94e006bcf4627ad10d20061f3c63fff8f4b76c55 ++ 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... ++ cat /tmp/tmp.MM4aoi0uyX/graph_base ++ jq .uid ++ cat /tmp/tmp.MM4aoi0uyX/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.MM4aoi0uyX/uid_head ++ sort ++ uniq -d ++ cat /tmp/tmp.MM4aoi0uyX/uid_base ++ sort ++ uniq -u ++ cat /tmp/tmp.MM4aoi0uyX/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.MM4aoi0uyX/graph_head ++ jq -r --slurpfile uids /tmp/tmp.MM4aoi0uyX/uids_new 'select( ."node-type"=="test") | select( any( .uid; .==$uids[] )) | .kv.path' ++ uniq ++ sort