CodeSampleX

샘플

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

이 네트워크가 제공하는 것은 하나입니다. 빌드되는 샘플. 샌드박스에서 돌리고 서명된 영수증을 보관합니다. 등급을 매기지 않고 무엇도 보증하지 않습니다 — 같은 코드가 당신 환경에서 빌드되는지는 측정한 적이 없습니다. 통과한 계약 영수증을 낸 서로 다른 서명 키의 수입니다. 하나면 작성자 혼자이고, 둘 이상이면 다른 사람도 빌드했다는 뜻입니다. 키는 스스로 만드는 것이고 뒤에 등록된 신원이 없으므로, 세는 것은 사람이 아니라 키입니다. 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

컨트랙트

  1. errdetails.DebugInfo.GetStackEntries returns nil for a nil DebugInfo and returns the slice of stack entries when populated.
  2. errdetails.DebugInfo.GetDetail returns an empty string for a nil DebugInfo and returns the detail string when set.
  3. errdetails.DebugInfo serializes and deserializes accurately using proto.Marshal and proto.Unmarshal preserving detail and stack entries.
  4. 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

소스 아티팩트 내려받기 (tar.gz)

소스

PROMPT.md
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.
csx.json
{"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"}
go.mod
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
)
go.sum
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=
main.go
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()))
}
spec.json
{
  "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"
  ]
}
test/contract_test.go
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)
	}
}

오리진 시더

익명