`poudriere bulk -t` logs with with `TEST=on`:
9.3R i386: [adb](http://sprunge.us/IVYC), [fastboot](http://sprunge.us/TXcd)
9.3R amd64: [adb](http://sprunge.us/bOYh), [fastboot](http://sprunge.us/XYaA)
10.1R i386: [adb](http://sprunge.us/ONgH), [fastboot](http://sprunge.us/DHOj)
10.2R amd64: [adb](http://sprunge.us/WgOC), [fastboot](http://sprunge.us/MHJO)
Runtime tested only lightly on 11.0C amd64 against:
```
$ adb devices
List of devices attached
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
ABCDE12345 device
$ adb shell getprop ro.build.version.release
5.1.1
$ adb install foo.apk
2592 KB/s (802843 bytes in 0.302s)
pkg: /data/local/tmp/foo.apk
Success
$ adb push foo.zip /sdcard
5723 KB/s (11241472 bytes in 1.917s)
$ adb reboot recovery
^C
$ adb kill-server
$ adb pull /boot.txt ~
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
3 KB/s (777 bytes in 0.199s)
$ adb reboot bootloader
^C
$ fastboot devices
ABCDE12345 fastboot
$ fastboot getvar version-bootloader
version-bootloader: Foo Bar 1.1
$ fastboot flash boot boot.img
sending 'boot' (10664 KB)...
OKAY [ 0.341s]
writing 'boot'...
OKAY [ 0.534s]
finished. total time: 0.876s
$ fastboot reboot
rebooting...
finished. total time: 0.001s
```