hdhoang

Results 51 comments of hdhoang

Hm yes, I share your concern about extended build time. Looking at this from another angle, since crater already has crates.io metadata, can we enumerate downstream crates for each failure,...

Do `run-graph` connect optional dependency edges? I haven't seen that mentioned yet in the relevant issues. If it already does, this issue can be closed.

in my experience, heroku-20 stack works fine, since gemfile uses a supported ruby2.7. i think you can try stack upgrade to 20

`ignorePkgsRegexp` has different granularity. All of the modules and their CVEs are covered under one package regex `^linux-image-.*` (in our Debian env). This would suppress other relevant CVEs. Thanks! (aside:...

I imagine the setting entry (for `default` list, and `servers`, `containers` tables) look like: ```toml ignoreSummaryPatterns = [ "* DISPUTED *", "f2fs filesystem", "drivers/net/wireless", ] ``` and the CVE is...

hi, we have some clusters with custom CA. those regressed recently w/ kminion, while older version & kafka-minion work. the ca file is in pem format. we will give some...

Yes, I dropped them in its installation in /usr/arm-linux-gnueabihf. Your suggestion works. I copy them to $PWD/arm/include and $PWD/arm/lib, then build with: ``` TARGET_CFLAGS="-I $PWD/arm/include" cargo rustc --target arm-unknown-linux-gnueabihf --...

archlinux users can use this package for such functionality https://aur.archlinux.org/packages/netatop-dkms/

much thanks for the prompt response! I will try rebuilding a CH with linkable malloc. so far their `-D ENABLE_TCMALLOC=0` [advice](https://github.com/ClickHouse/ClickHouse/blob/master/tests/instructions/heap-profiler.txt) gives `thread '' panicked at 'not yet implemented: _rjem_sallocx',...

i guess so. here's a build with `ENABLE_TCMALLOC=0 ENABLE_JEMALLOC=0`, it's a new error ``` bytehound: c7986 c7987 INF Writing initial header... bytehound: c7986 c7987 INF Writing wall clock... bytehound: c7986...