CodeSampleX

Exemplo

github.com/sirupsen/logrus v1.9.3: Fields

Amostra verificada para golang github.com/sirupsen/logrus v1.9.3: Fields. O contrato rodou em go 1.26 · linux debian/x64 · docker e passou.

sha256:708ac5253b17507f307d1fff97b98023fdd17d4ca3902b217dc244342e31a914

Esta rede oferece uma coisa: uma amostra que compila. Ela a executou em um sandbox e guardou o recibo assinado. Não classifica nem garante nada — se o mesmo código compila onde você está, ela não mediu. Quantas chaves de assinatura distintas enviaram um recibo de contrato aprovado. Uma é só o autor; mais de uma significa que outra pessoa também o compilou. Uma chave é gerada por conta própria e não tem identidade registrada por trás, então conta chaves, não pessoas. MIT-0

Evidência de execução

O ambiente declarado e as execuções assinadas ficam separados, para você ver exatamente o que esta amostra executou e onde.

Base da evidência
Contrato assinado aprovado
Recibos de verificação
1
Chaves de assinatura que o compilaram
1
Ambiente declarado linux 24 · ubuntu · glibc 2.39 x64 go

Ambientes das execuções de verificação

Ambiente Contrato Etapas Execução
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-20

Caso

HOW
Objetivo
verify github.com/sirupsen/logrus.Fields in pkg:golang/github.com/sirupsen/logrus@v1.9.3
Pacotes
Símbolos
  • github.com/sirupsen/logrus.Fields
Criado
2026-09-20T00:05:26Z

Contrato

  1. Fields map sets structured contextual fields on a log Entry via WithFields
  2. WithFields chains incrementally merging subsequent Fields and overwriting existing keys
  3. Entry Data property preserves all key-value pairs assigned through Fields
  4. JSONFormatter encodes all Fields into key-value JSON properties in log output

Arquivos

  • PROMPT.md
  • csx.json
  • fields.go
  • go.mod
  • go.sum
  • spec.json
  • test/contract.go

Baixar o artefato de código-fonte (tar.gz)

Código-fonte

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 github.com/sirupsen/logrus.Fields in pkg:golang/github.com/sirupsen/logrus@v1.9.3
Kind: HOW

Use EXACTLY these public packages and versions:
  - pkg:golang/github.com/sirupsen/logrus@v1.9.3
Demonstrate these symbols/APIs:
  - github.com/sirupsen/logrus.Fields
Required runtime conditions:
  - ecosystem: golang
  - language: go
  - packageManager: go@1.26.6
  - runtime: go@1.26.6

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:48b3b3a29361b919e396e6032dedca49d45cf6f72a2e6956fafcb0152f4b666e","contract":["Fields map sets structured contextual fields on a log Entry via WithFields","WithFields chains incrementally merging subsequent Fields and overwriting existing keys","Entry Data property preserves all key-value pairs assigned through Fields","JSONFormatter encodes all Fields into key-value JSON properties in log output"],"goal":"verify github.com/sirupsen/logrus.Fields in pkg:golang/github.com/sirupsen/logrus@v1.9.3","kind":"HOW","packages":["pkg:golang/github.com/sirupsen/logrus@v1.9.3"],"schemaVersion":1,"symbols":["github.com/sirupsen/logrus.Fields"]},"contractCommand":["go","run","./test"],"environment":{"arch":"x64","distro":"ubuntu","ecosystem":"golang","libc":"glibc","libcVersion":"2.39","os":"linux","osVersionBucket":"24","packageManager":"go","schemaVersion":1},"license":"MIT-0","packages":["pkg:golang/github.com/sirupsen/logrus@v1.9.3"],"schemaVersion":1,"subject":"pkg:golang/github.com/sirupsen/logrus@v1.9.3","symbols":["github.com/sirupsen/logrus.Fields"],"verifierAdapter":"golang@1"}
fields.go
package sample

import (
	"bytes"

	"github.com/sirupsen/logrus"
)

// LogWithFields creates a log entry with the provided Fields and returns it.
func LogWithFields(logger *logrus.Logger, fields logrus.Fields) *logrus.Entry {
	if logger == nil {
		logger = logrus.New()
	}
	return logger.WithFields(fields)
}

// MergeFields chains additional fields into an existing Entry.
func MergeFields(entry *logrus.Entry, extra logrus.Fields) *logrus.Entry {
	return entry.WithFields(extra)
}

// FormatJSON writes log output formatted with JSONFormatter into a buffer.
func FormatJSON(fields logrus.Fields, msg string) (string, error) {
	var buf bytes.Buffer
	logger := logrus.New()
	logger.SetOutput(&buf)
	logger.SetFormatter(&logrus.JSONFormatter{})
	logger.WithFields(fields).Info(msg)
	return buf.String(), nil
}
go.mod
module sample

go 1.26.6

require github.com/sirupsen/logrus v1.9.3

require golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
go.sum
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY=
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 h1:0A+M6Uqn+Eje4kHMK80dtF3JCXC4ykBgQG4Fe06QRhQ=
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo=
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
spec.json
{
  "schemaVersion": 1,
  "goal": "verify github.com/sirupsen/logrus.Fields in pkg:golang/github.com/sirupsen/logrus@v1.9.3",
  "kind": "HOW",
  "packages": [
    "pkg:golang/github.com/sirupsen/logrus@v1.9.3"
  ],
  "symbols": [
    "github.com/sirupsen/logrus.Fields"
  ],
  "runtimeConditions": {
    "ecosystem": "golang",
    "language": "go",
    "packageManager": "go@1.26.6",
    "runtime": "go@1.26.6"
  }
}
test/contract.go
package main

import (
	"bytes"
	"encoding/json"
	"fmt"
	"os"

	"github.com/sirupsen/logrus"
	"sample"
)

func main() {
	fmt.Println("Running contract tests for github.com/sirupsen/logrus.Fields...")

	// Assertion 1: Fields map sets structured contextual fields on a log Entry via WithFields
	{
		f := logrus.Fields{
			"app":     "test-service",
			"attempt": 1,
			"active":  true,
		}

		logger := logrus.New()
		var buf bytes.Buffer
		logger.SetOutput(&buf)

		entry := sample.LogWithFields(logger, f)
		if entry == nil {
			fmt.Fprintf(os.Stderr, "Assertion 1 failed: entry is nil\n")
			os.Exit(1)
		}

		if entry.Data["app"] != "test-service" || entry.Data["attempt"] != 1 || entry.Data["active"] != true {
			fmt.Fprintf(os.Stderr, "Assertion 1 failed: entry.Data mismatch: %v\n", entry.Data)
			os.Exit(1)
		}
		fmt.Println("  ✓ Assertion 1 passed: Fields sets structured contextual fields via WithFields")
	}

	// Assertion 2: WithFields chains incrementally merging subsequent Fields and overwriting existing keys
	{
		logger := logrus.New()
		var buf bytes.Buffer
		logger.SetOutput(&buf)

		baseFields := logrus.Fields{
			"service": "auth",
			"status":  "pending",
			"count":   10,
		}
		entry1 := logger.WithFields(baseFields)

		overrideFields := logrus.Fields{
			"status": "completed", // overwrites pending
			"worker": 4,           // new field
		}
		entry2 := sample.MergeFields(entry1, overrideFields)

		if entry2.Data["service"] != "auth" {
			fmt.Fprintf(os.Stderr, "Assertion 2 failed: service field lost\n")
			os.Exit(1)
		}
		if entry2.Data["status"] != "completed" {
			fmt.Fprintf(os.Stderr, "Assertion 2 failed: status field not overwritten: %v\n", entry2.Data["status"])
			os.Exit(1)
		}
		if entry2.Data["worker"] != 4 {
			fmt.Fprintf(os.Stderr, "Assertion 2 failed: worker field missing\n")
			os.Exit(1)
		}
		if entry2.Data["count"] != 10 {
			fmt.Fprintf(os.Stderr, "Assertion 2 failed: count field lost\n")
			os.Exit(1)
		}
		// Ensure entry1 was not mutated (immutability of entry data chaining)
		if entry1.Data["status"] != "pending" {
			fmt.Fprintf(os.Stderr, "Assertion 2 failed: entry1 mutated\n")
			os.Exit(1)
		}
		fmt.Println("  ✓ Assertion 2 passed: WithFields chains and merges subsequent Fields with overwrite")
	}

	// Assertion 3: Entry Data property preserves all key-value pairs assigned through Fields
	{
		complexFields := logrus.Fields{
			"string_val": "hello",
			"int_val":    42,
			"float_val":  3.14,
			"bool_val":   false,
			"slice_val":  []string{"a", "b", "c"},
		}

		entry := logrus.WithFields(complexFields)
		if entry.Data["string_val"] != "hello" {
			fmt.Fprintf(os.Stderr, "Assertion 3 failed: string_val mismatch\n")
			os.Exit(1)
		}
		if entry.Data["int_val"] != 42 {
			fmt.Fprintf(os.Stderr, "Assertion 3 failed: int_val mismatch\n")
			os.Exit(1)
		}
		if entry.Data["float_val"] != 3.14 {
			fmt.Fprintf(os.Stderr, "Assertion 3 failed: float_val mismatch\n")
			os.Exit(1)
		}
		if entry.Data["bool_val"] != false {
			fmt.Fprintf(os.Stderr, "Assertion 3 failed: bool_val mismatch\n")
			os.Exit(1)
		}
		sliceVal, ok := entry.Data["slice_val"].([]string)
		if !ok || len(sliceVal) != 3 || sliceVal[0] != "a" {
			fmt.Fprintf(os.Stderr, "Assertion 3 failed: slice_val mismatch\n")
			os.Exit(1)
		}
		fmt.Println("  ✓ Assertion 3 passed: Entry Data property preserves all types assigned through Fields")
	}

	// Assertion 4: JSONFormatter encodes all Fields into key-value JSON properties in log output
	{
		testFields := logrus.Fields{
			"component":  "database",
			"latency_ms": 150,
			"successful": true,
		}
		out, err := sample.FormatJSON(testFields, "query executed")
		if err != nil {
			fmt.Fprintf(os.Stderr, "Assertion 4 failed: %v\n", err)
			os.Exit(1)
		}

		var parsed map[string]interface{}
		if err := json.Unmarshal([]byte(out), &parsed); err != nil {
			fmt.Fprintf(os.Stderr, "Assertion 4 failed to parse JSON output: %v\nOutput: %s\n", err, out)
			os.Exit(1)
		}

		if parsed["component"] != "database" {
			fmt.Fprintf(os.Stderr, "Assertion 4 failed: JSON missing component field\n")
			os.Exit(1)
		}
		if parsed["latency_ms"] != float64(150) {
			fmt.Fprintf(os.Stderr, "Assertion 4 failed: JSON latency_ms mismatch: %v\n", parsed["latency_ms"])
			os.Exit(1)
		}
		if parsed["successful"] != true {
			fmt.Fprintf(os.Stderr, "Assertion 4 failed: JSON successful field mismatch\n")
			os.Exit(1)
		}
		if parsed["msg"] != "query executed" {
			fmt.Fprintf(os.Stderr, "Assertion 4 failed: JSON msg mismatch\n")
			os.Exit(1)
		}
		fmt.Println("  ✓ Assertion 4 passed: JSONFormatter encodes Fields into structured JSON output")
	}

	fmt.Println("All contract assertions passed successfully.")
}

Seeder de origem

anônimo