compiler: fix compiledModule leak #7851
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
commit.yaml
on: pull_request
Pre-commit check
2m 1s
Benchmark
20s
Minimal Fuzzing
4m 12s
Matrix: test_amd64
Matrix: test_scratch
Annotations
42 errors and 3 warnings
Benchmark:
internal/engine/compiler/impl_amd64_test.go#L47
cannot use &compiledModule{…} (value of type *compiledModule) as *compiledCode value in struct literal
|
Benchmark:
internal/engine/compiler/impl_amd64_test.go#L47
unknown field executable in struct literal of type compiledModule
|
Benchmark
Process completed with exit code 2.
|
amd64, Linux (scratch), Go-1.18:
internal/engine/compiler/impl_amd64_test.go#L47
cannot use &compiledModule{…} (value of type *compiledModule) as type *compiledCode in struct literal
|
amd64, Linux (scratch), Go-1.18:
internal/engine/compiler/impl_amd64_test.go#L47
unknown field 'executable' in struct literal of type compiledModule
|
amd64, Linux (scratch), Go-1.18
Process completed with exit code 123.
|
amd64, Linux (scratch), Go-1.20:
internal/engine/compiler/impl_amd64_test.go#L47
cannot use &compiledModule{…} (value of type *compiledModule) as *compiledCode value in struct literal
|
amd64, Linux (scratch), Go-1.20:
internal/engine/compiler/impl_amd64_test.go#L47
unknown field executable in struct literal of type compiledModule
|
amd64, Linux (scratch), Go-1.20
Process completed with exit code 123.
|
amd64, Linux (scratch), Go-1.21.0-rc.3:
internal/engine/compiler/impl_amd64_test.go#L47
cannot use &compiledModule{…} (value of type *compiledModule) as *compiledCode value in struct literal
|
amd64, Linux (scratch), Go-1.21.0-rc.3:
internal/engine/compiler/impl_amd64_test.go#L47
unknown field executable in struct literal of type compiledModule
|
amd64, Linux (scratch), Go-1.21.0-rc.3
Process completed with exit code 123.
|
Pre-commit check:
internal/engine/compiler/impl_amd64_test.go#L47
cannot use &compiledModule{…} (value of type *compiledModule) as *compiledCode value in struct literal
|
Pre-commit check:
internal/engine/compiler/impl_amd64_test.go#L47
unknown field executable in struct literal of type compiledModule (typecheck)
|
Pre-commit check
Process completed with exit code 2.
|
amd64, ubuntu-22.04, Go-1.20:
internal/engine/compiler/impl_amd64_test.go#L47
cannot use &compiledModule{…} (value of type *compiledModule) as *compiledCode value in struct literal
|
amd64, ubuntu-22.04, Go-1.20:
internal/engine/compiler/impl_amd64_test.go#L47
unknown field executable in struct literal of type compiledModule
|
amd64, ubuntu-22.04, Go-1.20
Process completed with exit code 2.
|
amd64, macos-12, Go-1.18:
internal/engine/compiler/impl_amd64_test.go#L47
cannot use &compiledModule{…} (value of type *compiledModule) as type *compiledCode in struct literal
|
amd64, macos-12, Go-1.18:
internal/engine/compiler/impl_amd64_test.go#L47
unknown field 'executable' in struct literal of type compiledModule
|
amd64, macos-12, Go-1.18
Process completed with exit code 2.
|
amd64, ubuntu-22.04, Go-1.21.0-rc.3:
internal/engine/compiler/impl_amd64_test.go#L47
cannot use &compiledModule{…} (value of type *compiledModule) as *compiledCode value in struct literal
|
amd64, ubuntu-22.04, Go-1.21.0-rc.3:
internal/engine/compiler/impl_amd64_test.go#L47
unknown field executable in struct literal of type compiledModule
|
amd64, ubuntu-22.04, Go-1.21.0-rc.3
Process completed with exit code 2.
|
amd64, ubuntu-22.04, Go-1.18:
internal/engine/compiler/impl_amd64_test.go#L47
cannot use &compiledModule{…} (value of type *compiledModule) as type *compiledCode in struct literal
|
amd64, ubuntu-22.04, Go-1.18:
internal/engine/compiler/impl_amd64_test.go#L47
unknown field 'executable' in struct literal of type compiledModule
|
amd64, ubuntu-22.04, Go-1.18
Process completed with exit code 2.
|
amd64, macos-12, Go-1.20:
internal/engine/compiler/impl_amd64_test.go#L47
cannot use &compiledModule{…} (value of type *compiledModule) as *compiledCode value in struct literal
|
amd64, macos-12, Go-1.20:
internal/engine/compiler/impl_amd64_test.go#L47
unknown field executable in struct literal of type compiledModule
|
amd64, macos-12, Go-1.20
Process completed with exit code 2.
|
amd64, macos-12, Go-1.21.0-rc.3:
internal/engine/compiler/impl_amd64_test.go#L47
cannot use &compiledModule{…} (value of type *compiledModule) as *compiledCode value in struct literal
|
amd64, macos-12, Go-1.21.0-rc.3:
internal/engine/compiler/impl_amd64_test.go#L47
unknown field executable in struct literal of type compiledModule
|
amd64, macos-12, Go-1.21.0-rc.3
Process completed with exit code 2.
|
amd64, windows-2022, Go-1.21.0-rc.3:
internal/engine/compiler/impl_amd64_test.go#L47
cannot use &compiledModule{…} (value of type *compiledModule) as *compiledCode value in struct literal
|
amd64, windows-2022, Go-1.21.0-rc.3:
internal/engine/compiler/impl_amd64_test.go#L47
unknown field executable in struct literal of type compiledModule
|
amd64, windows-2022, Go-1.21.0-rc.3
Process completed with exit code 2.
|
amd64, windows-2022, Go-1.18:
internal/engine/compiler/impl_amd64_test.go#L47
cannot use &compiledModule{…} (value of type *compiledModule) as type *compiledCode in struct literal
|
amd64, windows-2022, Go-1.18:
internal/engine/compiler/impl_amd64_test.go#L47
unknown field 'executable' in struct literal of type compiledModule
|
amd64, windows-2022, Go-1.18
Process completed with exit code 2.
|
amd64, windows-2022, Go-1.20:
internal/engine/compiler/impl_amd64_test.go#L47
cannot use &compiledModule{…} (value of type *compiledModule) as *compiledCode value in struct literal
|
amd64, windows-2022, Go-1.20:
internal/engine/compiler/impl_amd64_test.go#L47
unknown field executable in struct literal of type compiledModule
|
amd64, windows-2022, Go-1.20
Process completed with exit code 2.
|
amd64, windows-2022, Go-1.21.0-rc.3
The following actions uses node12 which is deprecated and will be forced to run on node16: al-cheb/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
amd64, windows-2022, Go-1.18
The following actions uses node12 which is deprecated and will be forced to run on node16: al-cheb/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
amd64, windows-2022, Go-1.20
The following actions uses node12 which is deprecated and will be forced to run on node16: al-cheb/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|