+++ mktemp -d ++ workdir=/tmp/tmp.h3MmdoUuYq ++ echo Workdir: /tmp/tmp.h3MmdoUuYq Workdir: /tmp/tmp.h3MmdoUuYq ++ echo Checkout base commit... Checkout base commit... ++ git checkout ad37d75717b658f3eeb9241e9daab66f5054f6b9~1 Warning: you are leaving 2 commits behind, not connected to any of your branches: ad37d7571 Merge fce0e46ac29995fb1a7c19cc0504a99de1abbcd2 into 6f7ecd5a2607c66847adf66d71ae84f4f61ad511 fce0e46ac Fix UAF when GetAsyncInputData called after PassAway If you want to keep them by creating a new branch, this may be a good time to do so with: git branch ad37d7571 HEAD is now at 6f7ecd5a2 YDB FQ: support Logging as an external data source (#11765) ++ 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/7480268480 [...........................................] OK ++ echo Checkout head commit... Checkout head commit... ++ git checkout ad37d75717b658f3eeb9241e9daab66f5054f6b9 Previous HEAD position was 6f7ecd5a2 YDB FQ: support Logging as an external data source (#11765) HEAD is now at ad37d7571 Merge fce0e46ac29995fb1a7c19cc0504a99de1abbcd2 into 6f7ecd5a2607c66847adf66d71ae84f4f61ad511 ++ 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.h3MmdoUuYq/graph_base ++ cat /tmp/tmp.h3MmdoUuYq/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.h3MmdoUuYq/uid_head ++ uniq -d ++ cat /tmp/tmp.h3MmdoUuYq/uid_base ++ sort ++ uniq -u ++ cat /tmp/tmp.h3MmdoUuYq/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.h3MmdoUuYq/graph_head ++ sort ++ jq -r --slurpfile uids /tmp/tmp.h3MmdoUuYq/uids_new 'select( ."node-type"=="test") | select( any( .uid; .==$uids[] )) | .kv.path' ++ uniq