CodeSampleX

Exemplo

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

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

sha256:3aa2382d7f35210c59b3bcbc4db9fc9eeead17d257849b10fef1102864e129ef

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 go 1.26 linux 24 · ubuntu · glibc 2.39 x64 go 1.26 go go 1

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.WarnLevel in pkg:golang/github.com/sirupsen/logrus@v1.9.3
Pacotes
Símbolos
  • github.com/sirupsen/logrus.WarnLevel
Ambiente
go 1.26.6
Criado
2026-09-20T03:14:23Z

Contrato

  1. logrus.WarnLevel has string representation warning and is parsed from string by logrus.ParseLevel
  2. Logger configured at logrus.WarnLevel enables WarnLevel and higher severity levels while filtering out InfoLevel, DebugLevel, and TraceLevel
  3. Logger configured at logrus.WarnLevel emits Warn messages to destination writer and suppresses Info and Debug messages

Arquivos

  • PROMPT.md
  • csx.json
  • go.mod
  • go.sum
  • spec.json
  • test/contract.go
  • warn_level.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.WarnLevel 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.WarnLevel
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:120775a4dcd63580f3f4a6c93a014f16948b8db45282e6311361922f5a6ff075","contract":["logrus.WarnLevel has string representation warning and is parsed from string by logrus.ParseLevel","Logger configured at logrus.WarnLevel enables WarnLevel and higher severity levels while filtering out InfoLevel, DebugLevel, and TraceLevel","Logger configured at logrus.WarnLevel emits Warn messages to destination writer and suppresses Info and Debug messages"],"goal":"verify github.com/sirupsen/logrus.WarnLevel 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.WarnLevel"]},"contractCommand":["go","run","./test"],"environment":{"arch":"x64","distro":"ubuntu","ecosystem":"golang","language":"go","libc":"glibc","libcVersion":"2.39","os":"linux","osVersionBucket":"24","packageManager":"go","packageManagerVersion":"1.26.6","runtime":"go","runtimeVersion":"1.26.6","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.WarnLevel"],"verifierAdapter":"golang@1"}
go.mod
module sample

go 1.22

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.WarnLevel 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.WarnLevel"
  ],
  "runtimeConditions": {
    "ecosystem": "golang",
    "language": "go",
    "packageManager": "go@1.26.6",
    "runtime": "go@1.26.6"
  }
}
test/contract.go
package main

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

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

type logEntry struct {
	Level string `json:"level"`
	Msg   string `json:"msg"`
}

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

	// Assertion 1: logrus.WarnLevel has string representation warning and is parsed from string by logrus.ParseLevel
	{
		if sample.WarnLevelConstant() != logrus.WarnLevel {
			fmt.Fprintf(os.Stderr, "Assertion 1 failed: expected WarnLevel %v, got %v\n", logrus.WarnLevel, sample.WarnLevelConstant())
			os.Exit(1)
		}
		if sample.WarnLevelString() != "warning" {
			fmt.Fprintf(os.Stderr, "Assertion 1 failed: expected string 'warning', got %q\n", sample.WarnLevelString())
			os.Exit(1)
		}
		parsedWarn, err := sample.ParseWarnLevel("warn")
		if err != nil || parsedWarn != logrus.WarnLevel {
			fmt.Fprintf(os.Stderr, "Assertion 1 failed: ParseWarnLevel('warn') error: %v, got %v\n", err, parsedWarn)
			os.Exit(1)
		}
		parsedWarning, err := sample.ParseWarnLevel("warning")
		if err != nil || parsedWarning != logrus.WarnLevel {
			fmt.Fprintf(os.Stderr, "Assertion 1 failed: ParseWarnLevel('warning') error: %v, got %v\n", err, parsedWarning)
			os.Exit(1)
		}
		parsedUpper, err := sample.ParseWarnLevel("WARN")
		if err != nil || parsedUpper != logrus.WarnLevel {
			fmt.Fprintf(os.Stderr, "Assertion 1 failed: ParseWarnLevel('WARN') error: %v, got %v\n", err, parsedUpper)
			os.Exit(1)
		}
		fmt.Println("  ✓ Assertion 1 passed: logrus.WarnLevel string representation and parsing verified")
	}

	// Assertion 2: Logger configured at logrus.WarnLevel enables WarnLevel and higher severity levels while filtering out InfoLevel, DebugLevel, and TraceLevel
	{
		l := sample.NewWarnFilterLogger()
		if !l.IsEnabled(logrus.PanicLevel) {
			fmt.Fprintf(os.Stderr, "Assertion 2 failed: PanicLevel should be enabled\n")
			os.Exit(1)
		}
		if !l.IsEnabled(logrus.FatalLevel) {
			fmt.Fprintf(os.Stderr, "Assertion 2 failed: FatalLevel should be enabled\n")
			os.Exit(1)
		}
		if !l.IsEnabled(logrus.ErrorLevel) {
			fmt.Fprintf(os.Stderr, "Assertion 2 failed: ErrorLevel should be enabled\n")
			os.Exit(1)
		}
		if !l.IsEnabled(logrus.WarnLevel) {
			fmt.Fprintf(os.Stderr, "Assertion 2 failed: WarnLevel should be enabled\n")
			os.Exit(1)
		}
		if l.IsEnabled(logrus.InfoLevel) {
			fmt.Fprintf(os.Stderr, "Assertion 2 failed: InfoLevel should be disabled\n")
			os.Exit(1)
		}
		if l.IsEnabled(logrus.DebugLevel) {
			fmt.Fprintf(os.Stderr, "Assertion 2 failed: DebugLevel should be disabled\n")
			os.Exit(1)
		}
		if l.IsEnabled(logrus.TraceLevel) {
			fmt.Fprintf(os.Stderr, "Assertion 2 failed: TraceLevel should be disabled\n")
			os.Exit(1)
		}
		fmt.Println("  ✓ Assertion 2 passed: Level hierarchy enabling logic verified for WarnLevel")
	}

	// Assertion 3: Logger configured at logrus.WarnLevel emits Warn messages to destination writer and suppresses Info and Debug messages
	{
		l := sample.NewWarnFilterLogger()
		l.LogEvents("debug message should be suppressed", "info message should be suppressed", "warn message warning event")

		var entries []logEntry
		decoder := json.NewDecoder(l.Buffer)
		for decoder.More() {
			var entry logEntry
			if err := decoder.Decode(&entry); err != nil {
				fmt.Fprintf(os.Stderr, "Assertion 3 failed to decode log entry: %v\n", err)
				os.Exit(1)
			}
			entries = append(entries, entry)
		}

		if len(entries) != 1 {
			fmt.Fprintf(os.Stderr, "Assertion 3 failed: expected 1 entry, got %d (raw: %s)\n", len(entries), l.Buffer.String())
			os.Exit(1)
		}
		if entries[0].Level != "warning" || entries[0].Msg != "warn message warning event" {
			fmt.Fprintf(os.Stderr, "Assertion 3 failed: unexpected entry 0: %+v\n", entries[0])
			os.Exit(1)
		}
		fmt.Println("  ✓ Assertion 3 passed: WarnLevel emission and lower-level suppression verified")
	}

	fmt.Println("PASS: all logrus.WarnLevel contract assertions passed.")
}
warn_level.go
package sample

import (
	"bytes"

	"github.com/sirupsen/logrus"
)

// WarnLevelConstant returns the logrus.WarnLevel constant.
func WarnLevelConstant() logrus.Level {
	return logrus.WarnLevel
}

// WarnLevelString returns the string representation of logrus.WarnLevel.
func WarnLevelString() string {
	return logrus.WarnLevel.String()
}

// ParseWarnLevel parses a string into logrus.Level.
func ParseWarnLevel(s string) (logrus.Level, error) {
	return logrus.ParseLevel(s)
}

// WarnFilterLogger encapsulates a logrus.Logger configured at logrus.WarnLevel and an output buffer.
type WarnFilterLogger struct {
	Logger *logrus.Logger
	Buffer *bytes.Buffer
}

// NewWarnFilterLogger creates a logger set to WarnLevel writing to an internal buffer.
func NewWarnFilterLogger() *WarnFilterLogger {
	buf := &bytes.Buffer{}
	logger := logrus.New()
	logger.SetOutput(buf)
	logger.SetLevel(logrus.WarnLevel)
	logger.SetFormatter(&logrus.JSONFormatter{
		DisableTimestamp: true,
	})
	return &WarnFilterLogger{
		Logger: logger,
		Buffer: buf,
	}
}

// IsEnabled checks if the given level is enabled on the logger.
func (l *WarnFilterLogger) IsEnabled(level logrus.Level) bool {
	return l.Logger.IsLevelEnabled(level)
}

// LogEvents logs debug, info, and warn messages to demonstrate level filtering.
func (l *WarnFilterLogger) LogEvents(debugMsg, infoMsg, warnMsg string) {
	l.Logger.Debug(debugMsg)
	l.Logger.Info(infoMsg)
	l.Logger.Warn(warnMsg)
}

Seeder de origem

anônimo