PolyJIT / benchbuild

Empirical-Research Toolkit
MIT License
11 stars 12 forks source link

fix: bump pathos & dill to unbreak gitlab ci #556

Closed simbuerg closed 1 year ago

simbuerg commented 1 year ago

pathos does not register a pickle-error that occurs inside a forked process. We avoid the pickle error by bumping versions of pathos and dill. Any new bugs have to be dealt with accordingly.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 37.50% and project coverage change: +2.14 :tada:

Comparison is base (86d4504) 50.57% compared to head (fe5d615) 52.71%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #556 +/- ## ========================================== + Coverage 50.57% 52.71% +2.14% ========================================== Files 124 120 -4 Lines 8348 8265 -83 Branches 1043 1038 -5 ========================================== + Hits 4222 4357 +135 + Misses 3960 3716 -244 - Partials 166 192 +26 ``` | [Impacted Files](https://codecov.io/gh/PolyJIT/benchbuild/pull/556?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=PolyJIT) | Coverage Δ | | |---|---|---| | [benchbuild/project.py](https://codecov.io/gh/PolyJIT/benchbuild/pull/556?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=PolyJIT#diff-YmVuY2hidWlsZC9wcm9qZWN0LnB5) | `56.74% <0.00%> (-0.80%)` | :arrow_down: | | [benchbuild/settings.py](https://codecov.io/gh/PolyJIT/benchbuild/pull/556?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=PolyJIT#diff-YmVuY2hidWlsZC9zZXR0aW5ncy5weQ==) | `100.00% <ø> (ø)` | | | [benchbuild/utils/log.py](https://codecov.io/gh/PolyJIT/benchbuild/pull/556?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=PolyJIT#diff-YmVuY2hidWlsZC91dGlscy9sb2cucHk=) | `81.08% <ø> (-2.26%)` | :arrow_down: | | [benchbuild/utils/schema.py](https://codecov.io/gh/PolyJIT/benchbuild/pull/556?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=PolyJIT#diff-YmVuY2hidWlsZC91dGlscy9zY2hlbWEucHk=) | `73.71% <ø> (+7.46%)` | :arrow_up: | | [benchbuild/source/http.py](https://codecov.io/gh/PolyJIT/benchbuild/pull/556?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=PolyJIT#diff-YmVuY2hidWlsZC9zb3VyY2UvaHR0cC5weQ==) | `61.64% <21.42%> (+20.96%)` | :arrow_up: | | [benchbuild/command.py](https://codecov.io/gh/PolyJIT/benchbuild/pull/556?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=PolyJIT#diff-YmVuY2hidWlsZC9jb21tYW5kLnB5) | `52.80% <100.00%> (+5.05%)` | :arrow_up: | | [benchbuild/environments/adapters/common.py](https://codecov.io/gh/PolyJIT/benchbuild/pull/556?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=PolyJIT#diff-YmVuY2hidWlsZC9lbnZpcm9ubWVudHMvYWRhcHRlcnMvY29tbW9uLnB5) | `62.96% <100.00%> (-1.19%)` | :arrow_down: | | [benchbuild/environments/domain/declarative.py](https://codecov.io/gh/PolyJIT/benchbuild/pull/556?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=PolyJIT#diff-YmVuY2hidWlsZC9lbnZpcm9ubWVudHMvZG9tYWluL2RlY2xhcmF0aXZlLnB5) | `74.19% <100.00%> (ø)` | | | [benchbuild/source/\_\_init\_\_.py](https://codecov.io/gh/PolyJIT/benchbuild/pull/556?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=PolyJIT#diff-YmVuY2hidWlsZC9zb3VyY2UvX19pbml0X18ucHk=) | `100.00% <100.00%> (ø)` | | | [benchbuild/utils/wrapping.py](https://codecov.io/gh/PolyJIT/benchbuild/pull/556?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=PolyJIT#diff-YmVuY2hidWlsZC91dGlscy93cmFwcGluZy5weQ==) | `25.68% <100.00%> (+3.36%)` | :arrow_up: | ... and [14 files with indirect coverage changes](https://codecov.io/gh/PolyJIT/benchbuild/pull/556/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=PolyJIT) Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=PolyJIT). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=PolyJIT)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.