Skip to content

Extend reporter interface to support symbol upload #92

Extend reporter interface to support symbol upload

Extend reporter interface to support symbol upload #92

Triggered via pull request June 27, 2024 11:09
Status Failure
Total duration 3m 29s
Artifacts
Matrix: Lint
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 2 warnings
Test (stable): processmanager/manager_test.go#L268
cannot use (*symbolReporterMockup)(nil) (value of type *symbolReporterMockup) as reporter.SymbolReporter value in variable declaration: *symbolReporterMockup does not implement reporter.SymbolReporter (wrong type for method ExecutableMetadata)
Test (stable): processmanager/manager_test.go#L319
cannot use &symbolReporterMockup{} (value of type *symbolReporterMockup) as reporter.SymbolReporter value in argument to New: *symbolReporterMockup does not implement reporter.SymbolReporter (wrong type for method ExecutableMetadata)
Test (stable): processmanager/manager_test.go#L414
cannot use symRepMockup (variable of type *symbolReporterMockup) as reporter.SymbolReporter value in argument to New: *symbolReporterMockup does not implement reporter.SymbolReporter (wrong type for method ExecutableMetadata)
Test (stable): processmanager/manager_test.go#L604
cannot use repMockup (variable of type *symbolReporterMockup) as reporter.SymbolReporter value in argument to New: *symbolReporterMockup does not implement reporter.SymbolReporter (wrong type for method ExecutableMetadata)
Test (stable): tools/coredump/coredump.go#L203
cannot use symCache (variable of type *symbolizationCache) as reporter.SymbolReporter value in argument to pm.New: *symbolizationCache does not implement reporter.SymbolReporter (wrong type for method ExecutableMetadata)
Test (stable)
Process completed with exit code 2.
Lint (stable): processmanager/manager_test.go#L268
cannot use (*symbolReporterMockup)(nil) (value of type *symbolReporterMockup) as reporter.SymbolReporter value in variable declaration: *symbolReporterMockup does not implement reporter.SymbolReporter (wrong type for method ExecutableMetadata)
Lint (stable): processmanager/manager_test.go#L319
cannot use &symbolReporterMockup{} (value of type *symbolReporterMockup) as reporter.SymbolReporter value in argument to New: *symbolReporterMockup does not implement reporter.SymbolReporter (wrong type for method ExecutableMetadata)
Lint (stable): processmanager/manager_test.go#L414
cannot use symRepMockup (variable of type *symbolReporterMockup) as reporter.SymbolReporter value in argument to New: *symbolReporterMockup does not implement reporter.SymbolReporter (wrong type for method ExecutableMetadata)
Lint (stable): processmanager/manager_test.go#L604
cannot use repMockup (variable of type *symbolReporterMockup) as reporter.SymbolReporter value in argument to New: *symbolReporterMockup does not implement reporter.SymbolReporter (wrong type for method ExecutableMetadata)
Lint (stable): tools/coredump/coredump.go#L203
cannot use symCache (variable of type *symbolizationCache) as reporter.SymbolReporter value in argument to pm.New: *symbolizationCache does not implement reporter.SymbolReporter (wrong type for method ExecutableMetadata)
Lint (stable)
Process completed with exit code 2.
Test (stable)
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
Lint (stable)
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.