• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

xolox / python-deb-pkg-tools / 66
91%

Build:
DEFAULT BRANCH: master
Ran 19 Jun 2014 07:42PM UTC
Jobs 2
Files 15
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
66

push

travis-ci

xolox
Make the package cache resistant against deserialization errors

Today I've been hitting zlib decoding errors and I'm 99% sure my
disk isn't failing (RAID 1 array). For now I'm inclined not to
dive too deep into this, because there's a very simple fix (see
first line :-). For future reference, here's the zlib error:

  File ".../deb_pkg_tools/cache.py", line 299, in control_fields
    return self.cache.decode(self['control_fields'])
  File ".../deb_pkg_tools/cache.py", line 249, in decode
    return pickle.loads(zlib.decompress(database_value))

  error: Error -5 while decompressing data

1349 of 1476 relevant lines covered (91.4%)

1.83 hits per line

Jobs
ID Job ID Ran Files Coverage
1 66.1 19 Jun 2014 07:43PM UTC 0
91.4
Travis Job 66.1
2 66.2 19 Jun 2014 07:42PM UTC 0
91.4
Travis Job 66.2
Source Files on build 66
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #66
  • 8b04dfcd on github
  • Prev Build on master (#65)
  • Next Build on master (#68)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc