+++ mktemp -d ++ workdir=/tmp/tmp.o2KrYIIgJk ++ echo Workdir: /tmp/tmp.o2KrYIIgJk Workdir: /tmp/tmp.o2KrYIIgJk ++ echo Checkout base commit... Checkout base commit... ++ git checkout 8773d4d6480d4b5f0956c25957c30f77de5b2f65~1 Warning: you are leaving 2 commits behind, not connected to any of your branches: 8773d4d64 Merge 2552a39729fcc5f1024d065c091238e3a8ee5ca0 into c5d16f6b6b5254148a608830bf27e8838f919ff5 2552a3972 bump breakpad dependency to v2023.06.01 add README for breakpad_init package disable thread events from gdb output If you want to keep them by creating a new branch, this may be a good time to do so with: git branch 8773d4d64 HEAD is now at c5d16f6b6 fix exception processing (#11728) ++ 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 8773d4d6480d4b5f0956c25957c30f77de5b2f65 Previous HEAD position was c5d16f6b6 fix exception processing (#11728) HEAD is now at 8773d4d64 Merge 2552a39729fcc5f1024d065c091238e3a8ee5ca0 into c5d16f6b6b5254148a608830bf27e8838f919ff5 ++ 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... ++ cat /tmp/tmp.o2KrYIIgJk/graph_base ++ jq .uid ++ cat /tmp/tmp.o2KrYIIgJk/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... ++ sort ++ cat /tmp/tmp.o2KrYIIgJk/uid_head ++ uniq -d ++ cat /tmp/tmp.o2KrYIIgJk/uid_base ++ sort ++ uniq -u ++ cat /tmp/tmp.o2KrYIIgJk/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.o2KrYIIgJk/graph_head ++ jq -r --slurpfile uids /tmp/tmp.o2KrYIIgJk/uids_new 'select( ."node-type"=="test") | select( any( .uid; .==$uids[] )) | .kv.path' ++ sort ++ uniq