+++ mktemp -d ++ workdir=/tmp/tmp.zMdjohGl1c ++ echo Workdir: /tmp/tmp.zMdjohGl1c Workdir: /tmp/tmp.zMdjohGl1c ++ echo Checkout base commit... Checkout base commit... ++ git checkout 698c51c4514e20806182e0edebe979232d7990ca~1 Warning: you are leaving 2 commits behind, not connected to any of your branches: 698c51c45 Merge a84842147257c2ae920858caa38141bbcf2eab14 into 0f80a46a1d1c2d28c7b05e9fb42365018d258363 a84842147 better logs If you want to keep them by creating a new branch, this may be a good time to do so with: git branch 698c51c45 HEAD is now at 0f80a46a1 Enable tests in comp nodes logging (#16695) ++ 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/8444539167 [.......................................] OK ++ echo Checkout head commit... Checkout head commit... ++ git checkout 698c51c4514e20806182e0edebe979232d7990ca Previous HEAD position was 0f80a46a1 Enable tests in comp nodes logging (#16695) HEAD is now at 698c51c45 Merge a84842147257c2ae920858caa38141bbcf2eab14 into 0f80a46a1d1c2d28c7b05e9fb42365018d258363 ++ 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.zMdjohGl1c/graph_base ++ jq .uid ++ cat /tmp/tmp.zMdjohGl1c/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.zMdjohGl1c/uid_head ++ sort ++ uniq -d ++ cat /tmp/tmp.zMdjohGl1c/uid_base ++ sort ++ uniq -u ++ cat /tmp/tmp.zMdjohGl1c/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... ++ jq -r --slurpfile uids /tmp/tmp.zMdjohGl1c/uids_new 'select( ."node-type"=="test") | select( any( .uid; .==$uids[] )) | .kv.path' ++ cat /tmp/tmp.zMdjohGl1c/graph_head ++ sort ++ uniq