in securepool.d@224:
logError("Could not mlock " ~ to!string(pool_size) ~ " bytes");
mlock actually returns -1, which is weird since it is not a valid return value http://linux.die.net/man/2/mlock.
I'm running dmd v2.067 on ArchLinux in boot2docker on windows machine.
My app doesn't use the securepool so it will still compile and run.