+++ mktemp -d ++ workdir=/tmp/tmp.Uzc0YV2uW2 ++ echo Workdir: /tmp/tmp.Uzc0YV2uW2 Workdir: /tmp/tmp.Uzc0YV2uW2 ++ echo Checkout base commit... Checkout base commit... ++ git checkout 9c96d7e0a71ea74c4f2fb94a532b77d53a40d246~1 Warning: you are leaving 2 commits behind, not connected to any of your branches: 9c96d7e0a7 Merge cfb5f0046682db10fdfd2c5d54d42d5bd83f0b5e into 020b6840efba3215bf962f9ceedefda0b3f7e434 cfb5f00466 Fixed ACK sending for sys view scan If you want to keep them by creating a new branch, this may be a good time to do so with: git branch 9c96d7e0a7 HEAD is now at 020b6840ef [ICRDMA] Add RDMA aware memory pool and related code. (#26448) ++ 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/9920337012 [..........................................] OK Warn[-WPluginErr]: in $B/ydb/tests/functional/tpc/medium/ydb-tests-functional-tpc-medium: Requirement ram is redefined 16 -> 28 Warn[-WPluginErr]: in $B/ydb/tests/functional/tpc/medium/tpch/ydb-tests-functional-tpc-medium-tpch: Requirement ram is redefined 16 -> 28 ++ echo Checkout head commit... Checkout head commit... ++ git checkout 9c96d7e0a71ea74c4f2fb94a532b77d53a40d246 Previous HEAD position was 020b6840ef [ICRDMA] Add RDMA aware memory pool and related code. (#26448) HEAD is now at 9c96d7e0a7 Merge cfb5f0046682db10fdfd2c5d54d42d5bd83f0b5e into 020b6840efba3215bf962f9ceedefda0b3f7e434 ++ 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 Warn[-WPluginErr]: in $B/ydb/tests/functional/tpc/medium/tpch/ydb-tests-functional-tpc-medium-tpch: 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.Uzc0YV2uW2/graph_base ++ jq .uid ++ cat /tmp/tmp.Uzc0YV2uW2/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.Uzc0YV2uW2/uid_head ++ sort ++ uniq -d ++ sort ++ cat /tmp/tmp.Uzc0YV2uW2/uid_base ++ uniq -u ++ cat /tmp/tmp.Uzc0YV2uW2/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.Uzc0YV2uW2/graph_head ++ jq -r --slurpfile uids /tmp/tmp.Uzc0YV2uW2/uids_new 'select( ."node-type"=="test") | select( any( .uid; .==$uids[] )) | .kv.path' ++ uniq ++ sort