Oh, yes, and if you want to see what will happen, try
(load "bug.asd")
(pprint (asdf::traverse (make-instance 'asdf:load-op) (asdf:find-system :bug))
that should display the plan that ASDF has developed for your system without executing it.
best, r