+++ mktemp -d ++ workdir=/tmp/tmp.Xx4LQ4vfHO ++ echo Workdir: /tmp/tmp.Xx4LQ4vfHO Workdir: /tmp/tmp.Xx4LQ4vfHO ++ echo Checkout base commit... Checkout base commit... ++ git checkout c0c4a51def35106f4d843d5942adba4b1dee0d14~1 Warning: you are leaving 2 commits behind, not connected to any of your branches: c0c4a51de Merge 7dedc42a0de3d3d47958b3970a5c54675de5b42c into 5b45c7497248b94d579ecaf8c43cdb997e1e66c0 7dedc42a0 Update tools_dump.md If you want to keep them by creating a new branch, this may be a good time to do so with: git branch c0c4a51de HEAD is now at 5b45c7497 Added enable_antlr4_parser feature flag (#11764) ++ 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/7434979108 [...........................................] OK ++ echo Checkout head commit... Checkout head commit... ++ git checkout c0c4a51def35106f4d843d5942adba4b1dee0d14 Previous HEAD position was 5b45c7497 Added enable_antlr4_parser feature flag (#11764) HEAD is now at c0c4a51de Merge 7dedc42a0de3d3d47958b3970a5c54675de5b42c into 5b45c7497248b94d579ecaf8c43cdb997e1e66c0 ++ echo Build graph for head commit... Build graph for head commit... ++ jq '.graph[]' ++ ./ya make -Gj0 -ttt ydb --build release -k --cache-tests --build-all ++ echo Generate lists of uids for base and head... Generate lists of uids for base and head... ++ jq .uid ++ cat /tmp/tmp.Xx4LQ4vfHO/graph_base ++ cat /tmp/tmp.Xx4LQ4vfHO/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.Xx4LQ4vfHO/uid_head ++ sort ++ uniq -d ++ cat /tmp/tmp.Xx4LQ4vfHO/uid_base ++ sort ++ uniq -u ++ cat /tmp/tmp.Xx4LQ4vfHO/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.Xx4LQ4vfHO/graph_head ++ jq -r --slurpfile uids /tmp/tmp.Xx4LQ4vfHO/uids_new 'select( ."node-type"=="test") | select( any( .uid; .==$uids[] )) | .kv.path' ++ uniq ++ sort