gtristan commented on issue #1465: URL: https://github.com/apache/buildstream/issues/1465#issuecomment-1170992867
This appears to be either a bug with buildbox or a misunderstanding between buildstream <--> buildbox. The error is raised in [_sandboxreapi.py](https://github.com/apache/buildstream/blob/master/src/buildstream/sandbox/_sandboxreapi.py#L176) when processing the ActionResult returned from [_sandboxbuildboxrun.py _execute_action()](https://github.com/apache/buildstream/blob/master/src/buildstream/sandbox/_sandboxbuildboxrun.py#L83). So BuildStream is expecting the `ActionResult.output_directories` to all have tree digests (which might be wrong ?) and buildbox-run has returned an `ActionResult` which has output_directories that are missing tree digests (which might be wrong ?). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
