Build does not start because of a emo in the ticket description

Please compare these to PR:

a) https://github.com/joomla/joomla-cms/pull/25077
b) https://github.com/joomla/joomla-cms/pull/25086

The first one does not run "Expected — Waiting for status to be reported " the error message is

{“message”:“Error 1366: Incorrect string value: ‘\xF0\x9F\x99\x88\x0D\x0A…’ for column ‘build_message’ at row 1”}

The second runs.

The difference between both is that I removed the monkey from the second PR.
I think it is a bug, but as requested I start here with reporting

Cheers,
Robert

Drone version is 1.1

It is not a bug with Drone, however, it does indicates your database character set and encoding need to be adjusted. Probably to utf8mb4 but you may want to check with your database provider to get more specifics.