<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/build/scripts, branch oidc-1.2.8</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=oidc-1.2.8</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=oidc-1.2.8'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2026-05-15T14:51:12Z</updated>
<entry>
<title>Tests for Go SSO script and minor fixes in go SSO</title>
<updated>2026-05-15T14:51:12Z</updated>
<author>
<name>dimdim11</name>
<email>dimdim11@yandex-team.com</email>
</author>
<published>2026-05-15T14:24:37Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=17c23a462978eb3f2a10a11371e7ac0c7045ae0f'/>
<id>urn:sha1:17c23a462978eb3f2a10a11371e7ac0c7045ae0f</id>
<content type='text'>
Refactor tests and some fixes in Go SSO
Tests for Go SSO script
commit_hash:31a766a749be2a9ca05bbca314a2f159c2b6507d
</content>
</entry>
<entry>
<title>Fix clang analyzer after enabling debug section zstd compression</title>
<updated>2026-05-14T18:58:34Z</updated>
<author>
<name>svidyuk</name>
<email>svidyuk@yandex-team.com</email>
</author>
<published>2026-05-14T18:34:53Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=4e50aca37d1b5ca6ddb1aa7c7ac23a22275fef41'/>
<id>urn:sha1:4e50aca37d1b5ca6ddb1aa7c7ac23a22275fef41</id>
<content type='text'>
commit_hash:10a3174bd909631074d85243caff1e54ec53b646
</content>
</entry>
<entry>
<title>Support any one package name for Go 1.25 coverage</title>
<updated>2026-05-14T17:47:32Z</updated>
<author>
<name>dimdim11</name>
<email>dimdim11@yandex-team.com</email>
</author>
<published>2026-05-14T17:00:45Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=f193ad3afbddfbe2e999c60431c2d42ca79d1750'/>
<id>urn:sha1:f193ad3afbddfbe2e999c60431c2d42ca79d1750</id>
<content type='text'>
Support any one package name for Go 1.25 coverage
commit_hash:c2c5ba2c3b4e18dddf4518abaf6dec045ef8c3cf
</content>
</entry>
<entry>
<title>feat all: use zstd compression of debug symbols on Linux</title>
<updated>2026-05-14T02:58:43Z</updated>
<author>
<name>antoshkka</name>
<email>antoshkka@yandex-team.com</email>
</author>
<published>2026-05-14T02:43:34Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=f7d65ad0e53d72f9fb0c8bc0ea465d525ebcb89d'/>
<id>urn:sha1:f7d65ad0e53d72f9fb0c8bc0ea465d525ebcb89d</id>
<content type='text'>
File sizes:
```
-g          910385468 Jan  1  1970 libyt-yt-client.a
-g -gz      589148980 May  6 12:16 libyt-yt-client.a
-g -gz=zstd 585019668 May  6 12:34 libyt-yt-client.a

-g -gz=zstd                                        1674173480 May  6 13:27 drive-billing-exports
-g -gz=zstd -Wl,--compress-debug-sections=zstd      899287344 May  6 14:00 drive-billing-exports
```

Mesured compile+link times with the following script:
```
arc checkout .

sed -i "s/${SERVICE_NAME}/${SERVICE_NAME}_${I}_${RANDOM}_${RANDOM}_${RANDOM}_${RANDOM}_${RANDOM}_${RANDOM}/g" src/custom/dependencies.cpp
OUTPUT=$(~/workspace/arcadia/ya make --stat 2&gt;&amp;1)

echo "$OUTPUT" | grep -om1 "^\[.* \[LD\] .*${SERVICE_NAME}/${SERVICE_NAME}" &gt;&gt;ld.txt
echo "$OUTPUT" | grep -om1 "^\[.* \[CC\] .*${SERVICE_NAME}/src/custom/dependencies.cpp" &gt;&gt;cc.txt
echo "$OUTPUT" &gt;&gt;full.txt
```
Trunk times in milliseconds:
CC: 8944 8405 8117 11203 19236 11660 9149 24319 21236 14753 25508 28099 9226 31387 9555 11268 9088 10640 13751 8855 11266 9141 8168 8712 11111 10235 28576 8996 9362 8973 9055 9822
LD: 5956 9394 15380 9055 7089 7308 15433 12948 14123 5524 4808 10559 6837 4906 18253 5208 16335 7493 5180 47220 12491 21603 34733 4432 5353 8633 4732 25937 19158 24316 5825 7357

ZSTD times in milliseconds:
CC: 10180 8017 13135 8569 16033 17698 12524 8442 12902 7797 20236 7857 14715 8096 8541 9232 10839 8989 8988 17173 8211 8737 22424 8139 23770 8622 13765 12744 8204 23573 8358 8123 9091 18869
LD: 6125 5914 6975 21408 15227 7309 6401 13417 8862 24954 5509 33813 6207 5571 15423 5716 5807 6352 16953 6064 22793 14156 7203 10811 6287 15363 6259 5897 25905 5400 20217 5624 17351 6593

```
      | CC min | CC median | CC max | CC avg | LD min | LD median | LD max | LD avg
------|--------|-----------|--------|--------|--------|-----------|--------|-------
Trunk | 8117   | 9822      | 31387  | 13369  | 4432   | 8633      | 47220  | 12612
ZSTD  | 7797   | 9091      | 23770  | 12135  | 5400   | 6975      | 33813  | 11584
```

**Compilation time and linking time drop down on ~10%**

**Conclusion**: archive and binary sizes drop down on 33%-45%. As a result:
* OS FS cache works better, less files required for compilation are flushed out from memory
* linking touches smaller files and works faster
* compilation produces smaller files and does less slow disk IO
commit_hash:6053e4fe15a64966bd96c99dbc7a068c3a2cc0e7
</content>
</entry>
<entry>
<title>Fix unused _cover_xtest import</title>
<updated>2026-05-12T05:48:44Z</updated>
<author>
<name>borinskikh</name>
<email>borinskikh@yandex-team.com</email>
</author>
<published>2026-05-12T05:33:32Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=ef917683e6e2712c5e7a56a70b2b125e20f4391a'/>
<id>urn:sha1:ef917683e6e2712c5e7a56a70b2b125e20f4391a</id>
<content type='text'>
commit_hash:5fb76d5479c4990d9c9a2876f9e5753820f32ed1
</content>
</entry>
<entry>
<title>Revert "feat all: use zstd compression"</title>
<updated>2026-05-09T22:33:24Z</updated>
<author>
<name>antoshkka</name>
<email>antoshkka@yandex-team.com</email>
</author>
<published>2026-05-09T22:02:04Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=ac8fd7b1227620f26d76d9da3333bb1fecb49fdc'/>
<id>urn:sha1:ac8fd7b1227620f26d76d9da3333bb1fecb49fdc</id>
<content type='text'>
This reverts commit bebcd6cedb271b14b7d771d50924c005ab9375bf, reversing
changes made to 700c24e95953f7be1a6c425a35dbf7d41492469a.
commit_hash:e14a9ef12e284a3ba034063c3c03b0d57323e574
</content>
</entry>
<entry>
<title>feat all: use zstd compression</title>
<updated>2026-05-09T18:04:57Z</updated>
<author>
<name>antoshkka</name>
<email>antoshkka@yandex-team.com</email>
</author>
<published>2026-05-09T17:16:58Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=1be6aa4b337efcbbe5a6ae4e93629cd58bbac747'/>
<id>urn:sha1:1be6aa4b337efcbbe5a6ae4e93629cd58bbac747</id>
<content type='text'>
File sizes:
```
-g          910385468 Jan  1  1970 libyt-yt-client.a
-g -gz      589148980 May  6 12:16 libyt-yt-client.a
-g -gz=zstd 585019668 May  6 12:34 libyt-yt-client.a

-g -gz=zstd                                        1674173480 May  6 13:27 drive-billing-exports
-g -gz=zstd -Wl,--compress-debug-sections=zstd      899287344 May  6 14:00 drive-billing-exports
```

Mesured compile+link times with the following script:
```
arc checkout .

sed -i "s/${SERVICE_NAME}/${SERVICE_NAME}_${I}_${RANDOM}_${RANDOM}_${RANDOM}_${RANDOM}_${RANDOM}_${RANDOM}/g" src/custom/dependencies.cpp
OUTPUT=$(~/workspace/arcadia/ya make --stat 2&gt;&amp;1)

echo "$OUTPUT" | grep -om1 "^\[.* \[LD\] .*${SERVICE_NAME}/${SERVICE_NAME}" &gt;&gt;ld.txt
echo "$OUTPUT" | grep -om1 "^\[.* \[CC\] .*${SERVICE_NAME}/src/custom/dependencies.cpp" &gt;&gt;cc.txt
echo "$OUTPUT" &gt;&gt;full.txt
```
Trunk times in milliseconds:
CC: 8944 8405 8117 11203 19236 11660 9149 24319 21236 14753 25508 28099 9226 31387 9555 11268 9088 10640 13751 8855 11266 9141 8168 8712 11111 10235 28576 8996 9362 8973 9055 9822
LD: 5956 9394 15380 9055 7089 7308 15433 12948 14123 5524 4808 10559 6837 4906 18253 5208 16335 7493 5180 47220 12491 21603 34733 4432 5353 8633 4732 25937 19158 24316 5825 7357

ZSTD times in milliseconds:
CC: 10180 8017 13135 8569 16033 17698 12524 8442 12902 7797 20236 7857 14715 8096 8541 9232 10839 8989 8988 17173 8211 8737 22424 8139 23770 8622 13765 12744 8204 23573 8358 8123 9091 18869
LD: 6125 5914 6975 21408 15227 7309 6401 13417 8862 24954 5509 33813 6207 5571 15423 5716 5807 6352 16953 6064 22793 14156 7203 10811 6287 15363 6259 5897 25905 5400 20217 5624 17351 6593

```
      | CC min | CC median | CC max | CC avg | LD min | LD median | LD max | LD avg
------|--------|-----------|--------|--------|--------|-----------|--------|-------
Trunk | 8117   | 9822      | 31387  | 13369  | 4432   | 8633      | 47220  | 12612
ZSTD  | 7797   | 9091      | 23770  | 12135  | 5400   | 6975      | 33813  | 11584
```

**Compilation time and linking time drop down on ~10%**

**Conclusion**: archive and binary sizes drop down on 33%-45%. As a result:
* OS FS cache works better, less files required for compilation are flushed out from memory
* linking touches smaller files and works faster
* compilation produces smaller files and does less slow disk IO
commit_hash:bebcd6cedb271b14b7d771d50924c005ab9375bf
</content>
</entry>
<entry>
<title>поправить скрипт распаковки output.tar</title>
<updated>2026-05-06T14:09:12Z</updated>
<author>
<name>baymer</name>
<email>baymer@yandex-team.com</email>
</author>
<published>2026-05-06T13:36:58Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=d6577d9a2752393dcf9325d6d3902057d3c2eb4b'/>
<id>urn:sha1:d6577d9a2752393dcf9325d6d3902057d3c2eb4b</id>
<content type='text'>
&lt;section id="quibbler-autodescription"&gt;

#### Исправление скрипта распаковки tar-архива 📝

- 🛠️ Обновлён механизм распаковки tar-архива с использованием встроенного модуля `tarfile` в качестве резервного варианта, если системная команда `tar` недоступна.
- 🧪 Добавлена проверка исполняемости команды `tar` перед её использованием, обеспечивая более надёжную работу скрипта.
- 📦 Изменена логика работы с архивами: теперь поддерживается распаковка как через системную утилиту, так и через Python-модуль, что повышает совместимость.
- 📁 Упрощён код основной функции, вынесена логика распаковки в отдельную функцию `unpack_dir` для лучшей читаемости и поддержки.
- 📦 Обновлены параметры сборки: изменён формат архива с `.tar.gz` на `.tar.zst` и добавлен параметр сжатия `zstd`.
- 🔄 Исправлен путь к скрипту распаковки в конфигурации сборки, теперь он указывает на актуальное расположение файла.

&lt;a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"&gt;&lt;font size="2"&gt;Autodescription by Yandex Code Assistant&lt;/font&gt;&lt;/a&gt;
&lt;/section&gt;
commit_hash:b2b7d3aa3bb8543aae5627c43536c1bfca5a9cfe
</content>
</entry>
<entry>
<title>Добавить скрипт для распаковки output.tar под ya package</title>
<updated>2026-05-05T09:03:06Z</updated>
<author>
<name>baymer</name>
<email>baymer@yandex-team.com</email>
</author>
<published>2026-05-05T08:19:36Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=a038a7954d33812ec12f14764ca762e4290b79c4'/>
<id>urn:sha1:a038a7954d33812ec12f14764ca762e4290b79c4</id>
<content type='text'>
commit_hash:61c6668829d1d4a00cae6e046cacdc31496010e3
</content>
</entry>
<entry>
<title>do not try to run compiler without sources.</title>
<updated>2026-04-24T10:22:16Z</updated>
<author>
<name>svidyuk</name>
<email>svidyuk@yandex-team.com</email>
</author>
<published>2026-04-24T09:36:49Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=298086fe47f021cc2e4606f78ee19d7cb772c01e'/>
<id>urn:sha1:298086fe47f021cc2e4606f78ee19d7cb772c01e</id>
<content type='text'>
Print human readable description instead of misleading compiler help message.
commit_hash:78aa6c12f5a3b88535805f3dc5f39565c1295493
</content>
</entry>
</feed>
