Hi @BillStrahm !
I attached my log.
Talking with my internal team, some time ago we had the same problem and the root cause is a proxy failure due to the firewall.
I have a workaround for the nnshark failure
There are 2 issues:
1) nnshark repo has a submodule which is tried to be fetched/clone using the git protocol
2) This submodule is cloned during do_configure stage, however, the global env variable http_proxy is not visible at this level
Workarounds:
1) Include a patch that changes the submodule url to an https repository (gihub)
2) Explicitly set the http_proxy enviroment variable within the do_configure function at recipe