From d63c20e0ee9574a51ec154d1d1e8e4343bdc8610 Mon Sep 17 00:00:00 2001 From: sergio Date: Sat, 27 Jun 2026 08:05:32 -0400 Subject: [PATCH] =?UTF-8?q?Etapa=20G:=20cosecha-go=20finde=20(auto)=20?= =?UTF-8?q?=E2=80=94=20promovidos:=20argo-rollouts=20curlie=20dnscrypt-pro?= =?UTF-8?q?xy=20dockle=20duplicacy=20go-junit-report=20gowitness=20ktunnel?= =?UTF-8?q?=20kubefwd=20kubeshark=20shuffledns=20step-cli=20tflint=20tpars?= =?UTF-8?q?e=20vendir=20|=20review:=20richgo(smoke)=20terrascan(smoke)=20t?= =?UTF-8?q?fsec(bin=3Dtfsec-docs)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- recipes/{incoming-go => }/argo-rollouts.toml | 0 recipes/{incoming-go => }/dnscrypt-proxy.toml | 0 recipes/{incoming-go => }/dockle.toml | 0 recipes/{incoming-go => }/duplicacy.toml | 0 .../{incoming-go => }/go-junit-report.toml | 0 recipes/incoming-go/curlie.toml | 20 ------------------- recipes/incoming-go/gowitness.toml | 20 ------------------- recipes/incoming-go/shuffledns.toml | 20 ------------------- recipes/incoming-go/step-cli.toml | 20 ------------------- recipes/incoming-go/tflint.toml | 20 ------------------- recipes/incoming-go/tparse.toml | 20 ------------------- recipes/{incoming-go => }/ktunnel.toml | 0 recipes/{incoming-go => }/kubefwd.toml | 0 recipes/{incoming-go => }/kubeshark.toml | 0 recipes/{incoming-go => }/vendir.toml | 0 .../needs-review-weekend}/richgo.toml | 6 ++++++ .../needs-review-weekend}/terrascan.toml | 6 ++++++ .../needs-review-weekend}/tfsec.toml | 1 + 18 files changed, 13 insertions(+), 120 deletions(-) rename recipes/{incoming-go => }/argo-rollouts.toml (100%) rename recipes/{incoming-go => }/dnscrypt-proxy.toml (100%) rename recipes/{incoming-go => }/dockle.toml (100%) rename recipes/{incoming-go => }/duplicacy.toml (100%) rename recipes/{incoming-go => }/go-junit-report.toml (100%) delete mode 100644 recipes/incoming-go/curlie.toml delete mode 100644 recipes/incoming-go/gowitness.toml delete mode 100644 recipes/incoming-go/shuffledns.toml delete mode 100644 recipes/incoming-go/step-cli.toml delete mode 100644 recipes/incoming-go/tflint.toml delete mode 100644 recipes/incoming-go/tparse.toml rename recipes/{incoming-go => }/ktunnel.toml (100%) rename recipes/{incoming-go => }/kubefwd.toml (100%) rename recipes/{incoming-go => }/kubeshark.toml (100%) rename recipes/{incoming-go => }/vendir.toml (100%) rename {recipes/incoming-go => tandas/needs-review-weekend}/richgo.toml (71%) rename {recipes/incoming-go => tandas/needs-review-weekend}/terrascan.toml (62%) rename {recipes/incoming-go => tandas/needs-review-weekend}/tfsec.toml (81%) diff --git a/recipes/incoming-go/argo-rollouts.toml b/recipes/argo-rollouts.toml similarity index 100% rename from recipes/incoming-go/argo-rollouts.toml rename to recipes/argo-rollouts.toml diff --git a/recipes/incoming-go/dnscrypt-proxy.toml b/recipes/dnscrypt-proxy.toml similarity index 100% rename from recipes/incoming-go/dnscrypt-proxy.toml rename to recipes/dnscrypt-proxy.toml diff --git a/recipes/incoming-go/dockle.toml b/recipes/dockle.toml similarity index 100% rename from recipes/incoming-go/dockle.toml rename to recipes/dockle.toml diff --git a/recipes/incoming-go/duplicacy.toml b/recipes/duplicacy.toml similarity index 100% rename from recipes/incoming-go/duplicacy.toml rename to recipes/duplicacy.toml diff --git a/recipes/incoming-go/go-junit-report.toml b/recipes/go-junit-report.toml similarity index 100% rename from recipes/incoming-go/go-junit-report.toml rename to recipes/go-junit-report.toml diff --git a/recipes/incoming-go/curlie.toml b/recipes/incoming-go/curlie.toml deleted file mode 100644 index ba59aa91..00000000 --- a/recipes/incoming-go/curlie.toml +++ /dev/null @@ -1,20 +0,0 @@ -# Importada de nixpkgs por `hammer import-nix` (Etapa G). PUNTO DE PARTIDA, no final: -# - el build usa el lab de hammer (zig-cc / musl estático), NO el stdenv de nix ⇒ revisá -# compiler/link/phases y adaptá hasta que compile. -# - las deps van con su nombre NIX; remapealas a las recetas del corpus si difieren. -name = "curlie" -version = "1.8.2" - -[source] -repo = "https://github.com/rs/curlie" -commit = "56211bad5a53e7cbd64217ef87951de4c6e8b570" - -[build] -compiler = "zig-cc" -target = "x86_64-linux-musl" -link = "static" -flags = [] - -# buildInputs de nix (no usados con CGO off): go -[deps] -build = ["go"] diff --git a/recipes/incoming-go/gowitness.toml b/recipes/incoming-go/gowitness.toml deleted file mode 100644 index 8b3935bb..00000000 --- a/recipes/incoming-go/gowitness.toml +++ /dev/null @@ -1,20 +0,0 @@ -# Importada de nixpkgs por `hammer import-nix` (Etapa G). PUNTO DE PARTIDA, no final: -# - el build usa el lab de hammer (zig-cc / musl estático), NO el stdenv de nix ⇒ revisá -# compiler/link/phases y adaptá hasta que compile. -# - las deps van con su nombre NIX; remapealas a las recetas del corpus si difieren. -name = "gowitness" -version = "3.1.1" - -[source] -repo = "https://github.com/sensepost/gowitness" -commit = "df54b384f4161a4fa2407238cc73ff6773b559b1" - -[build] -compiler = "zig-cc" -target = "x86_64-linux-musl" -link = "static" -flags = [] - -# buildInputs de nix (no usados con CGO off): go -[deps] -build = ["go"] diff --git a/recipes/incoming-go/shuffledns.toml b/recipes/incoming-go/shuffledns.toml deleted file mode 100644 index d566e447..00000000 --- a/recipes/incoming-go/shuffledns.toml +++ /dev/null @@ -1,20 +0,0 @@ -# Importada de nixpkgs por `hammer import-nix` (Etapa G). PUNTO DE PARTIDA, no final: -# - el build usa el lab de hammer (zig-cc / musl estático), NO el stdenv de nix ⇒ revisá -# compiler/link/phases y adaptá hasta que compile. -# - las deps van con su nombre NIX; remapealas a las recetas del corpus si difieren. -name = "shuffledns" -version = "1.2.1" - -[source] -repo = "https://github.com/projectdiscovery/shuffledns" -commit = "ed88f419c6a0e317d239e01191b5152c6e6729f9" - -[build] -compiler = "zig-cc" -target = "x86_64-linux-musl" -link = "static" -flags = [] - -# buildInputs de nix (no usados con CGO off): go -[deps] -build = ["go"] diff --git a/recipes/incoming-go/step-cli.toml b/recipes/incoming-go/step-cli.toml deleted file mode 100644 index 9890ef0f..00000000 --- a/recipes/incoming-go/step-cli.toml +++ /dev/null @@ -1,20 +0,0 @@ -# Importada de nixpkgs por `hammer import-nix` (Etapa G). PUNTO DE PARTIDA, no final: -# - el build usa el lab de hammer (zig-cc / musl estático), NO el stdenv de nix ⇒ revisá -# compiler/link/phases y adaptá hasta que compile. -# - las deps van con su nombre NIX; remapealas a las recetas del corpus si difieren. -name = "step-cli" -version = "0.30.6" - -[source] -repo = "https://github.com/smallstep/cli" -commit = "f662820e1343708130115e52a13a4c0dd03c115b" - -[build] -compiler = "zig-cc" -target = "x86_64-linux-musl" -link = "static" -flags = [] - -# buildInputs de nix (no usados con CGO off): go, openssl, tinyxxd -[deps] -build = ["go"] diff --git a/recipes/incoming-go/tflint.toml b/recipes/incoming-go/tflint.toml deleted file mode 100644 index 57c597a1..00000000 --- a/recipes/incoming-go/tflint.toml +++ /dev/null @@ -1,20 +0,0 @@ -# Importada de nixpkgs por `hammer import-nix` (Etapa G). PUNTO DE PARTIDA, no final: -# - el build usa el lab de hammer (zig-cc / musl estático), NO el stdenv de nix ⇒ revisá -# compiler/link/phases y adaptá hasta que compile. -# - las deps van con su nombre NIX; remapealas a las recetas del corpus si difieren. -name = "tflint" -version = "0.61.0" - -[source] -repo = "https://github.com/terraform-linters/tflint" -commit = "c604bd634554b29602eae507e5a75baebb6365bf" - -[build] -compiler = "zig-cc" -target = "x86_64-linux-musl" -link = "static" -flags = [] - -# buildInputs de nix (no usados con CGO off): go -[deps] -build = ["go"] diff --git a/recipes/incoming-go/tparse.toml b/recipes/incoming-go/tparse.toml deleted file mode 100644 index 6751fc37..00000000 --- a/recipes/incoming-go/tparse.toml +++ /dev/null @@ -1,20 +0,0 @@ -# Importada de nixpkgs por `hammer import-nix` (Etapa G). PUNTO DE PARTIDA, no final: -# - el build usa el lab de hammer (zig-cc / musl estático), NO el stdenv de nix ⇒ revisá -# compiler/link/phases y adaptá hasta que compile. -# - las deps van con su nombre NIX; remapealas a las recetas del corpus si difieren. -name = "tparse" -version = "0.18.0" - -[source] -repo = "https://github.com/mfridman/tparse" -commit = "ba2512e7be150bfcbd6f6220d517d3741f8f2f75" - -[build] -compiler = "zig-cc" -target = "x86_64-linux-musl" -link = "static" -flags = [] - -# buildInputs de nix (no usados con CGO off): go -[deps] -build = ["go"] diff --git a/recipes/incoming-go/ktunnel.toml b/recipes/ktunnel.toml similarity index 100% rename from recipes/incoming-go/ktunnel.toml rename to recipes/ktunnel.toml diff --git a/recipes/incoming-go/kubefwd.toml b/recipes/kubefwd.toml similarity index 100% rename from recipes/incoming-go/kubefwd.toml rename to recipes/kubefwd.toml diff --git a/recipes/incoming-go/kubeshark.toml b/recipes/kubeshark.toml similarity index 100% rename from recipes/incoming-go/kubeshark.toml rename to recipes/kubeshark.toml diff --git a/recipes/incoming-go/vendir.toml b/recipes/vendir.toml similarity index 100% rename from recipes/incoming-go/vendir.toml rename to recipes/vendir.toml diff --git a/recipes/incoming-go/richgo.toml b/tandas/needs-review-weekend/richgo.toml similarity index 71% rename from recipes/incoming-go/richgo.toml rename to tandas/needs-review-weekend/richgo.toml index 33ea81e7..e547b86f 100644 --- a/recipes/incoming-go/richgo.toml +++ b/tandas/needs-review-weekend/richgo.toml @@ -1,3 +1,9 @@ +# REVIEW 2026-06-27T12:05:31Z: smoke-test falló (panic/segfault/cuelga). bin=richgo última salida: +# panic: exec: "go": executable file not found in $PATH +# +# goroutine 1 [running]: +# main.main() +# github.com/kyoh86/richgo/main.go:74 +0x414 # Importada de nixpkgs por `hammer import-nix` (Etapa G). PUNTO DE PARTIDA, no final: # - el build usa el lab de hammer (zig-cc / musl estático), NO el stdenv de nix ⇒ revisá # compiler/link/phases y adaptá hasta que compile. diff --git a/recipes/incoming-go/terrascan.toml b/tandas/needs-review-weekend/terrascan.toml similarity index 62% rename from recipes/incoming-go/terrascan.toml rename to tandas/needs-review-weekend/terrascan.toml index 93c671f8..f60f2564 100644 --- a/recipes/incoming-go/terrascan.toml +++ b/tandas/needs-review-weekend/terrascan.toml @@ -1,3 +1,9 @@ +# REVIEW 2026-06-27T12:05:32Z: smoke-test falló (panic/segfault/cuelga). bin=terrascan última salida: +# panic: proto: file "extensions/extension.proto" is already registered +# previously from: "github.com/google/gnostic-models/extensions" +# currently from: "github.com/googleapis/gnostic/extensions" +# See https://protobuf.dev/reference/go/faq#namespace-conflict +# # Importada de nixpkgs por `hammer import-nix` (Etapa G). PUNTO DE PARTIDA, no final: # - el build usa el lab de hammer (zig-cc / musl estático), NO el stdenv de nix ⇒ revisá # compiler/link/phases y adaptá hasta que compile. diff --git a/recipes/incoming-go/tfsec.toml b/tandas/needs-review-weekend/tfsec.toml similarity index 81% rename from recipes/incoming-go/tfsec.toml rename to tandas/needs-review-weekend/tfsec.toml index 20c42b53..257b5719 100644 --- a/recipes/incoming-go/tfsec.toml +++ b/tandas/needs-review-weekend/tfsec.toml @@ -1,3 +1,4 @@ +# REVIEW 2026-06-27T12:05:32Z: binario instalado='tfsec-docs' ≠ esperado='tfsec' (detect_go_main eligió otro main); fijar flags=["./cmd/tfsec"] # Importada de nixpkgs por `hammer import-nix` (Etapa G). PUNTO DE PARTIDA, no final: # - el build usa el lab de hammer (zig-cc / musl estático), NO el stdenv de nix ⇒ revisá # compiler/link/phases y adaptá hasta que compile.