+++ mktemp -d ++ workdir=/tmp/tmp.ANByFDj6Sc ++ echo Workdir: /tmp/tmp.ANByFDj6Sc Workdir: /tmp/tmp.ANByFDj6Sc ++ echo Checkout base commit... Checkout base commit... ++ git checkout b7038bde8b6c8092a1a6190bf4a00b8bafb4b7c1~1 Warning: you are leaving 2 commits behind, not connected to any of your branches: b7038bde8 Merge 4faadce709f41fb1cf1a1011e808557668016b69 into 3335cfb9021ae7a96f69c9e1d8edbe774bcfb3ef 4faadce70 Fixed integer extraction 2 If you want to keep them by creating a new branch, this may be a good time to do so with: git branch b7038bde8 HEAD is now at 3335cfb90 Add the ability to configure tablet boot priorities (#19702) ++ 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/8945024867 [.........................................] 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 b7038bde8b6c8092a1a6190bf4a00b8bafb4b7c1 Previous HEAD position was 3335cfb90 Add the ability to configure tablet boot priorities (#19702) HEAD is now at b7038bde8 Merge 4faadce709f41fb1cf1a1011e808557668016b69 into 3335cfb9021ae7a96f69c9e1d8edbe774bcfb3ef ++ 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.ANByFDj6Sc/graph_base ++ jq .uid ++ cat /tmp/tmp.ANByFDj6Sc/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.ANByFDj6Sc/uid_head ++ uniq -d ++ sort ++ cat /tmp/tmp.ANByFDj6Sc/uid_base ++ sort ++ uniq -u ++ cat /tmp/tmp.ANByFDj6Sc/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.ANByFDj6Sc/graph_head ++ jq -r --slurpfile uids /tmp/tmp.ANByFDj6Sc/uids_new 'select( ."node-type"=="test") | select( any( .uid; .==$uids[] )) | .kv.path' ++ sort ++ uniq