Extend reporter interface to support symbol upload #92
unit-test-on-pull-request.yml
on: pull_request
Matrix: Lint
Matrix: Test
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.
|