Skip to content

all: live chain-aware tracing #336

all: live chain-aware tracing

all: live chain-aware tracing #336

Triggered via pull request January 12, 2024 14:28
Status Failure
Total duration 2m 43s
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: cmd/evm/internal/t8ntool/tracewriter.go#L39
cannot convert (*traceWriter)(nil) (value of type *traceWriter) to type vm.EVMLogger: *traceWriter does not implement vm.EVMLogger (wrong type for method CaptureEnd)
build: cmd/evm/internal/t8ntool/tracewriter.go#L42
not enough arguments in call to t.inner.CaptureTxEnd
build: cmd/evm/internal/t8ntool/tracewriter.go#L45
undefined: tracers.Tracer
build: cmd/evm/internal/t8ntool/tracewriter.go#L59
not enough arguments in call to t.inner.CaptureTxStart
build: cmd/evm/internal/t8ntool/tracewriter.go#L61
too many arguments in call to t.inner.CaptureStart
build: cmd/evm/internal/t8ntool/tracewriter.go#L65
not enough arguments in call to t.inner.CaptureEnd
build: cmd/evm/internal/t8ntool/tracewriter.go#L73
not enough arguments in call to t.inner.CaptureExit
build: cmd/evm/internal/t8ntool/transition.go#L104
cannot use &traceWriter{…} (value of type *traceWriter) as vm.EVMLogger value in return statement: *traceWriter does not implement vm.EVMLogger (wrong type for method CaptureEnd)
build: cmd/evm/internal/t8ntool/transition.go#L116
undefined: tracers.DefaultDirectory
build: cmd/evm/internal/t8ntool/transition.go#L120
cannot use &traceWriter{…} (value of type *traceWriter) as vm.EVMLogger value in return statement: *traceWriter does not implement vm.EVMLogger (wrong type for method CaptureEnd)
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/