Skip to content

compiler: fix compiledModule leak #7851

compiler: fix compiledModule leak

compiler: fix compiledModule leak #7851

Triggered via pull request August 1, 2023 21:13
Status Failure
Total duration 9m 52s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

commit.yaml

on: pull_request
Matrix: test_amd64
Matrix: test_scratch
Fit to window
Zoom out
Zoom in

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/