feat: memory prefetching #6364
pull-request.yml
on: pull_request
Matrix: unit-tests / run-tests
out-of-order-migrations
/
Check for out of order migrations
10s
lint
/
detect-modules
8s
unit-tests
/
Validate terraform
13s
generated-code-check
/
run-check
4m 43s
Matrix: lint / golangci-lint
publish-test-results
12s
Annotations
16 errors
|
lint / golangci-lint (/home/runner/work/infra/infra/packages/db)
Command failed: /home/runner/golangci-lint-2.7.2-linux-amd64/golangci-lint config verify
The command is terminated due to an error: [../../.golangci.yml] validate: compile schema: failing loading "https://golangci-lint.run/jsonschema/golangci.v2.7.jsonschema.json": Get "https://golangci-lint.run/jsonschema/golangci.v2.7.jsonschema.json": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
|
|
lint / golangci-lint (/home/runner/work/infra/infra/packages/db)
Failed to run: Error: Command failed: /home/runner/golangci-lint-2.7.2-linux-amd64/golangci-lint config verify
The command is terminated due to an error: [../../.golangci.yml] validate: compile schema: failing loading "https://golangci-lint.run/jsonschema/golangci.v2.7.jsonschema.json": Get "https://golangci-lint.run/jsonschema/golangci.v2.7.jsonschema.json": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
, Error: Command failed: /home/runner/golangci-lint-2.7.2-linux-amd64/golangci-lint config verify
The command is terminated due to an error: [../../.golangci.yml] validate: compile schema: failing loading "https://golangci-lint.run/jsonschema/golangci.v2.7.jsonschema.json": Get "https://golangci-lint.run/jsonschema/golangci.v2.7.jsonschema.json": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
at genericNodeError (node:internal/errors:984:15)
at wrappedFn (node:internal/errors:538:14)
at ChildProcess.exithandler (node:child_process:422:12)
at ChildProcess.emit (node:events:524:28)
at maybeClose (node:internal/child_process:1104:16)
at ChildProcess._handle.onexit (node:internal/child_process:304:5)
|
|
lint / golangci-lint (/home/runner/work/infra/infra/packages/docker-reverse-proxy)
Command failed: /home/runner/golangci-lint-2.7.2-linux-amd64/golangci-lint config verify
The command is terminated due to an error: [../../.golangci.yml] validate: compile schema: failing loading "https://golangci-lint.run/jsonschema/golangci.v2.7.jsonschema.json": Get "https://golangci-lint.run/jsonschema/golangci.v2.7.jsonschema.json": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
|
|
lint / golangci-lint (/home/runner/work/infra/infra/packages/docker-reverse-proxy)
Failed to run: Error: Command failed: /home/runner/golangci-lint-2.7.2-linux-amd64/golangci-lint config verify
The command is terminated due to an error: [../../.golangci.yml] validate: compile schema: failing loading "https://golangci-lint.run/jsonschema/golangci.v2.7.jsonschema.json": Get "https://golangci-lint.run/jsonschema/golangci.v2.7.jsonschema.json": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
, Error: Command failed: /home/runner/golangci-lint-2.7.2-linux-amd64/golangci-lint config verify
The command is terminated due to an error: [../../.golangci.yml] validate: compile schema: failing loading "https://golangci-lint.run/jsonschema/golangci.v2.7.jsonschema.json": Get "https://golangci-lint.run/jsonschema/golangci.v2.7.jsonschema.json": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
at genericNodeError (node:internal/errors:984:15)
at wrappedFn (node:internal/errors:538:14)
at ChildProcess.exithandler (node:child_process:422:12)
at ChildProcess.emit (node:events:524:28)
at maybeClose (node:internal/child_process:1104:16)
at ChildProcess._handle.onexit (node:internal/child_process:304:5)
|
|
lint / golangci-lint (/home/runner/work/infra/infra/packages/orchestrator):
packages/orchestrator/cmd/resume-sandbox/main.go#L818
for loop can be changed to use an integer range (Go 1.22+) (intrange)
|
|
lint / golangci-lint (/home/runner/work/infra/infra/packages/orchestrator):
packages/orchestrator/internal/sandbox/sandbox.go#L693
interface method SetTraceEnabled must have named param for type bool (inamedparam)
|
|
lint / golangci-lint (/home/runner/work/infra/infra/packages/orchestrator):
packages/orchestrator/internal/sandbox/sandbox.go#L422
interface method SetTraceEnabled must have named param for type bool (inamedparam)
|
|
lint / golangci-lint (/home/runner/work/infra/infra/packages/orchestrator):
packages/orchestrator/cmd/resume-sandbox/main.go#L81
exitAfterDefer: log.Fatal will exit, and `defer cancel()` will not run (gocritic)
|
|
lint / golangci-lint (/home/runner/work/infra/infra/packages/orchestrator):
packages/orchestrator/internal/sandbox/uffd/uffd.go#L58
File is not properly formatted (gci)
|
|
lint / golangci-lint (/home/runner/work/infra/infra/packages/orchestrator):
packages/orchestrator/cmd/resume-sandbox/main.go#L2020
Function `runInteractive` should pass the context parameter (contextcheck)
|
|
lint / golangci-lint (/home/runner/work/infra/infra/packages/orchestrator):
packages/orchestrator/cmd/resume-sandbox/main.go#L2017
Function `runBenchmark->resumeOnce` should pass the context parameter (contextcheck)
|
|
lint / golangci-lint (/home/runner/work/infra/infra/packages/orchestrator):
packages/orchestrator/cmd/resume-sandbox/main.go#L1945
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
|
|
lint / golangci-lint (/home/runner/work/infra/infra/packages/orchestrator):
packages/orchestrator/cmd/resume-sandbox/main.go#L1938
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
|
|
lint / golangci-lint (/home/runner/work/infra/infra/packages/orchestrator):
packages/orchestrator/cmd/resume-sandbox/main.go#L121
found a struct that contains a context.Context field (containedctx)
|
|
generated-code-check / run-check
Process completed with exit code 1.
|
|
integration-tests / integration_tests
Process completed with exit code 2.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
Integration Tests Results
|
5.22 KB |
sha256:3835a95430ebc3ba1b1e37d3b8138474f4df017494b99f59d9a7dac648832451
|
|
|
Service Logs
|
3.35 MB |
sha256:91f70d8b133824d3b8320825b90e19f7945ec77c06d7f6145fe55447b9c506d1
|
|
|
e2b-dev~infra~LGLMH3.dockerbuild
|
28.2 KB |
sha256:3b6cabbb6a26ca8f79efa98c03464d20f3b17b5ea5eef2afb80607dc3a338d4e
|
|