If you try compiling the following short beamer document with pdflualatex:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass{beamer}
\begin{document}
\begin{frame}{Test}
This is just a test...!
\end{frame}
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
you get no PDF output and the last bit of your log says
%%%%%%%%%%%%%%%%%%%%%%
!luaTeX error (file beamericonbook.pdf): PDF inclusion: invalid destination
</I
nterpolate false >
==> Fatal error occurred, no output PDF file produced!
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
but if you compile your document with just lualatex, you will obtain the
result. It seems that pdflualatex has issues with including pdf.
--
VK