It appears that some azure iot edge recipe adds the user “Iotedge” to the OS. In TorizonCore we use static IDs for our users and groups. Since you’re adding this new user you either need to define a static ID for this user or explicitly ignore this user for the purposes of static ID.
See our commit here for more info on this: torizon: enable useradd-staticids · toradex/meta-toradex-torizon@f83a6db · GitHub
Also see the official Yocto documentation for more info on how static IDs work: Yocto Project Reference Manual
Best Regards,
Jeremias