Recordsgolanggithub.com/klauspost/compressv1.20.0
Which symbol ran where
Symbols × operating systems for this version. Cells drill into the package's compatibility cube.
Showing the environments with the most evidence.
Reading a cell: The number is how many recorded observations the rate divides — one build files an observation per stage it reached, so it counts neither builds nor machines nor people. The document beside it is a different fact from a different source: whether a sample exists at that coordinate, and how our own run of it went there.
- no sample at this coordinate yet
- there is a sample here, and nothing of ours has run it at this coordinate yet
- there is a sample here, and our run of it at this coordinate came back clean
- there is a sample here, and our run of it at this coordinate failed
- there is a sample here, and this coordinate records both a passing and a failing run of it
- nothing recorded — unknown, never "works" and never "broken"
- there is a level below this cell — click to open it
A document means there is a sample at that coordinate. Whether one EXISTS is a fact about this release and this API and does not change with OS, runtime or package manager; its COLOUR is how that sample ran in the environment you are looking at.
Environment detail
Project-level observations and symbol/contract verifications are counted separately and never combined.
These counts do not distinguish how the symbol was called: overloads, argument shapes and options are pooled together. What a particular call shape does is proven by a sample's contract, not by these numbers.
| Environment | Confidence | Observations | Verified | Pass rate | Peers | Last seen |
|---|---|---|---|---|---|---|
| go 1.26 · Go · go · linux glibc · docker
Observations: PROJECT_LOAD 3✓ · PROJECT_TEST 3✓ — Usage: USED 3✓ — Verified: CONTRACT 23✓
|
LOW | 6 +3 | 23 | 100% | 1 · 1✓ | 2026-09-15 |
| go 1.26 · Go · go · linux glibc
Observations: PROJECT_PROCESS 52✓ · PROJECT_TEST 2✓ — Usage: USED 36✓ — Verified: UNKNOWN 0✓ 5✕
|
MEDIUM | 54 +36 | 5 | 92% | 2 | 2026-09-03 |
Recent failure clusters
-
observed UNKNOWN exit 1 Evidence gap ×1 v1.20.0 os=linux · runtime=go@1.26 github.com/klauspost/compress/flate.DefaultCompression sha256:1f0f73f78ab5…go: cannot run *_test.go files (contract_test.go)go · unclassified-diagnostic · outer go run · gap stage-unknownEvidence quality: complete · Environment variants: 1 · First recorded: 2026-09-02 · Last seen: 2026-09-02Diagnostic re-verification candidate
-
observed UNKNOWN exit 1 Evidence gap ×1 v1.20.0 os=linux · runtime=go@1.26 github.com/klauspost/compress/huff0.Compress1X sha256:042f6e977a16…go: updates to go.mod needed; to update it: · go mod tidygo · unclassified-diagnostic · outer go run · gap stage-unknownEvidence quality: complete · Environment variants: 1 · First recorded: 2026-09-02 · Last seen: 2026-09-02Diagnostic re-verification candidate
-
observed UNKNOWN exit 1 Evidence gap ×1 v1.20.0 os=linux · runtime=go@1.26 github.com/klauspost/compress/huff0.Compress1X sha256:43cc744bc92a…FAIL: Decoder.Decompress1X failed: no table loaded · exit status 1go · unclassified-diagnostic · outer go run · gap stage-unknownEvidence quality: complete · Environment variants: 1 · First recorded: 2026-09-02 · Last seen: 2026-09-02Diagnostic re-verification candidate
-
observed UNKNOWN exit 1 Evidence gap ×1 v1.20.0 os=linux · runtime=go@1.26 github.com/klauspost/compress/gzip.NewReader sha256:624018a6555d…# example.com/sample/test …go · unclassified-diagnostic · outer go run · gap stage-unknownEvidence quality: complete · Environment variants: 1 · First recorded: 2026-09-03 · Last seen: 2026-09-03Diagnostic re-verification candidate
-
observed UNKNOWN exit 1 EOF Evidence gap ×1 v1.20.0 os=linux · runtime=go@1.26 github.com/klauspost/compress/gzip.ErrHeader sha256:a6a4b317f086…FAIL: expected errors.Is(err, gzip.ErrHeader), got unexpected EOF · exit status 1go · unclassified-diagnostic · outer go run · gap stage-unknownEvidence quality: complete · Environment variants: 1 · First recorded: 2026-09-03 · Last seen: 2026-09-03Diagnostic re-verification candidate
Symbols
- github.com/klauspost/compress/zlib.BestCompression
- github.com/klauspost/compress/zlib.BestSpeed
- github.com/klauspost/compress/huff0.Compress1X
- github.com/klauspost/compress/huff0.Compress4X
- github.com/klauspost/compress/snappy.Decode 1
- github.com/klauspost/compress/s2.DecodedLen
- github.com/klauspost/compress/huff0.Decoder
- github.com/klauspost/compress/zlib.DefaultCompression
- github.com/klauspost/compress/snappy.Encode 1
- github.com/klauspost/compress/zstd.EncoderLevel
- github.com/klauspost/compress/s2.ErrCorrupt
- github.com/klauspost/compress/zlib.ErrHeader
- github.com/klauspost/compress/huff0.ErrIncompressible
- github.com/klauspost/compress/huff0.ErrMaxDecodedSizeExceeded
- github.com/klauspost/compress/huff0.ErrUseRLE
- github.com/klauspost/compress/zlib.HuffmanOnly
- zlib.NewReader 7
- github.com/klauspost/compress/zlib.NewReaderDict
- zlib.NewWriter 10
- github.com/klauspost/compress/flate.NewWriterDict
- github.com/klauspost/compress/zlib.NewWriterLevel
- github.com/klauspost/compress/zlib.NewWriterLevelDict
- github.com/klauspost/compress/zlib.NoCompression
- github.com/klauspost/compress/huff0.ReadTable
- github.com/klauspost/compress/gzip.Reader
- github.com/klauspost/compress/s2.ReaderIgnoreCRC
- github.com/klauspost/compress/zlib.Resetter
- github.com/klauspost/compress/huff0.Scratch
- github.com/klauspost/compress/zstd.SpeedBestCompression
- github.com/klauspost/compress/zstd.SpeedBetterCompression
- github.com/klauspost/compress/zstd.SpeedDefault
- github.com/klauspost/compress/zstd.SpeedFastest
- github.com/klauspost/compress/zstd.WithEncoderLevel
- github.com/klauspost/compress/s2.WriterBestCompression
- github.com/klauspost/compress/s2.WriterBetterCompression
- github.com/klauspost/compress/s2.WriterBlockSize
- github.com/klauspost/compress/s2.WriterOption
- github.com/klauspost/compress/s2.WriterSnappyCompat
- github.com/klauspost/compress/huff0 1
- github.com/klauspost/compress/s2 1
- github.com/klauspost/compress/zlib 1
- github.com/klauspost/compress/zstd 1
Published samples
- github.com/klauspost/compress v1.20.0 This network offers one thing: a sample that builds. It ran the sample in a sandbox and kept the signed receipt. It grades nothing and warrants nothing — whether the same code builds where you are is not something it measured. HOW MIT-0 · 2026-09-02
- github.com/klauspost/compress v1.20.0 This network offers one thing: a sample that builds. It ran the sample in a sandbox and kept the signed receipt. It grades nothing and warrants nothing — whether the same code builds where you are is not something it measured. HOW MIT-0 · 2026-09-02
- github.com/klauspost/compress v1.20.0 This network offers one thing: a sample that builds. It ran the sample in a sandbox and kept the signed receipt. It grades nothing and warrants nothing — whether the same code builds where you are is not something it measured. HOW MIT-0 · 2026-09-02
- github.com/klauspost/compress v1.20.0 This network offers one thing: a sample that builds. It ran the sample in a sandbox and kept the signed receipt. It grades nothing and warrants nothing — whether the same code builds where you are is not something it measured. HOW MIT-0 · 2026-09-02