vjuranek / radargun-plugin

MIT License
0 stars 14 forks source link

Job fails with No user exists for uid #60

Closed vjuranek closed 8 years ago

vjuranek commented 8 years ago

Immediately after start job fails with

No user exists for uid 600
No user exists for uid 600
No user exists for uid 600

UID 600 exists on slave machines, but doesn't exists on Jenkins master, so it could be caused by piece of code which should be executed on the slave, but is actually executed on the master. However, this error is completely random.

vjuranek commented 8 years ago

It turned out that this is not related to the plugin - closing.