I solved it!
This error causes when there is only 1 pynq device.
When you use .request_remote(), it makes connection with pynq device.
After connected with pynq device, .tune() makes error because there is no free pynq device anymore.
If you move .request_remote() block under tuning process, it will be fine.