Attempt #2: Revamp corpus replaying #1809
Annotations
22 errors
|
lint
Process completed with exit code 1.
|
|
lint:
fuzzing/corpus/corpus.go#L324
cannot use make([]calls.CallSequence, 0) (value of type []calls.CallSequence) as []warmupSequence value in assignment (typecheck)
|
|
lint:
fuzzing/corpus/corpus.go#L300
cannot use sequence (variable of slice type calls.CallSequence) as warmupSequence value in argument to append
|
|
lint:
fuzzing/corpus/corpus.go#L324
cannot use make([]calls.CallSequence, 0) (value of type []calls.CallSequence) as []warmupSequence value in assignment) (typecheck)
|
|
lint:
fuzzing/corpus/corpus.go#L300
cannot use sequence (variable of slice type calls.CallSequence) as warmupSequence value in argument to append
|
|
lint:
fuzzing/fuzzer.go#L38
could not import github.com/crytic/medusa/fuzzing/corpus (-: # github.com/crytic/medusa/fuzzing/corpus
|
|
test (ubuntu-latest)
Process completed with exit code 1.
|
|
test (ubuntu-latest):
fuzzing/corpus/corpus.go#L324
cannot use make([]calls.CallSequence, 0) (value of type []calls.CallSequence) as []warmupSequence value in assignment
|
|
test (ubuntu-latest):
fuzzing/corpus/corpus.go#L300
cannot use sequence (variable of slice type calls.CallSequence) as warmupSequence value in argument to append
|
|
test (windows-latest)
The strategy configuration was canceled because "test.ubuntu-latest" failed
|
|
test (windows-latest)
The operation was canceled.
|
|
test (windows-latest):
fuzzing/corpus/corpus.go#L324
cannot use make([]calls.CallSequence, 0) (value of type []calls.CallSequence) as []warmupSequence value in assignment
|
|
test (windows-latest):
fuzzing/corpus/corpus.go#L300
cannot use sequence (variable of slice type calls.CallSequence) as warmupSequence value in argument to append
|
|
test (macos-14)
The strategy configuration was canceled because "test.ubuntu-latest" failed
|
|
test (macos-14)
The operation was canceled.
|
|
test (macos-14):
fuzzing/corpus/corpus.go#L324
cannot use make([]calls.CallSequence, 0) (value of type []calls.CallSequence) as []warmupSequence value in assignment
|
|
test (macos-14):
fuzzing/corpus/corpus.go#L300
cannot use sequence (variable of slice type calls.CallSequence) as warmupSequence value in argument to append
|
|
test (macos-15-intel)
The strategy configuration was canceled because "test.ubuntu-latest" failed
|
|
test (macos-15-intel)
The operation was canceled.
|
|
test (macos-15-intel):
fuzzing/corpus/corpus.go#L324
cannot use make([]calls.CallSequence, 0) (value of type []calls.CallSequence) as []warmupSequence value in assignment
|
|
test (macos-15-intel):
fuzzing/corpus/corpus.go#L300
cannot use sequence (variable of slice type calls.CallSequence) as warmupSequence value in argument to append
|
|
all-checks
Process completed with exit code 1.
|