jakeswenson / BitBetter

Modify bit warden to provide my own licensing for self hosting
510 stars 115 forks source link

Build licenseGen fail #89

Closed DanceNgine closed 3 years ago

DanceNgine commented 3 years ago

Hello,

When i build the licenseGen with the build.sh from /src/licenseGen/ they fail with the MSG:

ApplyLayer exit status 1 stdout: stderr: lchown /tmp/clr-debug-pipe-135-51566402-in: no such file or directory

Now when i try to generate a licensefile he can't find the bitbetter/licensegen image

Unable to find image 'bitbetter/licensegen:latest' locally docker: Error response from daemon: pull access denied for bitbetter/licensegen, repository does not exist or may require 'docker login': denied: requested access to the resource is denied. See 'docker run --help'.

OS: Debian 10 buster on Proxmox VE VM

Here is my "build.sh" output on /src/licenseGen/:

Sending build context to Docker daemon   25.6kB
Step 1/7 : FROM mcr.microsoft.com/dotnet/core/sdk:3.1 as build
 ---> 52a3845cafb1
Step 2/7 : WORKDIR /licenseGen
 ---> Running in 620b68e62735
Removing intermediate container 620b68e62735
 ---> 5fa96fa217a3
Step 3/7 : COPY . /licenseGen
 ---> 33a0c1bc2869
Step 4/7 : RUN set -e; set -x;  dotnet add package Newtonsoft.Json --version 12.0.3     && dotnet restore       && dotnet publish
 ---> Running in de68375afa4f
+ dotnet add package Newtonsoft.Json --version 12.0.3
  Determining projects to restore...
  Writing /tmp/tmpCbR0Cj.tmp
info : Adding PackageReference for package 'Newtonsoft.Json' into project '/licenseGen/licenseGen.csproj'.
info : Restoring packages for /licenseGen/licenseGen.csproj...
info :   GET https://api.nuget.org/v3-flatcontainer/system.runtime.loader/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.commandlineutils/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/newtonsoft.json/index.json
info :   OK https://api.nuget.org/v3-flatcontainer/newtonsoft.json/index.json 138ms
info :   GET https://api.nuget.org/v3-flatcontainer/newtonsoft.json/12.0.3/newtonsoft.json.12.0.3.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/newtonsoft.json/12.0.3/newtonsoft.json.12.0.3.nupkg 6ms
info :   OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.commandlineutils/index.json 454ms
info :   GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.commandlineutils/1.1.1/microsoft.extensions.commandlineutils.1.1.1.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.runtime.loader/index.json 466ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.runtime.loader/4.3.0/system.runtime.loader.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.runtime.loader/4.3.0/system.runtime.loader.4.3.0.nupkg 9ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.io/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.reflection/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.runtime/index.json
info :   OK https://api.nuget.org/v3-flatcontainer/system.reflection/index.json 119ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.reflection/4.3.0/system.reflection.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.reflection/4.3.0/system.reflection.4.3.0.nupkg 9ms
info :   GET https://api.nuget.org/v3-flatcontainer/microsoft.netcore.platforms/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/microsoft.netcore.targets/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.reflection.primitives/index.json
info :   OK https://api.nuget.org/v3-flatcontainer/system.runtime/index.json 140ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.runtime/4.3.0/system.runtime.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.runtime/4.3.0/system.runtime.4.3.0.nupkg 9ms
info :   OK https://api.nuget.org/v3-flatcontainer/microsoft.netcore.platforms/index.json 118ms
info :   GET https://api.nuget.org/v3-flatcontainer/microsoft.netcore.platforms/1.1.0/microsoft.netcore.platforms.1.1.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/microsoft.netcore.platforms/1.1.0/microsoft.netcore.platforms.1.1.0.nupkg 8ms
info :   OK https://api.nuget.org/v3-flatcontainer/microsoft.netcore.targets/index.json 139ms
info :   GET https://api.nuget.org/v3-flatcontainer/microsoft.netcore.targets/1.1.0/microsoft.netcore.targets.1.1.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.reflection.primitives/index.json 140ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.reflection.primitives/4.3.0/system.reflection.primitives.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/microsoft.netcore.targets/1.1.0/microsoft.netcore.targets.1.1.0.nupkg 8ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.reflection.primitives/4.3.0/system.reflection.primitives.4.3.0.nupkg 8ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.io/index.json 334ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.io/4.3.0/system.io.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.io/4.3.0/system.io.4.3.0.nupkg 6ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.text.encoding/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.threading.tasks/index.json
info :   OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.commandlineutils/1.1.1/microsoft.extensions.commandlineutils.1.1.1.nupkg 447ms
info :   GET https://api.nuget.org/v3-flatcontainer/netstandard.library/index.json
info :   OK https://api.nuget.org/v3-flatcontainer/system.text.encoding/index.json 120ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.threading.tasks/index.json 120ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.text.encoding/4.3.0/system.text.encoding.4.3.0.nupkg
info :   GET https://api.nuget.org/v3-flatcontainer/system.threading.tasks/4.3.0/system.threading.tasks.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.threading.tasks/4.3.0/system.threading.tasks.4.3.0.nupkg 8ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.text.encoding/4.3.0/system.text.encoding.4.3.0.nupkg 10ms
info :   OK https://api.nuget.org/v3-flatcontainer/netstandard.library/index.json 120ms
info :   GET https://api.nuget.org/v3-flatcontainer/netstandard.library/1.6.1/netstandard.library.1.6.1.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/netstandard.library/1.6.1/netstandard.library.1.6.1.nupkg 9ms
info :   GET https://api.nuget.org/v3-flatcontainer/microsoft.win32.primitives/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.appcontext/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.collections/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.collections.concurrent/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.console/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.diagnostics.debug/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.diagnostics.tools/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.diagnostics.tracing/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.globalization/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.globalization.calendars/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.io.compression/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.io.compression.zipfile/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.io.filesystem/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.io.filesystem.primitives/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.linq/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.linq.expressions/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.net.http/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.net.primitives/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.net.sockets/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.objectmodel/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.reflection.extensions/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.resources.resourcemanager/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.runtime.extensions/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.runtime.handles/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices.runtimeinformation/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.runtime.numerics/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.algorithms/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.encoding/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.primitives/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.x509certificates/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.text.encoding.extensions/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.text.regularexpressions/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.threading/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.threading.timer/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.xml.readerwriter/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.xml.xdocument/index.json
info :   OK https://api.nuget.org/v3-flatcontainer/system.appcontext/index.json 123ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.appcontext/4.3.0/system.appcontext.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/microsoft.win32.primitives/index.json 124ms
info :   GET https://api.nuget.org/v3-flatcontainer/microsoft.win32.primitives/4.3.0/microsoft.win32.primitives.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.collections.concurrent/index.json 123ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.collections.concurrent/4.3.0/system.collections.concurrent.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/microsoft.win32.primitives/4.3.0/microsoft.win32.primitives.4.3.0.nupkg 6ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.appcontext/4.3.0/system.appcontext.4.3.0.nupkg 9ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.collections.concurrent/4.3.0/system.collections.concurrent.4.3.0.nupkg 9ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.debug/index.json 136ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.diagnostics.debug/4.3.0/system.diagnostics.debug.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.tracing/index.json 141ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.io.compression/index.json 140ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.io.compression/4.3.0/system.io.compression.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.tools/index.json 143ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.diagnostics.tracing/4.3.0/system.diagnostics.tracing.4.3.0.nupkg
info :   GET https://api.nuget.org/v3-flatcontainer/system.diagnostics.tools/4.3.0/system.diagnostics.tools.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.globalization.calendars/index.json 143ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.debug/4.3.0/system.diagnostics.debug.4.3.0.nupkg 9ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.globalization.calendars/4.3.0/system.globalization.calendars.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.io.compression.zipfile/index.json 144ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.io.compression.zipfile/4.3.0/system.io.compression.zipfile.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.io.filesystem/index.json 144ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.io.filesystem/4.3.0/system.io.filesystem.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.tools/4.3.0/system.diagnostics.tools.4.3.0.nupkg 7ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.io.compression/4.3.0/system.io.compression.4.3.0.nupkg 10ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.tracing/4.3.0/system.diagnostics.tracing.4.3.0.nupkg 10ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.io.filesystem/4.3.0/system.io.filesystem.4.3.0.nupkg 6ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.globalization.calendars/4.3.0/system.globalization.calendars.4.3.0.nupkg 9ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.io.compression.zipfile/4.3.0/system.io.compression.zipfile.4.3.0.nupkg 8ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.buffers/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/runtime.native.system/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/runtime.native.system.io.compression/index.json
info :   OK https://api.nuget.org/v3-flatcontainer/system.io.filesystem.primitives/index.json 193ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.io.filesystem.primitives/4.3.0/system.io.filesystem.primitives.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.threading.timer/index.json 141ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.threading.timer/4.3.0/system.threading.timer.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.net.http/index.json 149ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.net.http/4.3.0/system.net.http.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.xml.readerwriter/index.json 142ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.xml.readerwriter/4.3.0/system.xml.readerwriter.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.threading/index.json 144ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.threading/4.3.0/system.threading.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.linq.expressions/index.json 154ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.linq.expressions/4.3.0/system.linq.expressions.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.io.filesystem.primitives/4.3.0/system.io.filesystem.primitives.4.3.0.nupkg 8ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.xml.readerwriter/4.3.0/system.xml.readerwriter.4.3.0.nupkg 6ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.threading.timer/4.3.0/system.threading.timer.4.3.0.nupkg 8ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.threading/4.3.0/system.threading.4.3.0.nupkg 6ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.net.http/4.3.0/system.net.http.4.3.0.nupkg 9ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.linq.expressions/4.3.0/system.linq.expressions.4.3.0.nupkg 7ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.linq/index.json 171ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.linq/4.3.0/system.linq.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.net.primitives/index.json 171ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.net.primitives/4.3.0/system.net.primitives.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.text.encoding.extensions/index.json 168ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.text.encoding.extensions/4.3.0/system.text.encoding.extensions.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.net.sockets/index.json 175ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.objectmodel/index.json 174ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.net.sockets/4.3.0/system.net.sockets.4.3.0.nupkg
info :   GET https://api.nuget.org/v3-flatcontainer/system.objectmodel/4.3.0/system.objectmodel.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.primitives/index.json 175ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.primitives/4.3.0/system.security.cryptography.primitives.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.x509certificates/index.json 175ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.resources.resourcemanager/index.json 179ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.x509certificates/4.3.0/system.security.cryptography.x509certificates.4.3.0.nupkg
info :   GET https://api.nuget.org/v3-flatcontainer/system.resources.resourcemanager/4.3.0/system.resources.resourcemanager.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.xml.xdocument/index.json 176ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.xml.xdocument/4.3.0/system.xml.xdocument.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.reflection.extensions/index.json 183ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.reflection.extensions/4.3.0/system.reflection.extensions.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.linq/4.3.0/system.linq.4.3.0.nupkg 15ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.net.primitives/4.3.0/system.net.primitives.4.3.0.nupkg 17ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.text.regularexpressions/index.json 186ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.text.regularexpressions/4.3.0/system.text.regularexpressions.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.net.sockets/4.3.0/system.net.sockets.4.3.0.nupkg 18ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.text.encoding.extensions/4.3.0/system.text.encoding.extensions.4.3.0.nupkg 20ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.algorithms/index.json 193ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.runtime.handles/index.json 195ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.runtime.handles/4.3.0/system.runtime.handles.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.runtime.extensions/index.json 196ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.runtime.extensions/4.3.0/system.runtime.extensions.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.objectmodel/4.3.0/system.objectmodel.4.3.0.nupkg 22ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.runtime.numerics/index.json 196ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.runtime.numerics/4.3.0/system.runtime.numerics.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.primitives/4.3.0/system.security.cryptography.primitives.4.3.0.nupkg 20ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.algorithms/4.3.0/system.security.cryptography.algorithms.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices/index.json 198ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.x509certificates/4.3.0/system.security.cryptography.x509certificates.4.3.0.nupkg 20ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices/4.3.0/system.runtime.interopservices.4.3.0.nupkg
info :   GET https://api.nuget.org/v3-flatcontainer/system.threading.tasks.extensions/index.json
info :   OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.encoding/index.json 201ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.encoding/4.3.0/system.security.cryptography.encoding.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.resources.resourcemanager/4.3.0/system.resources.resourcemanager.4.3.0.nupkg 24ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.xml.xdocument/4.3.0/system.xml.xdocument.4.3.0.nupkg 22ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.text.regularexpressions/4.3.0/system.text.regularexpressions.4.3.0.nupkg 16ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.globalization/index.json 259ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.globalization/4.3.0/system.globalization.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices/4.3.0/system.runtime.interopservices.4.3.0.nupkg 17ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.runtime.handles/4.3.0/system.runtime.handles.4.3.0.nupkg 24ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.encoding/4.3.0/system.security.cryptography.encoding.4.3.0.nupkg 17ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.globalization/4.3.0/system.globalization.4.3.0.nupkg 17ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.runtime.extensions/4.3.0/system.runtime.extensions.4.3.0.nupkg 32ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.reflection.extensions/4.3.0/system.reflection.extensions.4.3.0.nupkg 53ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.algorithms/4.3.0/system.security.cryptography.algorithms.4.3.0.nupkg 39ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.runtime.numerics/4.3.0/system.runtime.numerics.4.3.0.nupkg 40ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.reflection.emit/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.reflection.emit.ilgeneration/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.reflection.emit.lightweight/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.reflection.typeextensions/index.json
info :   OK https://api.nuget.org/v3-flatcontainer/system.buffers/index.json 130ms
info :   OK https://api.nuget.org/v3-flatcontainer/runtime.native.system/index.json 123ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.buffers/4.3.0/system.buffers.4.3.0.nupkg
info :   GET https://api.nuget.org/v3-flatcontainer/runtime.native.system/4.3.0/runtime.native.system.4.3.0.nupkg
info :   GET https://api.nuget.org/v3-flatcontainer/runtime.native.system.net.http/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/runtime.native.system.security.cryptography.openssl/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.diagnostics.diagnosticsource/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.globalization.extensions/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.openssl/index.json
info :   OK https://api.nuget.org/v3-flatcontainer/system.buffers/4.3.0/system.buffers.4.3.0.nupkg 15ms
info :   OK https://api.nuget.org/v3-flatcontainer/runtime.native.system/4.3.0/runtime.native.system.4.3.0.nupkg 24ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.cng/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.csp/index.json
info :   OK https://api.nuget.org/v3-flatcontainer/system.threading.tasks.extensions/index.json 121ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.threading.tasks.extensions/4.3.0/system.threading.tasks.extensions.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.threading.tasks.extensions/4.3.0/system.threading.tasks.extensions.4.3.0.nupkg 7ms
info :   GET https://api.nuget.org/v3-flatcontainer/runtime.native.system.security.cryptography.apple/index.json
info :   OK https://api.nuget.org/v3-flatcontainer/system.reflection.emit/index.json 122ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.reflection.emit/4.3.0/system.reflection.emit.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.reflection.emit.ilgeneration/index.json 122ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.reflection.emit.ilgeneration/4.3.0/system.reflection.emit.ilgeneration.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.reflection.emit.ilgeneration/4.3.0/system.reflection.emit.ilgeneration.4.3.0.nupkg 7ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.reflection.emit/4.3.0/system.reflection.emit.4.3.0.nupkg 14ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.reflection.typeextensions/index.json 138ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.reflection.typeextensions/4.3.0/system.reflection.typeextensions.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.collections/index.json 445ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.collections/4.3.0/system.collections.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.globalization.extensions/index.json 126ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.globalization.extensions/4.3.0/system.globalization.extensions.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/runtime.native.system.net.http/index.json 129ms
info :   GET https://api.nuget.org/v3-flatcontainer/runtime.native.system.net.http/4.3.0/runtime.native.system.net.http.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.console/index.json 448ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.console/4.3.0/system.console.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/runtime.native.system.security.cryptography.openssl/index.json 131ms
info :   GET https://api.nuget.org/v3-flatcontainer/runtime.native.system.security.cryptography.openssl/4.3.0/runtime.native.system.security.cryptography.openssl.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.openssl/index.json 132ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.openssl/4.3.0/system.security.cryptography.openssl.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.diagnosticsource/index.json 134ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.diagnostics.diagnosticsource/4.3.0/system.diagnostics.diagnosticsource.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.collections/4.3.0/system.collections.4.3.0.nupkg 9ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.reflection.typeextensions/4.3.0/system.reflection.typeextensions.4.3.0.nupkg 12ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.globalization.extensions/4.3.0/system.globalization.extensions.4.3.0.nupkg 15ms
info :   OK https://api.nuget.org/v3-flatcontainer/runtime.native.system.net.http/4.3.0/runtime.native.system.net.http.4.3.0.nupkg 16ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.console/4.3.0/system.console.4.3.0.nupkg 16ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.diagnosticsource/4.3.0/system.diagnostics.diagnosticsource.4.3.0.nupkg 15ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.openssl/4.3.0/system.security.cryptography.openssl.4.3.0.nupkg 17ms
info :   OK https://api.nuget.org/v3-flatcontainer/runtime.native.system.security.cryptography.openssl/4.3.0/runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 20ms
info :   GET https://api.nuget.org/v3-flatcontainer/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json
info :   GET https://api.nuget.org/v3-flatcontainer/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json
info :   OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.cng/index.json 117ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.cng/4.3.0/system.security.cryptography.cng.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.csp/index.json 118ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.csp/4.3.0/system.security.cryptography.csp.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.cng/4.3.0/system.security.cryptography.cng.4.3.0.nupkg 13ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.csp/4.3.0/system.security.cryptography.csp.4.3.0.nupkg 13ms
info :   OK https://api.nuget.org/v3-flatcontainer/runtime.native.system.security.cryptography.apple/index.json 118ms
info :   GET https://api.nuget.org/v3-flatcontainer/runtime.native.system.security.cryptography.apple/4.3.0/runtime.native.system.security.cryptography.apple.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/runtime.native.system.security.cryptography.apple/4.3.0/runtime.native.system.security.cryptography.apple.4.3.0.nupkg 6ms
info :   GET https://api.nuget.org/v3-flatcontainer/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json
info :   OK https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices.runtimeinformation/index.json 520ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices.runtimeinformation/4.3.0/system.runtime.interopservices.runtimeinformation.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices.runtimeinformation/4.3.0/system.runtime.interopservices.runtimeinformation.4.3.0.nupkg 20ms
info :   OK https://api.nuget.org/v3-flatcontainer/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 124ms
info :   OK https://api.nuget.org/v3-flatcontainer/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 123ms
info :   GET https://api.nuget.org/v3-flatcontainer/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 123ms
info :   GET https://api.nuget.org/v3-flatcontainer/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 124ms
info :   GET https://api.nuget.org/v3-flatcontainer/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 125ms
info :   GET https://api.nuget.org/v3-flatcontainer/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 124ms
info :   GET https://api.nuget.org/v3-flatcontainer/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 124ms
info :   GET https://api.nuget.org/v3-flatcontainer/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 124ms
info :   GET https://api.nuget.org/v3-flatcontainer/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 129ms
info :   GET https://api.nuget.org/v3-flatcontainer/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg
info :   GET https://api.nuget.org/v3-flatcontainer/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 6ms
info :   OK https://api.nuget.org/v3-flatcontainer/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 9ms
info :   OK https://api.nuget.org/v3-flatcontainer/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 6ms
info :   OK https://api.nuget.org/v3-flatcontainer/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 9ms
info :   OK https://api.nuget.org/v3-flatcontainer/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 10ms
info :   OK https://api.nuget.org/v3-flatcontainer/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 10ms
info :   OK https://api.nuget.org/v3-flatcontainer/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 8ms
info :   OK https://api.nuget.org/v3-flatcontainer/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 10ms
info :   OK https://api.nuget.org/v3-flatcontainer/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 11ms
info :   OK https://api.nuget.org/v3-flatcontainer/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 140ms
info :   GET https://api.nuget.org/v3-flatcontainer/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 6ms
info :   OK https://api.nuget.org/v3-flatcontainer/runtime.native.system.io.compression/index.json 446ms
info :   GET https://api.nuget.org/v3-flatcontainer/runtime.native.system.io.compression/4.3.0/runtime.native.system.io.compression.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/runtime.native.system.io.compression/4.3.0/runtime.native.system.io.compression.4.3.0.nupkg 9ms
info :   OK https://api.nuget.org/v3-flatcontainer/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 120ms
info :   GET https://api.nuget.org/v3-flatcontainer/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg 9ms
info :   OK https://api.nuget.org/v3-flatcontainer/system.reflection.emit.lightweight/index.json 459ms
info :   GET https://api.nuget.org/v3-flatcontainer/system.reflection.emit.lightweight/4.3.0/system.reflection.emit.lightweight.4.3.0.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/system.reflection.emit.lightweight/4.3.0/system.reflection.emit.lightweight.4.3.0.nupkg 6ms
info : Installing runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple 4.3.0.
info : Installing runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0.
info : Installing runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0.
info : Installing runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0.
info : Installing runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0.
info : Installing runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0.
info : Installing runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0.
info : Installing runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0.
info : Installing runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0.
info : Installing runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0.
info : Installing runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0.
info : Installing System.Reflection.Emit.Lightweight 4.3.0.
info : Installing System.Reflection.TypeExtensions 4.3.0.
info : Installing System.Reflection.Emit 4.3.0.
info : Installing System.Reflection.Emit.ILGeneration 4.3.0.
info : Installing runtime.native.System.Security.Cryptography.Apple 4.3.0.
info : Installing runtime.native.System.IO.Compression 4.3.0.
info : Installing System.Security.Cryptography.Csp 4.3.0.
info : Installing System.Security.Cryptography.Cng 4.3.0.
info : Installing runtime.native.System.Security.Cryptography.OpenSsl 4.3.0.
info : Installing System.Diagnostics.DiagnosticSource 4.3.0.
info : Installing System.Globalization.Extensions 4.3.0.
info : Installing System.Security.Cryptography.OpenSsl 4.3.0.
info : Installing runtime.native.System.Net.Http 4.3.0.
info : Installing runtime.native.System 4.3.0.
info : Installing System.Threading.Tasks.Extensions 4.3.0.
info : Installing System.Buffers 4.3.0.
info : Installing System.Linq.Expressions 4.3.0.
info : Installing System.Security.Cryptography.Algorithms 4.3.0.
info : Installing System.IO.Compression 4.3.0.
info : Installing System.Security.Cryptography.X509Certificates 4.3.0.
info : Installing System.Security.Cryptography.Encoding 4.3.0.
info : Installing System.Net.Http 4.3.0.
info : Installing System.Runtime.InteropServices.RuntimeInformation 4.3.0.
info : Installing System.Runtime.Extensions 4.3.0.
info : Installing System.Collections 4.3.0.
info : Installing System.Console 4.3.0.
info : Installing System.Xml.ReaderWriter 4.3.0.
info : Installing System.Runtime.Numerics 4.3.0.
info : Installing System.Net.Primitives 4.3.0.
info : Installing System.Text.RegularExpressions 4.3.0.
info : Installing System.Xml.XDocument 4.3.0.
info : Installing System.ObjectModel 4.3.0.
info : Installing System.Reflection.Extensions 4.3.0.
info : Installing Newtonsoft.Json 12.0.3.
info : Installing System.Net.Sockets 4.3.0.
info : Installing System.Linq 4.3.0.
info : Installing System.Globalization 4.3.0.
info : Installing System.Runtime.InteropServices 4.3.0.
info : Installing System.Runtime.Loader 4.3.0.
info : Installing Microsoft.Extensions.CommandLineUtils 1.1.1.
info : Installing System.Runtime 4.3.0.
info : Installing System.Resources.ResourceManager 4.3.0.
info : Installing System.IO.Compression.ZipFile 4.3.0.
info : Installing System.Runtime.Handles 4.3.0.
info : Installing System.Text.Encoding.Extensions 4.3.0.
info : Installing System.Security.Cryptography.Primitives 4.3.0.
info : Installing System.Threading 4.3.0.
info : Installing System.Reflection 4.3.0.
info : Installing System.Threading.Timer 4.3.0.
info : Installing System.IO.FileSystem.Primitives 4.3.0.
info : Installing System.Diagnostics.Tracing 4.3.0.
info : Installing System.IO 4.3.0.
info : Installing NETStandard.Library 1.6.1.
info : Installing System.IO.FileSystem 4.3.0.
info : Installing System.Globalization.Calendars 4.3.0.
info : Installing System.Diagnostics.Tools 4.3.0.
info : Installing System.Collections.Concurrent 4.3.0.
info : Installing System.Diagnostics.Debug 4.3.0.
info : Installing System.AppContext 4.3.0.
info : Installing Microsoft.Win32.Primitives 4.3.0.
info : Installing System.Threading.Tasks 4.3.0.
info : Installing Microsoft.NETCore.Platforms 1.1.0.
info : Installing Microsoft.NETCore.Targets 1.1.0.
info : Installing System.Reflection.Primitives 4.3.0.
info : Installing System.Text.Encoding 4.3.0.
info : Package 'Newtonsoft.Json' is compatible with all the specified frameworks in project '/licenseGen/licenseGen.csproj'.
info : PackageReference for package 'Newtonsoft.Json' version '12.0.3' updated in file '/licenseGen/licenseGen.csproj'.
info : Committing restore...
info : Generating MSBuild file /licenseGen/obj/licenseGen.csproj.nuget.g.props.
info : Generating MSBuild file /licenseGen/obj/licenseGen.csproj.nuget.g.targets.
info : Writing assets file to disk. Path: /licenseGen/obj/project.assets.json
log  : Restored /licenseGen/licenseGen.csproj (in 2.98 sec).
+ dotnet restore
  Determining projects to restore...
  All projects are up-to-date for restore.
+ dotnet publish
Microsoft (R) Build Engine version 16.7.2+b60ddb6f4 for .NET
Copyright (C) Microsoft Corporation. All rights reserved.

  Determining projects to restore...
  All projects are up-to-date for restore.
  licenseGen -> /licenseGen/bin/Debug/netcoreapp3.1/licenseGen.dll
  licenseGen -> /licenseGen/bin/Debug/netcoreapp3.1/publish/
ApplyLayer exit status 1 stdout:  stderr: lchown /tmp/clr-debug-pipe-135-51566402-in: no such file or directory

can someone help me what is wrong?

JeffAlyanak commented 3 years ago

@DanceNgine Two quick questions:

  1. Have you confirmed that the user you're running the build scripts with has the right permissions to use docker? What output do you get when you run docker run hello-world with that user?
  2. Are you using a traditional VM or a Proxmox linux container (CT)?
DanceNgine commented 3 years ago

I have testet again in a traditional VM and not in LXC Container. Now it works . I don't know why but another Docker Container in the LXC Container runs good. Why didn't I come up with it earlier? Thanks for Help!