サンプル
google.golang.org/genproto/googleapis/rpc v0.0.0-20260904194346-d0f1323225a4: errdetails.DebugInfo
検証済みサンプル — golang google.golang.org/genproto/googleapis/rpc v0.0.0-20260904194346-d0f1323225a4: errdetails.DebugInfo. go 1.26 · linux debian/x64 · docker で…
sha256:a7026b21c5bb58c48eb35111b1d9963766281764627720f015ca7ff3eb81a5b1
このネットワークが提供するのは一つだけです。ビルドされるサンプル。サンドボックスで実行し、署名済みの受領証を保管します。等級はつけず、何も保証しません — 同じコードがあなたの環境でビルドされるかは測定していません。
合格した契約受領証を提出した異なる署名鍵の数です。1 なら作者だけ、2 以上なら他の誰かもビルドしています。鍵は自己生成で背後に登録された身元がないため、数えているのは人ではなく鍵です。
MIT-0
実行証拠
宣言された環境と署名済みの実行を分けてあります。このサンプルが何をどこで実行したかをそのまま確認できます。
- 証拠の基準
- 署名済みコントラクト合格
- 検証レシート
- 1
- ビルドした署名鍵
- 1
宣言された環境
go linux 24 · ubuntu · glibc 2.39 x64 go go go
検証実行環境
| 環境 | コントラクト | ステージ | 実行日 |
|---|---|---|---|
| go 1.26 · linux debian/x64 · docker ed25519:c1973797be207ac4 | PASS | compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · golang@1golang:1.26@sha256:e30143be198a… |
2026-09-15 |
ケース
HOW- ゴール
- verify google.golang.org/genproto/googleapis/rpc/errdetails.DebugInfo in pkg:golang/google.golang.org/genproto/googleapis/rpc@v0.0.0-20260904194346-d0f1323225a4
- シンボル
-
- google.golang.org/genproto/googleapis/rpc/errdetails.DebugInfo
- 環境
- go
- 作成日
- 2026-09-15T21:10:23Z
コントラクト
- errdetails.DebugInfo.GetStackEntries returns nil for a nil DebugInfo and returns the slice of stack entries when populated.
- errdetails.DebugInfo.GetDetail returns an empty string for a nil DebugInfo and returns the detail string when set.
- errdetails.DebugInfo serializes and deserializes accurately using proto.Marshal and proto.Unmarshal preserving detail and stack entries.
- errdetails.DebugInfo.Reset clears detail and stack entries from the message.
ファイル
- PROMPT.md
- csx.json
- go.mod
- go.sum
- main.go
- spec.json
- test/contract_test.go
ソース
Clean-room public code sample — generation instructions
Write a brand-new, minimal, self-contained code sample in this clean-room directory.
Do not copy, paraphrase, or reference any existing project source. Work only from this spec.
A csx.json manifest scaffold already exists. Do not recreate it from memory. Preserve its case.goal, packages and symbols; fill its empty case.contract with exact assertions and correct its environment, commands and verifierAdapter for the files you generate.
Goal: verify google.golang.org/genproto/googleapis/rpc/errdetails.DebugInfo in pkg:golang/google.golang.org/genproto/googleapis/rpc@v0.0.0-20260904194346-d0f1323225a4
Kind: HOW
Use EXACTLY these public packages and versions:
- pkg:golang/google.golang.org/genproto/googleapis/rpc@v0.0.0-20260904194346-d0f1323225a4
Demonstrate these symbols/APIs:
- google.golang.org/genproto/googleapis/rpc/errdetails.DebugInfo
Rules:
- One focused purpose; the smallest project that proves the goal.
- Include a contract test (test/contract.*) that runs OFFLINE and exits 0 exactly when the goal behavior works.
- Pin every dependency with a lockfile so resolution is reproducible.
- No secrets, credentials, or tokens. No real URLs (only example.com or localhost). No absolute paths.
- No personal names, emails, company names, or project identifiers of any kind.
- No binaries and no generated output (node_modules, dist, target, venv, .git, .env).
- Keep it under 200 files and 256KB packed.
{"case":{"caseId":"case:sha256:2116f2044598b56910e7df6e4b1007bcf1e2da383416a1f187188a2debcffdf6","contract":["errdetails.DebugInfo.GetStackEntries returns nil for a nil DebugInfo and returns the slice of stack entries when populated.","errdetails.DebugInfo.GetDetail returns an empty string for a nil DebugInfo and returns the detail string when set.","errdetails.DebugInfo serializes and deserializes accurately using proto.Marshal and proto.Unmarshal preserving detail and stack entries.","errdetails.DebugInfo.Reset clears detail and stack entries from the message."],"goal":"verify google.golang.org/genproto/googleapis/rpc/errdetails.DebugInfo in pkg:golang/google.golang.org/genproto/googleapis/rpc@v0.0.0-20260904194346-d0f1323225a4","kind":"HOW","packages":["pkg:golang/google.golang.org/genproto/googleapis/rpc@v0.0.0-20260904194346-d0f1323225a4"],"schemaVersion":1,"symbols":["google.golang.org/genproto/googleapis/rpc/errdetails.DebugInfo"]},"contractCommand":["go","test","./..."],"environment":{"arch":"x64","distro":"ubuntu","ecosystem":"golang","executionContext":"go","language":"go","libc":"glibc","libcVersion":"2.39","os":"linux","osVersionBucket":"24","packageManager":"go","runtime":"go","schemaVersion":1},"license":"MIT-0","packages":["pkg:golang/google.golang.org/genproto/googleapis/rpc@v0.0.0-20260904194346-d0f1323225a4"],"schemaVersion":1,"subject":"pkg:golang/google.golang.org/genproto/googleapis/rpc@v0.0.0-20260904194346-d0f1323225a4","symbols":["google.golang.org/genproto/googleapis/rpc/errdetails.DebugInfo"],"verifierAdapter":"golang@1"}
module example.com/debuginfo
go 1.25.0
require (
google.golang.org/genproto/googleapis/rpc v0.0.0-20260904194346-d0f1323225a4
google.golang.org/protobuf v1.36.12
)
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
google.golang.org/genproto/googleapis/rpc v0.0.0-20260904194346-d0f1323225a4 h1:5t+ZydAFj5kGVLrgCvLmpmCf9ylGRd64hpEronfRaws=
google.golang.org/genproto/googleapis/rpc v0.0.0-20260904194346-d0f1323225a4/go.mod h1:DjtHYE8FKJLivXcBEjGwndXfIC23G0VpXiXKqG179uA=
google.golang.org/protobuf v1.36.12 h1:pJOKDDOyeXErUroCihFAd5LQuwXBSpVnKGrj5o/fwxc=
google.golang.org/protobuf v1.36.12/go.mod h1:HTf+CrKn2C3g5S8VImy6tdcUvCska2kB7j23XfzDpco=
package main
import (
"fmt"
"google.golang.org/genproto/googleapis/rpc/errdetails"
"google.golang.org/protobuf/proto"
)
func main() {
debugInfo := &errdetails.DebugInfo{
StackEntries: []string{
"service.go:42 in HandleRequest",
"handler.go:108 in ProcessPayload",
},
Detail: "database timeout after 5000ms",
}
for _, entry := range debugInfo.GetStackEntries() {
fmt.Printf("Stack entry: %s\n", entry)
}
fmt.Printf("Detail: %s\n", debugInfo.GetDetail())
data, err := proto.Marshal(debugInfo)
if err != nil {
panic(err)
}
var decoded errdetails.DebugInfo
if err := proto.Unmarshal(data, &decoded); err != nil {
panic(err)
}
fmt.Printf("Decoded detail: %s\n", decoded.GetDetail())
fmt.Printf("Decoded entries count: %d\n", len(decoded.GetStackEntries()))
debugInfo.Reset()
fmt.Printf("After reset detail: %s\n", debugInfo.GetDetail())
fmt.Printf("After reset entries count: %d\n", len(debugInfo.GetStackEntries()))
}
{
"schemaVersion": 1,
"goal": "verify google.golang.org/genproto/googleapis/rpc/errdetails.DebugInfo in pkg:golang/google.golang.org/genproto/googleapis/rpc@v0.0.0-20260904194346-d0f1323225a4",
"kind": "HOW",
"packages": [
"pkg:golang/google.golang.org/genproto/googleapis/rpc@v0.0.0-20260904194346-d0f1323225a4"
],
"symbols": [
"google.golang.org/genproto/googleapis/rpc/errdetails.DebugInfo"
]
}
package test
import (
"testing"
"google.golang.org/genproto/googleapis/rpc/errdetails"
"google.golang.org/protobuf/proto"
)
func TestDebugInfoGettersOnNil(t *testing.T) {
var nilDebugInfo *errdetails.DebugInfo
if got := nilDebugInfo.GetStackEntries(); got != nil {
t.Errorf("nilDebugInfo.GetStackEntries() = %v, want nil", got)
}
if got := nilDebugInfo.GetDetail(); got != "" {
t.Errorf("nilDebugInfo.GetDetail() = %q, want empty string", got)
}
}
func TestDebugInfoGettersOnPopulated(t *testing.T) {
info := &errdetails.DebugInfo{
StackEntries: []string{
"main.go:10",
"handler.go:25",
},
Detail: "connection reset by peer",
}
entries := info.GetStackEntries()
if len(entries) != 2 {
t.Fatalf("expected 2 stack entries, got %d", len(entries))
}
if entries[0] != "main.go:10" || entries[1] != "handler.go:25" {
t.Errorf("unexpected stack entries: %v", entries)
}
if got := info.GetDetail(); got != "connection reset by peer" {
t.Errorf("info.GetDetail() = %q, want %q", got, "connection reset by peer")
}
}
func TestDebugInfoProtoSerialization(t *testing.T) {
original := &errdetails.DebugInfo{
StackEntries: []string{"trace-entry-1", "trace-entry-2"},
Detail: "internal service fault",
}
data, err := proto.Marshal(original)
if err != nil {
t.Fatalf("proto.Marshal failed: %v", err)
}
var unmarshaled errdetails.DebugInfo
if err := proto.Unmarshal(data, &unmarshaled); err != nil {
t.Fatalf("proto.Unmarshal failed: %v", err)
}
if unmarshaled.GetDetail() != "internal service fault" {
t.Errorf("unmarshaled detail = %q, want %q", unmarshaled.GetDetail(), "internal service fault")
}
if len(unmarshaled.GetStackEntries()) != 2 {
t.Fatalf("unmarshaled entries count = %d, want 2", len(unmarshaled.GetStackEntries()))
}
if unmarshaled.GetStackEntries()[0] != "trace-entry-1" || unmarshaled.GetStackEntries()[1] != "trace-entry-2" {
t.Errorf("unmarshaled entries mismatch: %v", unmarshaled.GetStackEntries())
}
}
func TestDebugInfoReset(t *testing.T) {
info := &errdetails.DebugInfo{
StackEntries: []string{"entry"},
Detail: "something failed",
}
info.Reset()
if got := info.GetStackEntries(); got != nil {
t.Errorf("info.GetStackEntries() after Reset() = %v, want nil", got)
}
if got := info.GetDetail(); got != "" {
t.Errorf("info.GetDetail() after Reset() = %q, want empty string", got)
}
}
オリジンシーダー
匿名