status-im / nimbus-eth2

Nim implementation of the Ethereum Beacon Chain
https://nimbus.guide
Other
543 stars 233 forks source link

Fix issue when BN unable to create data-dir on Windows. #6367

Closed cheatfate closed 5 months ago

cheatfate commented 5 months ago

Sometimes BN is unable to create data directory and sub-directories fails on Windows with an error The access control list (ACL) structure is invalid. which is ERROR_INVALID_ACL and numeric code 1336.

github-actions[bot] commented 5 months ago

Unit Test Results

         9 files  ±0    1 328 suites  ±0   40m 43s :stopwatch: + 6m 57s   4 998 tests ±0    4 650 :heavy_check_mark: ±0  348 :zzz: ±0  0 :x: ±0  20 850 runs  ±0  20 446 :heavy_check_mark: ±0  404 :zzz: ±0  0 :x: ±0 

Results for commit d8c7ec78. ± Comparison against base commit 350c4eaa.