google / silifuzz

Apache License 2.0
391 stars 25 forks source link

Quesiton on Orchestrator Erro #12

Closed neelkrish closed 8 months ago

neelkrish commented 8 months ago

I created a simple input seed that instructions to add two numbers, multiple the result and store the result. I did verify validity of the input seed. The snapshot did play successfully.

While using the orchestrator to run on all CPUs, I  ran into 
E1121 02:58:23.825331     319 silifuzz_orchestrator.cc:184] T65 cpu: 65 corpus: runnable-corpus.00001 time: 0 exit_status: internal_error error: PlayerResultProto::FromProto: Missing field: outcome
E1121 02:58:23.825341     395 silifuzz_orchestrator.cc:184] T80 cpu: 80 corpus: runnable-corpus.00006 time: 0 exit_status: internal_error error: PlayerResultProto::FromProto: Missing field: outcome
E1121 02:58:23.825352     437 silifuzz_orchestrator.cc:184] T95 cpu: 95 corpus: runnable-corpus.00002 time: 0 exit_status: internal_error error: PlayerResultProto::FromProto: Missing field: outcome
E1121 02:58:23.825358     100 silifuzz_orchestrator.cc:184] T28 cpu: 28 corpus: runnable-corpus.00001 time: 0 exit_status: internal_error error: PlayerResultProto::FromProto: Missing field: outcome
E1121 02:58:23.821841     418 silifuzz_orchestrator.cc:184] T88 cpu: 88 corpus: runnable-corpus.00002 time: 0 exit_status: internal_error error: PlayerResultProto::FromProto: Missing field: outcome
E1121 02:58:23.825372     330 silifuzz_orchestrator.cc:184] T67 cpu: 67 corpus: runnable-corpus.00006 time: 0 exit_status: internal_error error: PlayerResultProto::FromProto: Missing field: outcome

Any guidance on why this might be happening.

neelkrish commented 8 months ago

This was a setup issue :(. I apologize