Successful deployment but shows Application Not Available: Dot Net Core
HemantSinghEdu opened this issue · 1 comments
Hello
I am trying out the Free-Tier of Openshift Online, and creating a Dot Net Core project using the sample github repository provided by Openshift.
https://github.com/redhat-developer/s2i-dotnetcore-ex.git
The application builds fine and deployment is also successful without errors. However, when I try to visit the website via the url provided, I always get the "Application Not Available" message. The chrome browser's dev-tools show that I am getting a 503 status from Openshift.
The url I have been given by Openshift to check the website is :
http://defapp-defproj.7e14.starter-us-west-2.openshiftapps.com
This has been going on for over a week. Before that, everything was working fine, the website was loading fine. Could you please look into it and provide a resolution?
Steps to replicate the issue:
- Create a sample project with Dot Net Core 2.1
- The project auto-builds and auto-deploys successfully
- Once deployment is complete, visit the website url provided, you will see Application Not Available error.
Logs:
Deploy Logs
---> Running application ...
warn: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[35]
No XML encryptor configured. Key {77782cbf-74fb-447e-956a-f94fb2d9af76} may be persisted to storage in unencrypted form.
Hosting environment: Production
Content root path: /opt/app-root/app
Now listening on: http://[::]:8080
Application started. Press Ctrl+C to shut down.
Build Logs
Cloning "https://github.com/redhat-developer/s2i-dotnetcore-ex.git " ...
Commit: 1ded43a (Update for 2.1 release.)
Author: Tom Deseyn tom.deseyn@gmail.com
Date: Mon May 28 10:08:30 2018 +0200
Pulling image "docker-registry.default.svc:5000/openshift/dotnet@sha256:d27fa8df1866765695ba0d2bcc74337732eeddffcaf51759fd4d080fc92d6305" ...
Using docker-registry.default.svc:5000/openshift/dotnet@sha256:d27fa8df1866765695ba0d2bcc74337732eeddffcaf51759fd4d080fc92d6305 as the s2i builder image
---> Installing application source...
Using SDK: 2.1.302
---> Restoring application dependencies...
Restoring packages for /opt/app-root/src/app.csproj...
Installing System.Xml.XmlSerializer 4.3.0.
Installing runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple 4.3.0.
Installing runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0.
Installing runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0.
Installing runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0.
Installing runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0.
Installing runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0.
Installing runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0.
Installing runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0.
Installing runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0.
Installing runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0.
Installing runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0.
Installing System.Private.DataContractSerialization 4.3.0.
Installing System.Security.Principal 4.3.0.
Installing System.Diagnostics.DiagnosticSource 4.3.0.
Installing System.Globalization.Extensions 4.3.0.
Installing Microsoft.NETCore.App 2.1.0.
Installing System.Globalization.Extensions 4.0.1.
Installing Microsoft.AspNetCore.App 2.1.6.
Installing System.Security.Cryptography.Cng 4.2.0.
Installing Microsoft.NETCore.Targets 2.1.0.
Installing Microsoft.NETCore.Platforms 2.1.0.
Installing NETStandard.Library 2.0.3.
Installing System.Security.Cryptography.OpenSsl 4.0.0.
Installing System.Security.Cryptography.Csp 4.0.0.
Installing runtime.native.System.Net.Http 4.0.1.
Installing runtime.native.System.Security.Cryptography 4.0.0.
Installing System.Buffers 4.0.0.
Installing System.Threading.Tasks.Extensions 4.0.0.
Installing runtime.native.System.IO.Compression 4.1.0.
Installing runtime.native.System 4.0.0.
Installing runtime.native.System.Security.Cryptography.Apple 4.3.0.
Installing Microsoft.NETCore.DotNetHostPolicy 2.1.0.
Installing Microsoft.AspNetCore.Authentication 2.1.2.
Installing Microsoft.AspNetCore.Mvc 2.1.3.
Installing Microsoft.AspNetCore.Authentication.Abstractions 2.1.1.
Installing Microsoft.AspNetCore.Authentication.Facebook 2.1.2.
Installing Microsoft.AspNetCore.Antiforgery 2.1.1.
Installing Microsoft.AspNetCore.Authentication.Google 2.1.2.
Installing Microsoft.AspNetCore.Authentication.Cookies 2.1.2.
Installing Microsoft.AspNetCore 2.1.6.
Installing Microsoft.AspNetCore.Authentication.Core 2.1.1.
Installing Microsoft.Extensions.FileProviders.Abstractions 2.1.1.
Installing Microsoft.Extensions.FileProviders.Embedded 2.1.1.
Installing Microsoft.AspNetCore.Cryptography.Internal 2.1.1.
Installing System.Xml.XPath 4.3.0.
Installing Microsoft.AspNetCore.DataProtection.Abstractions 2.1.1.
Installing Microsoft.AspNetCore.Authentication.MicrosoftAccount 2.1.2.
Installing Microsoft.AspNetCore.Authorization 2.1.2.
Installing Microsoft.AspNetCore.CookiePolicy 2.1.2.
Installing Microsoft.AspNetCore.Cryptography.KeyDerivation 2.1.1.
Installing Microsoft.AspNetCore.Cors 2.1.1.
Installing System.IO.Pipelines 4.5.2.
Installing Microsoft.AspNetCore.HostFiltering 2.1.1.
Installing Microsoft.AspNetCore.DataProtection.Extensions 2.1.1.
Installing Microsoft.AspNetCore.Authorization.Policy 2.1.2.
Installing System.Security.Cryptography.OpenSsl 4.3.0.
Installing Microsoft.AspNetCore.Authentication.Twitter 2.1.2.
Installing Microsoft.AspNetCore.Connections.Abstractions 2.1.3.
Installing Microsoft.AspNetCore.Diagnostics.Abstractions 2.1.1.
Installing Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore 2.1.1.
Installing Microsoft.AspNetCore.Hosting.Abstractions 2.1.1.
Installing Microsoft.AspNetCore.Authentication.OAuth 2.1.2.
Installing Microsoft.AspNetCore.Http.Features 2.1.1.
Installing Microsoft.AspNetCore.Hosting.Server.Abstractions 2.1.1.
Installing Microsoft.AspNetCore.Http 2.1.1.
Installing Microsoft.AspNetCore.Html.Abstractions 2.1.1.
Installing Microsoft.AspNetCore.Identity 2.1.6.
Installing System.Security.Cryptography.Csp 4.3.0.
Installing Microsoft.Extensions.WebEncoders 2.1.1.
Installing Microsoft.AspNetCore.Http.Abstractions 2.1.1.
Installing Microsoft.AspNetCore.Identity.EntityFrameworkCore 2.1.6.
Installing Microsoft.AspNetCore.HttpsPolicy 2.1.1.
Installing Microsoft.Extensions.Options.ConfigurationExtensions 2.1.1.
Installing Microsoft.AspNetCore.Http.Connections 1.0.4.
Installing Microsoft.AspNetCore.Localization 2.1.1.
Installing Microsoft.AspNetCore.HttpOverrides 2.1.1.
Installing Microsoft.AspNetCore.Identity.UI 2.1.6.
Installing Microsoft.Net.Http.Headers 2.1.1.
Installing Microsoft.AspNetCore.Http.Connections.Common 1.0.4.
Installing Microsoft.AspNetCore.Http.Extensions 2.1.1.
Installing Microsoft.Extensions.Primitives 2.1.6.
Installing Microsoft.AspNetCore.Localization.Routing 2.1.1.
Installing Microsoft.AspNetCore.MiddlewareAnalysis 2.1.1.
Installing Microsoft.AspNetCore.Diagnostics 2.1.1.
Installing Microsoft.AspNetCore.Hosting 2.1.1.
Installing Microsoft.AspNetCore.Mvc.Abstractions 2.1.3.
Installing Microsoft.Extensions.ObjectPool 2.1.6.
Installing Microsoft.AspNetCore.JsonPatch 2.1.1.
Installing Microsoft.AspNetCore.DataProtection 2.1.1.
Installing Microsoft.AspNetCore.Mvc.Analyzers 2.1.3.
Installing Microsoft.AspNetCore.Mvc.Formatters.Json 2.1.3.
Installing Microsoft.Extensions.Caching.SqlServer 2.1.2.
Installing System.Security.Cryptography.Cng 4.3.0.
Installing Microsoft.Extensions.Logging.EventSource 2.1.1.
Installing Microsoft.AspNetCore.Mvc.Cors 2.1.3.
Installing Microsoft.AspNetCore.Mvc.ApiExplorer 2.1.3.
Installing Microsoft.Extensions.Logging.TraceSource 2.1.1.
Installing Microsoft.Extensions.Logging.Abstractions 2.1.1.
Installing Microsoft.Extensions.Logging 2.1.1.
Installing Microsoft.Extensions.Logging.Debug 2.1.1.
Installing Microsoft.Extensions.Logging.Console 2.1.1.
Installing Microsoft.Extensions.Logging.Configuration 2.1.1.
Installing runtime.native.System.Net.Http 4.3.0.
Installing Microsoft.Extensions.Localization.Abstractions 2.1.1.
Installing Microsoft.AspNetCore.Mvc.Localization 2.1.3.
Installing runtime.native.System.Security.Cryptography.OpenSsl 4.3.0.
Installing Microsoft.AspNetCore.Mvc.DataAnnotations 2.1.3.
Installing Microsoft.AspNetCore.Mvc.Razor.Extensions 2.1.2.
Installing Microsoft.Extensions.Identity.Stores 2.1.6.
Installing Microsoft.Extensions.Hosting.Abstractions 2.1.1.
Installing System.Buffers 4.3.0.
Installing Microsoft.AspNetCore.Razor 2.1.2.
Installing Microsoft.Extensions.Http 2.1.1.
Installing Microsoft.Extensions.Localization 2.1.1.
Installing runtime.native.System.IO.Compression 4.3.0.
Installing Microsoft.AspNetCore.Owin 2.1.1.
Installing Microsoft.AspNetCore.Mvc.TagHelpers 2.1.3.
Installing runtime.native.System 4.3.0.
Installing Microsoft.AspNetCore.ResponseCaching.Abstractions 2.1.1.
Installing Microsoft.Extensions.Identity.Core 2.1.6.
Installing Microsoft.AspNetCore.Razor.Runtime 2.1.2.
Installing System.Runtime.Serialization.Xml 4.3.0.
Installing Microsoft.AspNetCore.ResponseCompression 2.1.1.
Installing Microsoft.AspNetCore.Rewrite 2.1.1.
Installing Microsoft.AspNetCore.ResponseCaching 2.1.1.
Installing Microsoft.AspNetCore.Razor.Language 2.1.2.
Installing Microsoft.AspNetCore.Mvc.Formatters.Xml 2.1.3.
Installing Microsoft.AspNetCore.Server.HttpSys 2.1.1.
Installing Microsoft.AspNetCore.NodeServices 2.1.1.
Installing Microsoft.AspNetCore.Routing.Abstractions 2.1.1.
Installing Microsoft.AspNetCore.Routing 2.1.1.
Installing Microsoft.AspNetCore.Mvc.RazorPages 2.1.3.
Installing System.Security.Claims 4.3.0.
Installing Microsoft.AspNetCore.Server.Kestrel 2.1.3.
Installing Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets 2.1.3.
Installing Microsoft.AspNetCore.Razor.Design 2.1.2.
Installing Microsoft.AspNetCore.Server.Kestrel.Https 2.1.3.
Installing System.Diagnostics.Contracts 4.3.0.
Installing Microsoft.AspNetCore.SignalR.Common 1.0.4.
Installing Microsoft.AspNetCore.SignalR.Protocols.Json 1.0.4.
Installing Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions 2.1.3.
Installing Microsoft.AspNetCore.SpaServices 2.1.1.
Installing Microsoft.Extensions.Hosting 2.1.1.
Installing Microsoft.Extensions.FileProviders.Physical 2.1.1.
Installing Microsoft.Extensions.DependencyInjection.Abstractions 2.1.1.
Installing Microsoft.AspNetCore.Server.IISIntegration 2.1.2.
Installing Microsoft.AspNetCore.Server.Kestrel.Core 2.1.3.
Installing Microsoft.AspNetCore.Session 2.1.1.
Installing Microsoft.AspNetCore.StaticFiles 2.1.1.
Installing Microsoft.AspNetCore.SignalR 1.0.4.
Installing Microsoft.Extensions.FileSystemGlobbing 2.1.1.
Installing Microsoft.AspNetCore.SpaServices.Extensions 2.1.1.
Installing Microsoft.Extensions.DependencyInjection 2.1.1.
Installing Microsoft.IdentityModel.Logging 5.2.0.
Installing Microsoft.Extensions.DiagnosticAdapter 2.1.0.
Installing Microsoft.AspNetCore.WebUtilities 2.1.1.
Installing Microsoft.Extensions.FileProviders.Composite 2.1.1.
Installing Microsoft.Extensions.Configuration.Xml 2.1.1.
Installing Microsoft.AspNetCore.Mvc.Core 2.1.3.
Installing Microsoft.EntityFrameworkCore.Relational 2.1.4.
Installing Microsoft.EntityFrameworkCore.Abstractions 2.1.4.
Installing Microsoft.Extensions.Caching.Abstractions 2.1.2.
Installing Microsoft.EntityFrameworkCore.InMemory 2.1.4.
Installing Microsoft.EntityFrameworkCore.SqlServer 2.1.4.
Installing Microsoft.Extensions.Caching.Memory 2.1.2.
Installing Microsoft.Extensions.Configuration.Binder 2.1.1.
Installing Microsoft.Extensions.Configuration.Abstractions 2.1.1.
Installing Microsoft.Extensions.Configuration 2.1.1.
Installing Microsoft.Extensions.Configuration.UserSecrets 2.1.1.
Installing Microsoft.EntityFrameworkCore.Analyzers 2.1.4.
Installing Microsoft.Extensions.Configuration.KeyPerFile 2.1.1.
Installing Microsoft.Extensions.Configuration.Json 2.1.1.
Installing Microsoft.AspNetCore.WebSockets 2.1.1.
Installing Microsoft.EntityFrameworkCore.Design 2.1.4.
Installing Microsoft.Extensions.Configuration.Ini 2.1.1.
Installing Microsoft.AspNetCore.SignalR.Core 1.0.4.
Installing Microsoft.Extensions.Configuration.FileExtensions 2.1.1.
Installing Microsoft.Extensions.Configuration.EnvironmentVariables 2.1.1.
Installing Microsoft.EntityFrameworkCore.Tools 2.1.4.
Installing Microsoft.Extensions.Configuration.CommandLine 2.1.1.
Installing Microsoft.EntityFrameworkCore 2.1.4.
Installing Microsoft.Extensions.Options 2.1.1.
Installing Microsoft.AspNetCore.Mvc.Razor.ViewCompilation 2.1.1.
Installing Microsoft.AspNet.WebApi.Client 5.2.6.
Installing System.Net.Http 4.3.0.
Installing Microsoft.AspNetCore.Authentication.JwtBearer 2.1.2.
Installing Microsoft.AspNetCore.Authentication.OpenIdConnect 2.1.2.
Installing Microsoft.AspNetCore.Authentication.WsFederation 2.1.2.
Installing Microsoft.AspNetCore.Mvc.ViewFeatures 2.1.3.
Installing Microsoft.CodeAnalysis.Razor 2.1.2.
Installing Microsoft.AspNetCore.Mvc.Razor 2.1.3.
Installing Microsoft.NETCore.DotNetHostResolver 2.1.0.
Installing Newtonsoft.Json 11.0.2.
Installing System.Text.Encodings.Web 4.5.0.
Installing System.Buffers 4.5.0.
Installing System.Runtime.CompilerServices.Unsafe 4.5.2.
Installing System.Memory 4.5.1.
Installing System.Diagnostics.DiagnosticSource 4.5.0.
Installing System.Reflection.Metadata 1.6.0.
Installing Microsoft.CSharp 4.5.0.
Installing System.Security.Principal.Windows 4.5.0.
Installing Microsoft.Win32.Registry 4.5.0.
Installing System.Security.Cryptography.Xml 4.5.0.
Installing System.Data.SqlClient 4.5.1.
Installing System.ComponentModel.Annotations 4.5.0.
Installing System.Security.Principal.Windows 4.5.1.
Installing System.Numerics.Vectors 4.5.0.
Installing System.Security.Cryptography.Cng 4.5.0.
Installing System.Threading.Tasks.Extensions 4.5.1.
Installing System.Runtime.CompilerServices.Unsafe 4.5.1.
Installing System.Diagnostics.DiagnosticSource 4.5.1.
Installing Microsoft.Extensions.DependencyModel 2.1.0.
Installing System.Net.WebSockets.WebSocketProtocol 4.5.1.
Installing System.Reflection.Emit 4.3.0.
Installing System.Threading.Channels 4.5.0.
Installing System.Runtime.InteropServices.RuntimeInformation 4.3.0.
Installing System.Collections.Immutable 1.5.0.
Installing System.Interactive.Async 3.1.1.
Installing Newtonsoft.Json 10.0.1.
Installing Remotion.Linq 2.2.0.
Installing Newtonsoft.Json.Bson 1.0.1.
Installing Microsoft.IdentityModel.Protocols.OpenIdConnect 5.2.0.
Installing System.IdentityModel.Tokens.Jwt 5.2.0.
Installing Microsoft.IdentityModel.Protocols.WsFederation 5.2.0.
Installing Microsoft.CodeAnalysis.CSharp 2.8.0.
Installing Microsoft.NETCore.DotNetAppHost 2.1.0.
Installing Microsoft.NETCore.Platforms 2.0.0.
Installing System.Security.AccessControl 4.5.0.
Installing System.Security.Permissions 4.5.0.
Installing Microsoft.CodeAnalysis.Common 2.8.0.
Installing System.Security.Cryptography.Pkcs 4.5.0.
Installing System.Text.Encoding.CodePages 4.5.0.
Installing runtime.native.System.Data.SqlClient.sni 4.4.0.
Installing System.Diagnostics.Debug 4.0.11.
Installing System.Linq 4.1.0.
Installing System.Dynamic.Runtime 4.0.11.
Installing System.IO.Compression.ZipFile 4.3.0.
Installing Newtonsoft.Json 9.0.1.
Installing Microsoft.DotNet.PlatformAbstractions 2.1.0.
Installing System.IO 4.3.0.
Installing System.Reflection 4.3.0.
Installing System.Reflection.Emit.ILGeneration 4.3.0.
Installing System.Reflection.Primitives 4.3.0.
Installing System.Runtime 4.3.0.
Installing NETStandard.Library 1.6.0.
Installing System.Collections 4.0.11.
Installing System.Linq.Expressions 4.1.0.
Installing System.ObjectModel 4.0.12.
Installing System.Reflection 4.1.0.
Installing System.Reflection.Extensions 4.0.1.
Installing System.Runtime 4.1.0.
Installing System.Runtime.Extensions 4.1.0.
Installing System.Threading 4.0.11.
Installing System.Linq.Queryable 4.0.1.
Installing System.Linq 4.3.0.
Installing System.ObjectModel 4.3.0.
Installing System.Runtime.Numerics 4.3.0.
Installing System.Runtime.Serialization.Primitives 4.3.0.
Installing System.Text.RegularExpressions 4.3.0.
Installing System.Threading 4.3.0.
Installing System.Resources.ResourceManager 4.3.0.
Installing System.Net.Primitives 4.3.0.
Installing System.Diagnostics.Debug 4.3.0.
Installing System.Reflection.Extensions 4.3.0.
Installing System.Globalization 4.3.0.
Installing System.Text.Encoding 4.3.0.
Installing System.Text.Encoding.Extensions 4.3.0.
Installing System.Runtime.Extensions 4.3.0.
Installing System.Threading.Tasks 4.3.0.
Installing System.Collections 4.3.0.
Installing System.Runtime.Serialization.Formatters 4.3.0.
Installing System.Xml.XDocument 4.3.0.
Installing System.Xml.XmlDocument 4.3.0.
Installing System.Dynamic.Runtime 4.3.0.
Installing System.Linq.Expressions 4.3.0.
Installing Microsoft.CSharp 4.3.0.
Installing System.Xml.ReaderWriter 4.3.0.
Installing System.ComponentModel.TypeConverter 4.3.0.
Installing NETStandard.Library 1.6.1.
Installing Microsoft.IdentityModel.Protocols 5.2.0.
Installing Microsoft.IdentityModel.Tokens 5.2.0.
Installing Microsoft.IdentityModel.Xml 5.2.0.
Installing Microsoft.IdentityModel.Tokens.Saml 5.2.0.
Installing System.AppContext 4.3.0.
Installing System.Collections.Concurrent 4.3.0.
Installing System.Collections.Immutable 1.3.1.
Installing System.Console 4.3.0.
Installing System.Net.Sockets 4.3.0.
Installing System.Diagnostics.Tools 4.3.0.
Installing System.IO.Compression 4.3.0.
Installing System.IO.FileSystem 4.3.0.
Installing System.IO.FileSystem.Primitives 4.3.0.
Installing System.Security.Cryptography.Primitives 4.3.0.
Installing System.Runtime.InteropServices 4.3.0.
Installing System.Security.Cryptography.Encoding 4.3.0.
Installing System.Security.Cryptography.X509Certificates 4.3.0.
Installing System.Reflection.Metadata 1.4.2.
Installing System.Text.Encoding.CodePages 4.3.0.
Installing System.Threading.Tasks.Parallel 4.3.0.
Installing System.Runtime.Handles 4.3.0.
Installing Microsoft.CodeAnalysis.Analyzers 1.1.0.
Installing System.Diagnostics.StackTrace 4.3.0.
Installing System.Diagnostics.FileVersionInfo 4.3.0.
Installing System.Threading.Thread 4.3.0.
Installing System.ValueTuple 4.3.0.
Installing System.Xml.XPath.XDocument 4.3.0.
Installing System.Security.Cryptography.Algorithms 4.3.0.
Installing System.Globalization.Calendars 4.3.0.
Installing System.Runtime.CompilerServices.Unsafe 4.5.0.
Installing runtime.win-x64.runtime.native.System.Data.SqlClient.sni 4.4.0.
Installing runtime.win-arm64.runtime.native.System.Data.SqlClient.sni 4.4.0.
Installing runtime.win-x86.runtime.native.System.Data.SqlClient.sni 4.4.0.
Installing Microsoft.NETCore.Targets 1.0.1.
Installing Microsoft.NETCore.Platforms 1.0.1.
Installing System.Resources.ResourceManager 4.0.1.
Installing System.Threading.Timer 4.3.0.
Installing System.Reflection.TypeExtensions 4.1.0.
Installing System.Globalization 4.0.11.
Installing System.Reflection.Primitives 4.0.1.
Installing System.Reflection.Emit.ILGeneration 4.0.1.
Installing System.Reflection.Emit 4.0.1.
Installing System.Threading.Tasks 4.0.11.
Installing System.IO 4.1.0.
Installing System.Text.Encoding 4.0.11.
Installing System.Text.RegularExpressions 4.1.0.
Installing System.Text.Encoding.Extensions 4.0.11.
Installing Microsoft.Win32.Primitives 4.3.0.
Installing System.Runtime.Serialization.Primitives 4.1.1.
Installing System.Xml.XDocument 4.0.11.
Installing System.Xml.ReaderWriter 4.0.11.
Installing Microsoft.CSharp 4.0.1.
Installing System.Diagnostics.Tracing 4.3.0.
Installing System.IO.FileSystem 4.0.1.
Installing System.AppContext 4.1.0.
Installing System.Runtime.InteropServices 4.1.0.
Installing System.Runtime.InteropServices.RuntimeInformation 4.0.0.
Installing System.Collections.Specialized 4.3.0.
Installing Microsoft.NETCore.Platforms 1.1.0.
Installing Microsoft.NETCore.Targets 1.1.0.
Installing System.Diagnostics.Tools 4.0.1.
Installing System.IO.FileSystem.Primitives 4.0.1.
Installing System.Runtime.Handles 4.0.1.
Installing System.Collections.Concurrent 4.0.12.
Installing System.Net.Sockets 4.1.0.
Installing System.Collections.NonGeneric 4.3.0.
Installing Microsoft.Win32.Primitives 4.0.1.
Installing System.Runtime.Numerics 4.0.1.
Installing System.Threading.Timer 4.0.1.
Installing System.Console 4.0.0.
Installing System.Globalization.Calendars 4.0.1.
Installing System.Net.Primitives 4.0.11.
Installing System.Diagnostics.Tracing 4.1.0.
Installing System.Security.Cryptography.Primitives 4.0.0.
Installing System.IO.Compression 4.1.0.
Installing System.ComponentModel.Primitives 4.3.0.
Installing System.IO.Compression.ZipFile 4.0.1.
Installing System.Security.Cryptography.Encoding 4.0.0.
Installing System.Security.Cryptography.Algorithms 4.2.0.
Installing System.Security.Cryptography.X509Certificates 4.1.0.
Installing System.Net.Http 4.1.0.
Installing System.Reflection.Emit.Lightweight 4.0.1.
Installing System.Reflection.TypeExtensions 4.3.0.
Installing System.Reflection.Emit.Lightweight 4.3.0.
Installing System.ComponentModel 4.3.0.
Installing System.Threading.Tasks.Extensions 4.3.0.
Generating MSBuild file /opt/app-root/src/obj/app.csproj.nuget.g.props.
Generating MSBuild file /opt/app-root/src/obj/app.csproj.nuget.g.targets.
Restore completed in 16.57 sec for /opt/app-root/src/app.csproj.
---> Publishing application...
Microsoft (R) Build Engine version 15.7.179.62826 for .NET Core
Copyright (C) Microsoft Corporation. All rights reserved.
Restore completed in 63.68 ms for /opt/app-root/src/app.csproj.
app -> /opt/app-root/src/bin/Release/netcoreapp2.1/app.dll
app -> /opt/app-root/src/bin/Release/netcoreapp2.1/app.Views.dll
app -> /opt/app-root/app/
Pushing image docker-registry.default.svc:5000/defproj/defapp:latest ...
Pushed 0/5 layers, 2% complete
Pushed 1/5 layers, 36% complete
Pushed 2/5 layers, 47% complete
Pushed 2/5 layers, 40% complete
Pushed 2/5 layers, 51% complete
Pushed 2/5 layers, 55% complete
Pushed 3/5 layers, 60% complete
Warning: Push failed, retrying in 5s ...
Push successful
Closing old issues.