Custom Gutenberg Block: Excluding an allowed block from InnerBlock’s templateLock={‘all’}

core/buttons is a container block, it’s not the actual buttons. Instead, core/buttons contains core/button blocks. The same way that a core/columns block contians core/column blocks.

You need to add core/button to your allowed blocks list.