-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: failed to build: executing lifecycle: failed with status code: 51 #703
Comments
I suspect you're running into #670, since your build using .NET SDK v6.0.102 succeeds, and using .NET SDK 6.0.202 fails. To confirm, can you add |
so got a lot more output @fg-j but the bottom of it has this:
|
Thanks @dmitry-mightydevops. From that output (particularly the MSBuild failure around the GenerateRestoreProjectPathWalk target), this looks to be the same issue as #670. We currently have an RFC open to change the .NET SDK buildpack to resolve this issue. For now, the recommended workaround is to compile the app before the buildpack build, since the .NET Core buildpack supports containerizing .NET FDDs and FDEs. For details on how to do this, see my comment on #670. |
ok thanks @fg-j |
What happened?
Unable to pack dotnet core app using latest paketo builder. It waits for 10 minutes on this line determining projects to restore... and the outputs:
See gist output: https://gist.github.com/dmitry-mightydevops/ecdad35ded2d7ab54ef2ba4a4d763f45
at the same time if I use older version of the builder
See gist output: https://gist.github.com/dmitry-mightydevops/92c61d21fc042ea4f6b39eb12d34540d
Compile dotnet-core app using pack cli and latest
builder:full
image utilizingpaketo-buildpacks/dotnet-core
buildpackPack to compile the image
failed after 10m with:
See gist output: https://gist.github.com/dmitry-mightydevops/ecdad35ded2d7ab54ef2ba4a4d763f45
Build Configuration
pack
,kpack
,tekton
buildpacks plugin, etc.) are youusing? Please include a version.
paketo-buildpacks/dotnet-core
pack inspect-builder <builder>
?paketobuildpacks/builder:full
buildpack.yml
,nginx.conf
, etc.)?➜ cat buildpack.yml dotnet-build: project-path: "src/Ccf.Loyalty/Ccf.Loyalty.Web"
Checklist
The text was updated successfully, but these errors were encountered: