byronknoll / cmix

cmix is a lossless data compression program aimed at optimizing compression ratio at the cost of high CPU/memory usage.
http://www.byronknoll.com/cmix.html
GNU General Public License v3.0
613 stars 45 forks source link

cmix 20 regression test failure with linux build #59

Closed chenrui333 closed 11 months ago

chenrui333 commented 11 months ago

👋 trying to upgrade cmix to use the latest release build, but found some regression test failure as below:

runner@fv-az713-588:/tmp/cmix-test-20231105-3329-x1ut75$ /home/linuxbrew/.linuxbrew/Cellar/cmix/20/bin/cmix -c foo foo.cmix
Detected block types: DEFAULT: 100.0%
terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc
Aborted (core dumped)

relates to https://github.com/Homebrew/homebrew-core/pull/153365

chenrui333 commented 11 months ago

Turns out to be test flakiness on CI, closing for now.