Running with gitlab-runner 13.10.0 (54944146)
on builder 32JLusNz
section_start:1621326178:prepare_executor
Preparing the "shell" executor
Using Shell executor...
section_end:1621326178:prepare_executor
section_start:1621326178:prepare_script
Preparing environment
Running on meu...
section_end:1621326178:prepare_script
section_start:1621326178:get_sources
Getting source from Git repository
Fetching changes...
Reinitialized existing Git repository in /home/gitlab-runner/builds/32JLusNz/0/nguyenvu/test-cicd-project-ngvu/.git/
Checking out f101f421 as develop...
Updating/initializing submodules recursively...
Synchronizing submodule url for 'cicd'
Entering 'cicd'
Entering 'cicd'
HEAD is now at a1e2f70 update cd
Submodule path 'cicd': checked out 'db0e25e70506eb48094def676205527115ce462d'
section_end:1621326178:get_sources
section_start:1621326178:step_script
Executing "step_script" stage of the job script
$ echo "Please remember that for dev environment, we use the tag 'dev' only !!!"
Please remember that for dev environment, we use the tag 'dev' only !!!
$ cicd_path=$(pwd)/$(grep "path" .gitmodules | cut -d "=" -f2 | cut -d " " -f2)
$ git submodule update --recursive --remote
From 27.74.255.96:trainguyen/cicd
a1e2f70..40603dc feature-cicd -> origin/feature-cicd
Submodule path 'cicd': checked out '40603dc447715b6b4139c199441948c1d30fe1a8'
$ export docker_path=$(pwd)
$ export tag="dev"
$ export image_name=$image_name
$ export CI_REGISTRY_PW=$GIT_PW
$ export CI_REGISTRY_USER=$GIT_USER
$ current_file_path=$(pwd)/MEU.API/Resources/ReleaseNotes/releasenotes.txt
$ release_note_folder=/var/www/release_note
$ if [ ! -d "$release_note_folder" ]; then # collapsed multi-line command
$ if [ -f "$release_note_folder/$project_name/releasenotes.txt" ] ; # collapsed multi-line command
$ bash $cicd_path/build.sh
registry.gitlab.com/conritai/erp-task-management-backend
dev
Sending build context to Docker daemon 66.38MB
Step 1/14 : FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS build
---> b4f189e5f593
Step 2/14 : WORKDIR /app
---> Using cache
---> 6bcd7dc2dc1b
Step 3/14 : COPY ./ ./
---> 58bd9e01cd91
Step 4/14 : RUN ls -la
---> Running in 50ee6280faff
total 88
drwxr-xr-x 1 root root 4096 May 18 08:23 .
drwxr-xr-x 1 root root 4096 May 18 08:23 ..
drwxrwxr-x 6 root root 4096 May 18 08:22 .git
-rw-rw-r-- 1 root root 2518 May 12 10:50 .gitattributes
-rw-rw-r-- 1 root root 5555 May 12 10:50 .gitignore
-rw-rw-r-- 1 root root 6435 May 12 10:50 .gitlab-ci-develop.yml
-rw-rw-r-- 1 root root 1122 May 12 10:50 .gitlab-ci-staging.yml
-rw-rw-r-- 1 root root 8260 May 18 08:17 .gitlab-ci.yml
-rw-rw-r-- 1 root root 99 May 13 08:32 .gitmodules
-rw-rw-r-- 1 root root 441 May 18 08:16 Dockerfile
drwxrwxr-x 12 root root 4096 May 12 10:50 MEU.API
drwxrwxr-x 2 root root 4096 May 12 10:50 MEU.API.TEST
-rw-rw-r-- 1 root root 26 May 12 10:50 README.md
drwxrwxr-x 5 root root 4096 May 12 10:50 Sieve
-rw-rw-r-- 1 root root 272 May 12 10:50 ThirdPartyApp.txt
drwxrwxr-x 3 root root 4096 May 18 08:22 cicd
-rw-rw-r-- 1 root root 318 May 18 08:16 docker-compose.yaml
-rw-rw-r-- 1 root root 2359 May 12 10:50 erp-task-management-backend.sln
Removing intermediate container 50ee6280faff
---> d3c0792b7cba
Step 5/14 : RUN dotnet restore
---> Running in 721cf6ff545d
Determining projects to restore...
Restored /app/Sieve/Sieve/Sieve.csproj (in 17.19 sec).
/app/MEU.API.TEST/MEU.API.TEST.csproj : warning NU1701: Package 'Microsoft.AspNet.WebApi.Client 4.0.20710' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project. [/app/erp-task-management-backend.sln]
/app/MEU.API/MEU.API.csproj : warning NU1701: Package 'Microsoft.AspNet.WebApi.Client 4.0.20710' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project. [/app/erp-task-management-backend.sln]
/app/MEU.API.TEST/MEU.API.TEST.csproj : warning NU1701: Package 'Microsoft.AspNet.WebApi.Core 4.0.20710' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project. [/app/erp-task-management-backend.sln]
/app/MEU.API/MEU.API.csproj : warning NU1701: Package 'Microsoft.AspNet.WebApi.Core 4.0.20710' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project. [/app/erp-task-management-backend.sln]
/app/MEU.API/MEU.API.csproj : warning NU1701: Package 'Microsoft.AspNet.WebApi.WebHost 4.0.20710' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project. [/app/erp-task-management-backend.sln]
/app/MEU.API.TEST/MEU.API.TEST.csproj : warning NU1701: Package 'Microsoft.AspNet.WebApi.WebHost 4.0.20710' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project. [/app/erp-task-management-backend.sln]
/app/MEU.API/MEU.API.csproj : warning NU1701: Package 'Microsoft.Net.Http 2.0.20710' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project. [/app/erp-task-management-backend.sln]
/app/MEU.API.TEST/MEU.API.TEST.csproj : warning NU1701: Package 'Microsoft.Net.Http 2.0.20710' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project. [/app/erp-task-management-backend.sln]
/app/MEU.API/MEU.API.csproj : warning NU1701: Package 'Microsoft.Web.Infrastructure 1.0.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project. [/app/erp-task-management-backend.sln]
/app/MEU.API.TEST/MEU.API.TEST.csproj : warning NU1701: Package 'Microsoft.Web.Infrastructure 1.0.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project. [/app/erp-task-management-backend.sln]
/app/MEU.API/MEU.API.csproj : warning NU1701: Package 'Swashbuckle.Core 5.6.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project. [/app/erp-task-management-backend.sln]
/app/MEU.API.TEST/MEU.API.TEST.csproj : warning NU1701: Package 'Swashbuckle.Core 5.6.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project. [/app/erp-task-management-backend.sln]
/app/MEU.API.TEST/MEU.API.TEST.csproj : warning NU1701: Package 'WebActivatorEx 2.0.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project. [/app/erp-task-management-backend.sln]
/app/MEU.API/MEU.API.csproj : warning NU1701: Package 'WebActivatorEx 2.0.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project. [/app/erp-task-management-backend.sln]
Restored /app/MEU.API/MEU.API.csproj (in 1.56 min).
Restored /app/MEU.API.TEST/MEU.API.TEST.csproj (in 1.56 min).
Removing intermediate container 721cf6ff545d
---> 0a65e710781b
Step 6/14 : WORKDIR /app/MEU.API
---> Running in 555fd4b6eb80
Removing intermediate container 555fd4b6eb80
---> 4a640e752b3a
Step 7/14 : RUN dotnet publish -c Release -o out
---> Running in e5e4c30f53e2
Microsoft (R) Build Engine version 16.7.2+b60ddb6f4 for .NET
Copyright (C) Microsoft Corporation. All rights reserved.
Determining projects to restore...
/app/MEU.API/MEU.API.csproj : warning NU1701: Package 'Microsoft.AspNet.WebApi.Client 4.0.20710' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project.
/app/MEU.API/MEU.API.csproj : warning NU1701: Package 'Microsoft.AspNet.WebApi.Core 4.0.20710' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project.
/app/MEU.API/MEU.API.csproj : warning NU1701: Package 'Microsoft.AspNet.WebApi.WebHost 4.0.20710' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project.
/app/MEU.API/MEU.API.csproj : warning NU1701: Package 'Microsoft.Net.Http 2.0.20710' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project.
/app/MEU.API/MEU.API.csproj : warning NU1701: Package 'Microsoft.Web.Infrastructure 1.0.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project.
/app/MEU.API/MEU.API.csproj : warning NU1701: Package 'Swashbuckle.Core 5.6.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project.
/app/MEU.API/MEU.API.csproj : warning NU1701: Package 'WebActivatorEx 2.0.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project.
All projects are up-to-date for restore.
/app/MEU.API/MEU.API.csproj : warning NU1701: Package 'Microsoft.AspNet.WebApi.Client 4.0.20710' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project.
/app/MEU.API/MEU.API.csproj : warning NU1701: Package 'Microsoft.AspNet.WebApi.Core 4.0.20710' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project.
/app/MEU.API/MEU.API.csproj : warning NU1701: Package 'Microsoft.AspNet.WebApi.WebHost 4.0.20710' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project.
/app/MEU.API/MEU.API.csproj : warning NU1701: Package 'Microsoft.Net.Http 2.0.20710' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project.
/app/MEU.API/MEU.API.csproj : warning NU1701: Package 'Microsoft.Web.Infrastructure 1.0.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project.
/app/MEU.API/MEU.API.csproj : warning NU1701: Package 'Swashbuckle.Core 5.6.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project.
/app/MEU.API/MEU.API.csproj : warning NU1701: Package 'WebActivatorEx 2.0.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project.
Services/ISieveCustomSortMethods.cs(3,22): warning CA1040: Avoid empty interfaces [/app/Sieve/Sieve/Sieve.csproj]
Services/ISieveCustomFilterMethods.cs(3,22): warning CA1040: Avoid empty interfaces [/app/Sieve/Sieve/Sieve.csproj]
Extensions/MethodInfoExtended.cs(90,22): warning CA1034: Do not nest type T. Alternatively, change its accessibility so that it is not externally visible. [/app/Sieve/Sieve/Sieve.csproj]
Models/FilterTerm.cs(7,18): warning CA1067: Type Sieve.Models.FilterTerm should override Equals because it implements IEquatable<T> [/app/Sieve/Sieve/Sieve.csproj]
Models/FilterTerm.cs(48,25): warning CA1819: Properties should not return arrays [/app/Sieve/Sieve/Sieve.csproj]
Models/FilterTerm.cs(52,25): warning CA1819: Properties should not return arrays [/app/Sieve/Sieve/Sieve.csproj]
Models/IFilterTerm.cs(5,16): warning CA1044: Because property Filter is write-only, either add a property getter with an accessibility that is greater than or equal to its setter or convert this property into a method. [/app/Sieve/Sieve/Sieve.csproj]
Models/IFilterTerm.cs(6,18): warning CA1819: Properties should not return arrays [/app/Sieve/Sieve/Sieve.csproj]
Models/IFilterTerm.cs(11,18): warning CA1819: Properties should not return arrays [/app/Sieve/Sieve/Sieve.csproj]
Models/IFilterTerm.cs(7,16): warning CA1716: Rename virtual/interface member IFilterTerm.Operator so that it no longer conflicts with the reserved language keyword 'Operator'. Using a reserved keyword as the name of a virtual/interface member makes it harder for consumers in other languages to override/implement the member. [/app/Sieve/Sieve/Sieve.csproj]
Models/ISortTerm.cs(5,16): warning CA1044: Because property Sort is write-only, either add a property getter with an accessibility that is greater than or equal to its setter or convert this property into a method. [/app/Sieve/Sieve/Sieve.csproj]
Services/SieveProcessor.cs(655,20): warning CA1051: Do not declare visible instance fields [/app/Sieve/Sieve/Sieve.csproj]
Services/SieveProcessor.cs(664,21): warning CA1051: Do not declare visible instance fields [/app/Sieve/Sieve/Sieve.csproj]
Services/SievePropertyMapper.cs(25,22): warning CA1034: Do not nest type PropertyFluentApi. Alternatively, change its accessibility so that it is not externally visible. [/app/Sieve/Sieve/Sieve.csproj]
Models/SortTerm.cs(5,18): warning CA1067: Type Sieve.Models.SortTerm should override Equals because it implements IEquatable<T> [/app/Sieve/Sieve/Sieve.csproj]
Models/SortTerm.cs(19,32): warning CA1307: The behavior of 'string.StartsWith(string)' could vary based on the current user's locale settings. Replace this call in 'Sieve.Models.SortTerm.Name.get' with a call to 'string.StartsWith(string, System.StringComparison)'. [/app/Sieve/Sieve/Sieve.csproj]
Models/SortTerm.cs(21,35): warning CA1307: The behavior of 'string.StartsWith(string)' could vary based on the current user's locale settings. Replace this call in 'Sieve.Models.SortTerm.Descending.get' with a call to 'string.StartsWith(string, System.StringComparison)'. [/app/Sieve/Sieve/Sieve.csproj]
Models/SieveModel.cs(39,25): warning CA1307: The behavior of 'string.StartsWith(string)' could vary based on the current user's locale settings. Replace this call in 'Sieve.Models.SieveModel<TFilterTerm, TSortTerm>.GetFiltersParsed()' with a call to 'string.StartsWith(string, System.StringComparison)'. [/app/Sieve/Sieve/Sieve.csproj]
Models/SieveModel.cs(41,63): warning CA1307: The behavior of 'string.LastIndexOf(string)' could vary based on the current user's locale settings. Replace this call in 'Sieve.Models.SieveModel<TFilterTerm, TSortTerm>.GetFiltersParsed()' with a call to 'string.LastIndexOf(string, System.StringComparison)'. [/app/Sieve/Sieve/Sieve.csproj]
Models/SortTerm.cs(25,28): warning CA1062: In externally visible method 'bool SortTerm.Equals(SortTerm other)', validate parameter 'other' is non-null before using it. If appropriate, throw an ArgumentNullException when the argument is null or add a Code Contract precondition asserting non-null argument. [/app/Sieve/Sieve/Sieve.csproj]
Extensions/OrderByDynamic.cs(20,17): warning CA1062: In externally visible method 'IQueryable<TEntity> LinqExtentions.OrderByDynamic<TEntity>(IQueryable<TEntity> source, string fullPropertyName, PropertyInfo propertyInfo, bool desc, bool useThenBy)', validate parameter 'fullPropertyName' is non-null before using it. If appropriate, throw an ArgumentNullException when the argument is null or add a Code Contract precondition asserting non-null argument. [/app/Sieve/Sieve/Sieve.csproj]
Extensions/OrderByDynamic.cs(32,43): warning CA1062: In externally visible method 'IQueryable<TEntity> LinqExtentions.OrderByDynamic<TEntity>(IQueryable<TEntity> source, string fullPropertyName, PropertyInfo propertyInfo, bool desc, bool useThenBy)', validate parameter 'source' is non-null before using it. If appropriate, throw an ArgumentNullException when the argument is null or add a Code Contract precondition asserting non-null argument. [/app/Sieve/Sieve/Sieve.csproj]
Extensions/OrderByDynamic.cs(31,99): warning CA1062: In externally visible method 'IQueryable<TEntity> LinqExtentions.OrderByDynamic<TEntity>(IQueryable<TEntity> source, string fullPropertyName, PropertyInfo propertyInfo, bool desc, bool useThenBy)', validate parameter 'propertyInfo' is non-null before using it. If appropriate, throw an ArgumentNullException when the argument is null or add a Code Contract precondition asserting non-null argument. [/app/Sieve/Sieve/Sieve.csproj]
Services/SievePropertyMapper.cs(33,58): warning CA1062: In externally visible method 'PropertyFluentApi<TEntity>.PropertyFluentApi(SievePropertyMapper sievePropertyMapper, Expression<Func<TEntity, object>> expression)', validate parameter 'expression' is non-null before using it. If appropriate, throw an ArgumentNullException when the argument is null or add a Code Contract precondition asserting non-null argument. [/app/Sieve/Sieve/Sieve.csproj]
Models/RemoveVietNamSign.cs(53,20): warning CA1304: The behavior of 'string.ToUpper()' could vary based on the current user's locale settings. Replace this call in 'RemoveVietNamSign.RemoveSignAndUpperVietnameseString(string)' with a call to 'string.ToUpper(CultureInfo)'. [/app/Sieve/Sieve/Sieve.csproj]
Extensions/MethodInfoExtended.cs(45,46): warning CA1062: In externally visible method 'MethodInfo MethodInfoExtended.GetMethodExt(Type thisType, string name, BindingFlags bindingFlags, Type firstType)', validate parameter 'thisType' is non-null before using it. If appropriate, throw an ArgumentNullException when the argument is null or add a Code Contract precondition asserting non-null argument. [/app/Sieve/Sieve/Sieve.csproj]
Services/SieveProcessor.cs(77,22): warning CA2214: Do not call overridable methods in constructors [/app/Sieve/Sieve/Sieve.csproj]
Services/SieveProcessor.cs(68,22): warning CA2214: Do not call overridable methods in constructors [/app/Sieve/Sieve/Sieve.csproj]
Services/SieveProcessor.cs(92,22): warning CA2214: Do not call overridable methods in constructors [/app/Sieve/Sieve/Sieve.csproj]
Services/SieveProcessor.cs(85,22): warning CA2214: Do not call overridable methods in constructors [/app/Sieve/Sieve/Sieve.csproj]
Models/FilterTerm.cs(42,45): warning CA1307: The behavior of 'string.EndsWith(string)' could vary based on the current user's locale settings. Replace this call in 'Sieve.Models.FilterTerm.Filter.set' with a call to 'string.EndsWith(string, System.StringComparison)'. [/app/Sieve/Sieve/Sieve.csproj]
Models/FilterTerm.cs(43,83): warning CA1307: The behavior of 'string.StartsWith(string)' could vary based on the current user's locale settings. Replace this call in 'Sieve.Models.FilterTerm.Filter.set' with a call to 'string.StartsWith(string, System.StringComparison)'. [/app/Sieve/Sieve/Sieve.csproj]
Services/SieveProcessor.cs(205,57): warning CA1305: The behavior of 'Convert.ChangeType(object, Type)' could vary based on the current user's locale settings. Replace this call in 'SieveProcessor<TSieveModel, TFilterTerm, TSortTerm>.GetExtendFilterString<TEntity>(TSieveModel, [bool])' with a call to 'Convert.ChangeType(object, Type, IFormatProvider)'. [/app/Sieve/Sieve/Sieve.csproj]
Services/SieveProcessor.cs(212,82): warning CA1305: The behavior of 'string.ToString()' could vary based on the current user's locale settings. Replace this call in 'SieveProcessor<TSieveModel, TFilterTerm, TSortTerm>.GetExtendFilterString<TEntity>(TSieveModel, [bool])' with a call to 'string.ToString(IFormatProvider)'. [/app/Sieve/Sieve/Sieve.csproj]
Extensions/MethodInfoExtended.cs(82,33): warning CA1303: Method 'void MethodInfoExtended.GetMethodExt(ref MethodInfo matchingMethod, Type type, string name, BindingFlags bindingFlags, Type firstType)' passes a literal string as parameter 'message' of a call to 'AmbiguousMatchException.AmbiguousMatchException(string message)'. Retrieve the following string(s) from a resource table instead: "More than one matching method found!". [/app/Sieve/Sieve/Sieve.csproj]
Services/SieveProcessor.cs(291,20): warning CA1305: The behavior of 'Convert.ChangeType(object, Type)' could vary based on the current user's locale settings. Replace this call in 'SieveProcessor<TSieveModel, TFilterTerm, TSortTerm>.ChangeType(object, Type)' with a call to 'Convert.ChangeType(object, Type, IFormatProvider)'. [/app/Sieve/Sieve/Sieve.csproj]
Services/SieveProcessor.cs(282,17): warning CA1062: In externally visible method 'object SieveProcessor<TSieveModel, TFilterTerm, TSortTerm>.ChangeType(object value, Type conversion)', validate parameter 'conversion' is non-null before using it. If appropriate, throw an ArgumentNullException when the argument is null or add a Code Contract precondition asserting non-null argument. [/app/Sieve/Sieve/Sieve.csproj]
Models/FilterTerm.cs(36,36): warning CA1062: In externally visible method 'void FilterTerm.Filter.set', validate parameter 'value' is non-null before using it. If appropriate, throw an ArgumentNullException when the argument is null or add a Code Contract precondition asserting non-null argument. [/app/Sieve/Sieve/Sieve.csproj]
Services/SieveProcessor.cs(334,57): warning CA1305: The behavior of 'Convert.ChangeType(object, Type)' could vary based on the current user's locale settings. Replace this call in 'SieveProcessor<TSieveModel, TFilterTerm, TSortTerm>.GetFilterExpressionQuery<TEntity>(TSieveModel, [bool])' with a call to 'Convert.ChangeType(object, Type, IFormatProvider)'. [/app/Sieve/Sieve/Sieve.csproj]
Services/SieveProcessor.cs(433,57): warning CA1305: The behavior of 'Convert.ChangeType(object, Type)' could vary based on the current user's locale settings. Replace this call in 'SieveProcessor<TSieveModel, TFilterTerm, TSortTerm>.ApplyFiltering<TEntity>(TSieveModel, IQueryable<TEntity>, [object[]], [bool])' with a call to 'Convert.ChangeType(object, Type, IFormatProvider)'. [/app/Sieve/Sieve/Sieve.csproj]
Models/FilterTerm.cs(89,40): warning CA1062: In externally visible method 'bool FilterTerm.Equals(FilterTerm other)', validate parameter 'other' is non-null before using it. If appropriate, throw an ArgumentNullException when the argument is null or add a Code Contract precondition asserting non-null argument. [/app/Sieve/Sieve/Sieve.csproj]
Services/SieveProcessor.cs(570,34): warning CA1000: Do not declare static members on generic types [/app/Sieve/Sieve/Sieve.csproj]
Services/SieveProcessor.cs(572,23): warning CA1304: The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'SieveProcessor<TSieveModel, TFilterTerm, TSortTerm>.RemoveSignAndLowerCase4VietnameseString(string)' with a call to 'string.ToLower(CultureInfo)'. [/app/Sieve/Sieve/Sieve.csproj]
Services/SieveProcessor.cs(572,23): warning CA1062: In externally visible method 'string SieveProcessor<TSieveModel, TFilterTerm, TSortTerm>.RemoveSignAndLowerCase4VietnameseString(string str)', validate parameter 'str' is non-null before using it. If appropriate, throw an ArgumentNullException when the argument is null or add a Code Contract precondition asserting non-null argument. [/app/Sieve/Sieve/Sieve.csproj]
Services/SieveProcessor.cs(680,17): warning CA1031: Modify 'ApplyPagination' to catch a more specific allowed exception type, or rethrow the exception. [/app/Sieve/Sieve/Sieve.csproj]
Services/SieveProcessor.cs(580,126): warning CA1801: Parameter bCaseSensitive of method GetExpression is never used. Remove the parameter or use it in the method body. [/app/Sieve/Sieve/Sieve.csproj]
Services/SieveProcessor.cs(164,16): warning CA1801: Parameter bCaseSensitive of method GetExtendFilterString is never used. Remove the parameter or use it in the method body. [/app/Sieve/Sieve/Sieve.csproj]
Sieve -> /app/Sieve/Sieve/bin/Release/netstandard2.0/Sieve.dll
/usr/share/dotnet/sdk/3.1.407/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets(198,5): warning NU5125: The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead. [/app/Sieve/Sieve/Sieve.csproj]
/usr/share/dotnet/sdk/3.1.407/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets(198,5): warning NU5048: The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl [/app/Sieve/Sieve/Sieve.csproj]
Successfully created package '/app/Sieve/Sieve/bin/Release/Sieve.2.3.3.nupkg'.
Utils/ReflectionHelper.cs(256,30): warning CS0168: The variable 'ex' is declared but never used [/app/MEU.API/MEU.API.csproj]
MiddleWare/CustomModelBinder.cs(29,34): warning CS0168: The variable 'ex' is declared but never used [/app/MEU.API/MEU.API.csproj]
MEU.API -> /app/MEU.API/bin/Release/netcoreapp3.1/MEU.API.dll
MEU.API -> /app/MEU.API/out/
Removing intermediate container e5e4c30f53e2
---> c0126bb440cb
Step 8/14 : FROM mcr.microsoft.com/dotnet/core/aspnet:3.1 AS runtime
---> 75997b4e146e
Step 9/14 : RUN chmod 1777 /tmp
---> Running in f3673e836c42
Removing intermediate container f3673e836c42
---> 75472a1d587c
Step 10/14 : RUN mkdir /data
---> Running in 24f7ae12c1c2
Removing intermediate container 24f7ae12c1c2
---> 80b4d5d87f6d
Step 11/14 : RUN apt-get update && apt-get install -y unattended-upgrades && apt-get install -y libgdiplus
---> Running in 44162236d02b
Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [289 kB]
Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
Fetched 8445 kB in 4s (1987 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
bzip2 dbus distro-info-data dmsetup file gir1.2-glib-2.0 iso-codes
libapparmor1 libapt-inst2.0 libargon2-1 libcap2 libcryptsetup12 libdbus-1-3
libdevmapper1.02.1 libexpat1 libgirepository-1.0-1 libglib2.0-0
libglib2.0-data libidn11 libip4tc0 libjson-c3 libkmod2 libmagic-mgc
libmagic1 libmpdec2 libnss-systemd libpam-systemd libpython3-stdlib
libpython3.7-minimal libpython3.7-stdlib libreadline7 libsqlite3-0 libxml2
lsb-base lsb-release mime-support python-apt-common python3 python3-apt
python3-dbus python3-distro-info python3-gi python3-minimal python3.7
python3.7-minimal readline-common sensible-utils shared-mime-info systemd
systemd-sysv ucf xdg-user-dirs xz-utils
Suggested packages:
bzip2-doc default-dbus-session-bus | dbus-session-bus isoquery lsb
python3-doc python3-tk python3-venv python3-apt-dbg python-apt-doc
python-dbus-doc python3-dbus-dbg python3.7-venv python3.7-doc binutils
binfmt-support readline-doc systemd-container policykit-1 bsd-mailx
default-mta | mail-transport-agent needrestart powermgmt-base
The following NEW packages will be installed:
bzip2 dbus distro-info-data dmsetup file gir1.2-glib-2.0 iso-codes
libapparmor1 libapt-inst2.0 libargon2-1 libcap2 libcryptsetup12 libdbus-1-3
libdevmapper1.02.1 libexpat1 libgirepository-1.0-1 libglib2.0-0
libglib2.0-data libidn11 libip4tc0 libjson-c3 libkmod2 libmagic-mgc
libmagic1 libmpdec2 libnss-systemd libpam-systemd libpython3-stdlib
libpython3.7-minimal libpython3.7-stdlib libreadline7 libsqlite3-0 libxml2
lsb-base lsb-release mime-support python-apt-common python3 python3-apt
python3-dbus python3-distro-info python3-gi python3-minimal python3.7
python3.7-minimal readline-common sensible-utils shared-mime-info systemd
systemd-sysv ucf unattended-upgrades xdg-user-dirs xz-utils
0 upgraded, 54 newly installed, 0 to remove and 2 not upgraded.
Need to get 19.4 MB of archives.
After this operation, 94.7 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
Get:2 http://deb.debian.org/debian buster/main amd64 libcap2 amd64 1:2.25-2 [17.6 kB]
Get:3 http://deb.debian.org/debian buster/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
Get:4 http://deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
Get:5 http://deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
Get:6 http://deb.debian.org/debian buster/main amd64 libjson-c3 amd64 0.12.1+ds-2+deb10u1 [27.3 kB]
Get:7 http://deb.debian.org/debian buster/main amd64 libcryptsetup12 amd64 2:2.1.0-5+deb10u2 [193 kB]
Get:8 http://deb.debian.org/debian buster/main amd64 libidn11 amd64 1.33-2.2 [116 kB]
Get:9 http://deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
Get:10 http://deb.debian.org/debian buster/main amd64 libkmod2 amd64 26-1 [52.7 kB]
Get:11 http://deb.debian.org/debian buster/main amd64 systemd amd64 241-7~deb10u7 [3499 kB]
Get:12 http://deb.debian.org/debian buster/main amd64 systemd-sysv amd64 241-7~deb10u7 [100 kB]
Get:13 http://deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
Get:14 http://deb.debian.org/debian buster/main amd64 libexpat1 amd64 2.2.6-2+deb10u1 [106 kB]
Get:15 http://deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
Get:16 http://deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
Get:17 http://deb.debian.org/debian buster/main amd64 mime-support all 3.62 [37.2 kB]
Get:18 http://deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
Get:19 http://deb.debian.org/debian buster/main amd64 readline-common all 7.0-5 [70.6 kB]
Get:20 http://deb.debian.org/debian buster/main amd64 libreadline7 amd64 7.0-5 [151 kB]
Get:21 http://deb.debian.org/debian buster/main amd64 libsqlite3-0 amd64 3.27.2-3+deb10u1 [641 kB]
Get:22 http://deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
Get:23 http://deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
Get:24 http://deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
Get:25 http://deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
Get:26 http://deb.debian.org/debian buster/main amd64 sensible-utils all 0.0.12 [15.8 kB]
Get:27 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
Get:28 http://deb.debian.org/debian buster/main amd64 libdbus-1-3 amd64 1.12.20-0+deb10u1 [215 kB]
Get:29 http://deb.debian.org/debian buster/main amd64 dbus amd64 1.12.20-0+deb10u1 [236 kB]
Get:30 http://deb.debian.org/debian buster/main amd64 libmagic-mgc amd64 1:5.35-4+deb10u2 [242 kB]
Get:31 http://deb.debian.org/debian buster/main amd64 libmagic1 amd64 1:5.35-4+deb10u2 [118 kB]
Get:32 http://deb.debian.org/debian buster/main amd64 file amd64 1:5.35-4+deb10u2 [66.4 kB]
Get:33 http://deb.debian.org/debian buster/main amd64 libnss-systemd amd64 241-7~deb10u7 [205 kB]
Get:34 http://deb.debian.org/debian buster/main amd64 libpam-systemd amd64 241-7~deb10u7 [209 kB]
Get:35 http://deb.debian.org/debian buster/main amd64 ucf all 3.0038+nmu1 [69.0 kB]
Get:36 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
Get:37 http://deb.debian.org/debian buster/main amd64 distro-info-data all 0.41+deb10u3 [6640 B]
Get:38 http://deb.debian.org/debian buster/main amd64 libglib2.0-0 amd64 2.58.3-2+deb10u2 [1258 kB]
Get:39 http://deb.debian.org/debian buster/main amd64 libgirepository-1.0-1 amd64 1.58.3-2 [92.8 kB]
Get:40 http://deb.debian.org/debian buster/main amd64 gir1.2-glib-2.0 amd64 1.58.3-2 [143 kB]
Get:41 http://deb.debian.org/debian buster/main amd64 iso-codes all 4.2-1 [2713 kB]
Get:42 http://deb.debian.org/debian buster-updates/main amd64 libapt-inst2.0 amd64 1.8.2.3 [204 kB]
Get:43 http://deb.debian.org/debian buster/main amd64 libglib2.0-data all 2.58.3-2+deb10u2 [1110 kB]
Get:44 http://deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB]
Get:45 http://deb.debian.org/debian buster/main amd64 lsb-base all 10.2019051400 [28.4 kB]
Get:46 http://deb.debian.org/debian buster/main amd64 lsb-release all 10.2019051400 [27.5 kB]
Get:47 http://deb.debian.org/debian buster/main amd64 python-apt-common all 1.8.4.3 [96.3 kB]
Get:48 http://deb.debian.org/debian buster/main amd64 python3-apt amd64 1.8.4.3 [185 kB]
Get:49 http://deb.debian.org/debian buster/main amd64 python3-dbus amd64 1.2.8-3 [103 kB]
Get:50 http://deb.debian.org/debian buster/main amd64 python3-distro-info all 0.21 [7896 B]
Get:51 http://deb.debian.org/debian buster/main amd64 python3-gi amd64 3.30.4-1 [180 kB]
Get:52 http://deb.debian.org/debian buster/main amd64 shared-mime-info amd64 1.10-1 [766 kB]
Get:53 http://deb.debian.org/debian buster/main amd64 unattended-upgrades all 1.11.2 [79.0 kB]
Get:54 http://deb.debian.org/debian buster/main amd64 xdg-user-dirs amd64 0.17-2 [53.8 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 19.4 MB in 4s (4694 kB/s)
Selecting previously unselected package libapparmor1:amd64.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6924 files and directories currently installed.)
Preparing to unpack .../00-libapparmor1_2.13.2-10_amd64.deb ...
Unpacking libapparmor1:amd64 (2.13.2-10) ...
Selecting previously unselected package libcap2:amd64.
Preparing to unpack .../01-libcap2_1%3a2.25-2_amd64.deb ...
Unpacking libcap2:amd64 (1:2.25-2) ...
Selecting previously unselected package libargon2-1:amd64.
Preparing to unpack .../02-libargon2-1_0~20171227-0.2_amd64.deb ...
Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
Selecting previously unselected package dmsetup.
Preparing to unpack .../03-dmsetup_2%3a1.02.155-3_amd64.deb ...
Unpacking dmsetup (2:1.02.155-3) ...
Selecting previously unselected package libdevmapper1.02.1:amd64.
Preparing to unpack .../04-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
Selecting previously unselected package libjson-c3:amd64.
Preparing to unpack .../05-libjson-c3_0.12.1+ds-2+deb10u1_amd64.deb ...
Unpacking libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ...
Selecting previously unselected package libcryptsetup12:amd64.
Preparing to unpack .../06-libcryptsetup12_2%3a2.1.0-5+deb10u2_amd64.deb ...
Unpacking libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ...
Selecting previously unselected package libidn11:amd64.
Preparing to unpack .../07-libidn11_1.33-2.2_amd64.deb ...
Unpacking libidn11:amd64 (1.33-2.2) ...
Selecting previously unselected package libip4tc0:amd64.
Preparing to unpack .../08-libip4tc0_1.8.2-4_amd64.deb ...
Unpacking libip4tc0:amd64 (1.8.2-4) ...
Selecting previously unselected package libkmod2:amd64.
Preparing to unpack .../09-libkmod2_26-1_amd64.deb ...
Unpacking libkmod2:amd64 (26-1) ...
Selecting previously unselected package systemd.
Preparing to unpack .../10-systemd_241-7~deb10u7_amd64.deb ...
Unpacking systemd (241-7~deb10u7) ...
Setting up libapparmor1:amd64 (2.13.2-10) ...
Setting up libcap2:amd64 (1:2.25-2) ...
Setting up libargon2-1:amd64 (0~20171227-0.2) ...
Setting up libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ...
Setting up libidn11:amd64 (1.33-2.2) ...
Setting up libip4tc0:amd64 (1.8.2-4) ...
Setting up libkmod2:amd64 (26-1) ...
Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
Setting up libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ...
Setting up systemd (241-7~deb10u7) ...
Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
Setting up dmsetup (2:1.02.155-3) ...
Selecting previously unselected package systemd-sysv.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7768 files and directories currently installed.)
Preparing to unpack .../systemd-sysv_241-7~deb10u7_amd64.deb ...
Unpacking systemd-sysv (241-7~deb10u7) ...
Selecting previously unselected package libpython3.7-minimal:amd64.
Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../libexpat1_2.2.6-2+deb10u1_amd64.deb ...
Unpacking libexpat1:amd64 (2.2.6-2+deb10u1) ...
Selecting previously unselected package python3.7-minimal.
Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
Setting up libexpat1:amd64 (2.2.6-2+deb10u1) ...
Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
Selecting previously unselected package python3-minimal.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 8035 files and directories currently installed.)
Preparing to unpack .../0-python3-minimal_3.7.3-1_amd64.deb ...
Unpacking python3-minimal (3.7.3-1) ...
Selecting previously unselected package mime-support.
Preparing to unpack .../1-mime-support_3.62_all.deb ...
Unpacking mime-support (3.62) ...
Selecting previously unselected package libmpdec2:amd64.
Preparing to unpack .../2-libmpdec2_2.4.2-2_amd64.deb ...
Unpacking libmpdec2:amd64 (2.4.2-2) ...
Selecting previously unselected package readline-common.
Preparing to unpack .../3-readline-common_7.0-5_all.deb ...
Unpacking readline-common (7.0-5) ...
Selecting previously unselected package libreadline7:amd64.
Preparing to unpack .../4-libreadline7_7.0-5_amd64.deb ...
Unpacking libreadline7:amd64 (7.0-5) ...
Selecting previously unselected package libsqlite3-0:amd64.
Preparing to unpack .../5-libsqlite3-0_3.27.2-3+deb10u1_amd64.deb ...
Unpacking libsqlite3-0:amd64 (3.27.2-3+deb10u1) ...
Selecting previously unselected package libpython3.7-stdlib:amd64.
Preparing to unpack .../6-libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
Selecting previously unselected package python3.7.
Preparing to unpack .../7-python3.7_3.7.3-2+deb10u3_amd64.deb ...
Unpacking python3.7 (3.7.3-2+deb10u3) ...
Selecting previously unselected package libpython3-stdlib:amd64.
Preparing to unpack .../8-libpython3-stdlib_3.7.3-1_amd64.deb ...
Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
Setting up python3-minimal (3.7.3-1) ...
Selecting previously unselected package python3.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 8504 files and directories currently installed.)
Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
Unpacking python3 (3.7.3-1) ...
Selecting previously unselected package sensible-utils.
Preparing to unpack .../01-sensible-utils_0.0.12_all.deb ...
Unpacking sensible-utils (0.0.12) ...
Selecting previously unselected package bzip2.
Preparing to unpack .../02-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
Selecting previously unselected package libdbus-1-3:amd64.
Preparing to unpack .../03-libdbus-1-3_1.12.20-0+deb10u1_amd64.deb ...
Unpacking libdbus-1-3:amd64 (1.12.20-0+deb10u1) ...
Selecting previously unselected package dbus.
Preparing to unpack .../04-dbus_1.12.20-0+deb10u1_amd64.deb ...
Unpacking dbus (1.12.20-0+deb10u1) ...
Selecting previously unselected package libmagic-mgc.
Preparing to unpack .../05-libmagic-mgc_1%3a5.35-4+deb10u2_amd64.deb ...
Unpacking libmagic-mgc (1:5.35-4+deb10u2) ...
Selecting previously unselected package libmagic1:amd64.
Preparing to unpack .../06-libmagic1_1%3a5.35-4+deb10u2_amd64.deb ...
Unpacking libmagic1:amd64 (1:5.35-4+deb10u2) ...
Selecting previously unselected package file.
Preparing to unpack .../07-file_1%3a5.35-4+deb10u2_amd64.deb ...
Unpacking file (1:5.35-4+deb10u2) ...
Selecting previously unselected package libnss-systemd:amd64.
Preparing to unpack .../08-libnss-systemd_241-7~deb10u7_amd64.deb ...
Unpacking libnss-systemd:amd64 (241-7~deb10u7) ...
Selecting previously unselected package libpam-systemd:amd64.
Preparing to unpack .../09-libpam-systemd_241-7~deb10u7_amd64.deb ...
Unpacking libpam-systemd:amd64 (241-7~deb10u7) ...
Selecting previously unselected package ucf.
Preparing to unpack .../10-ucf_3.0038+nmu1_all.deb ...
Moving old data out of the way
Unpacking ucf (3.0038+nmu1) ...
Selecting previously unselected package xz-utils.
Preparing to unpack .../11-xz-utils_5.2.4-1_amd64.deb ...
Unpacking xz-utils (5.2.4-1) ...
Selecting previously unselected package distro-info-data.
Preparing to unpack .../12-distro-info-data_0.41+deb10u3_all.deb ...
Unpacking distro-info-data (0.41+deb10u3) ...
Selecting previously unselected package libglib2.0-0:amd64.
Preparing to unpack .../13-libglib2.0-0_2.58.3-2+deb10u2_amd64.deb ...
Unpacking libglib2.0-0:amd64 (2.58.3-2+deb10u2) ...
Selecting previously unselected package libgirepository-1.0-1:amd64.
Preparing to unpack .../14-libgirepository-1.0-1_1.58.3-2_amd64.deb ...
Unpacking libgirepository-1.0-1:amd64 (1.58.3-2) ...
Selecting previously unselected package gir1.2-glib-2.0:amd64.
Preparing to unpack .../15-gir1.2-glib-2.0_1.58.3-2_amd64.deb ...
Unpacking gir1.2-glib-2.0:amd64 (1.58.3-2) ...
Selecting previously unselected package iso-codes.
Preparing to unpack .../16-iso-codes_4.2-1_all.deb ...
Unpacking iso-codes (4.2-1) ...
Selecting previously unselected package libapt-inst2.0:amd64.
Preparing to unpack .../17-libapt-inst2.0_1.8.2.3_amd64.deb ...
Unpacking libapt-inst2.0:amd64 (1.8.2.3) ...
Selecting previously unselected package libglib2.0-data.
Preparing to unpack .../18-libglib2.0-data_2.58.3-2+deb10u2_all.deb ...
Unpacking libglib2.0-data (2.58.3-2+deb10u2) ...
Selecting previously unselected package libxml2:amd64.
Preparing to unpack .../19-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ...
Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
Selecting previously unselected package lsb-base.
Preparing to unpack .../20-lsb-base_10.2019051400_all.deb ...
Unpacking lsb-base (10.2019051400) ...
Selecting previously unselected package lsb-release.
Preparing to unpack .../21-lsb-release_10.2019051400_all.deb ...
Unpacking lsb-release (10.2019051400) ...
Selecting previously unselected package python-apt-common.
Preparing to unpack .../22-python-apt-common_1.8.4.3_all.deb ...
Unpacking python-apt-common (1.8.4.3) ...
Selecting previously unselected package python3-apt.
Preparing to unpack .../23-python3-apt_1.8.4.3_amd64.deb ...
Unpacking python3-apt (1.8.4.3) ...
Selecting previously unselected package python3-dbus.
Preparing to unpack .../24-python3-dbus_1.2.8-3_amd64.deb ...
Unpacking python3-dbus (1.2.8-3) ...
Selecting previously unselected package python3-distro-info.
Preparing to unpack .../25-python3-distro-info_0.21_all.deb ...
Unpacking python3-distro-info (0.21) ...
Selecting previously unselected package python3-gi.
Preparing to unpack .../26-python3-gi_3.30.4-1_amd64.deb ...
Unpacking python3-gi (3.30.4-1) ...
Selecting previously unselected package shared-mime-info.
Preparing to unpack .../27-shared-mime-info_1.10-1_amd64.deb ...
Unpacking shared-mime-info (1.10-1) ...
Selecting previously unselected package unattended-upgrades.
Preparing to unpack .../28-unattended-upgrades_1.11.2_all.deb ...
Unpacking unattended-upgrades (1.11.2) ...
Selecting previously unselected package xdg-user-dirs.
Preparing to unpack .../29-xdg-user-dirs_0.17-2_amd64.deb ...
Unpacking xdg-user-dirs (0.17-2) ...
Setting up lsb-base (10.2019051400) ...
Setting up systemd-sysv (241-7~deb10u7) ...
Setting up mime-support (3.62) ...
Setting up xdg-user-dirs (0.17-2) ...
Setting up libmagic-mgc (1:5.35-4+deb10u2) ...
Setting up libglib2.0-0:amd64 (2.58.3-2+deb10u2) ...
No schema files found: doing nothing.
Setting up distro-info-data (0.41+deb10u3) ...
Setting up libsqlite3-0:amd64 (3.27.2-3+deb10u1) ...
Setting up libmagic1:amd64 (1:5.35-4+deb10u2) ...
Setting up libnss-systemd:amd64 (241-7~deb10u7) ...
First installation detected...
Checking NSS setup...
Setting up file (1:5.35-4+deb10u2) ...
Setting up libapt-inst2.0:amd64 (1.8.2.3) ...
Setting up bzip2 (1.0.6-9.2~deb10u1) ...
Setting up libglib2.0-data (2.58.3-2+deb10u2) ...
Setting up libdbus-1-3:amd64 (1.12.20-0+deb10u1) ...
Setting up dbus (1.12.20-0+deb10u1) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Setting up xz-utils (5.2.4-1) ...
update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
Setting up python-apt-common (1.8.4.3) ...
Setting up sensible-utils (0.0.12) ...
Setting up libpam-systemd:amd64 (241-7~deb10u7) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
debconf: falling back to frontend: Teletype
Setting up libgirepository-1.0-1:amd64 (1.58.3-2) ...
Setting up libmpdec2:amd64 (2.4.2-2) ...
Setting up readline-common (7.0-5) ...
Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
Setting up iso-codes (4.2-1) ...
Setting up libreadline7:amd64 (7.0-5) ...
Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
Setting up shared-mime-info (1.10-1) ...
Setting up ucf (3.0038+nmu1) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
debconf: falling back to frontend: Teletype
Setting up gir1.2-glib-2.0:amd64 (1.58.3-2) ...
Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
Setting up python3.7 (3.7.3-2+deb10u3) ...
Setting up python3 (3.7.3-1) ...
running python rtupdate hooks for python3.7...
running python post-rtupdate hooks for python3.7...
Setting up python3-gi (3.30.4-1) ...
Setting up lsb-release (10.2019051400) ...
Setting up python3-distro-info (0.21) ...
Setting up python3-dbus (1.2.8-3) ...
Setting up python3-apt (1.8.4.3) ...
Setting up unattended-upgrades (1.11.2) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
debconf: falling back to frontend: Teletype
Creating config file /etc/apt/apt.conf.d/20auto-upgrades with new version
Creating config file /etc/apt/apt.conf.d/50unattended-upgrades with new version
Created symlink /etc/systemd/system/multi-user.target.wants/unattended-upgrades.service → /lib/systemd/system/unattended-upgrades.service.
Processing triggers for systemd (241-7~deb10u7) ...
Processing triggers for libc-bin (2.28-10) ...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
fontconfig-config fonts-dejavu-core libbsd0 libcairo2 libexif12
libfontconfig1 libfreetype6 libgif7 libjbig0 libjpeg62-turbo libpixman-1-0
libpng16-16 libtiff5 libwebp6 libx11-6 libx11-data libxau6 libxcb-render0
libxcb-shm0 libxcb1 libxdmcp6 libxext6 libxrender1
The following NEW packages will be installed:
fontconfig-config fonts-dejavu-core libbsd0 libcairo2 libexif12
libfontconfig1 libfreetype6 libgdiplus libgif7 libjbig0 libjpeg62-turbo
libpixman-1-0 libpng16-16 libtiff5 libwebp6 libx11-6 libx11-data libxau6
libxcb-render0 libxcb-shm0 libxcb1 libxdmcp6 libxext6 libxrender1
0 upgraded, 24 newly installed, 0 to remove and 2 not upgraded.
Need to get 6430 kB of archives.
After this operation, 16.5 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian buster/main amd64 fonts-dejavu-core all 2.37-1 [1068 kB]
Get:2 http://deb.debian.org/debian buster/main amd64 fontconfig-config all 2.13.1-2 [280 kB]
Get:3 http://deb.debian.org/debian buster/main amd64 libbsd0 amd64 0.9.1-2+deb10u1 [99.5 kB]
Get:4 http://deb.debian.org/debian buster/main amd64 libpng16-16 amd64 1.6.36-6 [292 kB]
Get:5 http://deb.debian.org/debian buster/main amd64 libfreetype6 amd64 2.9.1-3+deb10u2 [380 kB]
Get:6 http://deb.debian.org/debian buster/main amd64 libfontconfig1 amd64 2.13.1-2 [346 kB]
Get:7 http://deb.debian.org/debian buster/main amd64 libpixman-1-0 amd64 0.36.0-1 [537 kB]
Get:8 http://deb.debian.org/debian buster/main amd64 libxau6 amd64 1:1.0.8-1+b2 [19.9 kB]
Get:9 http://deb.debian.org/debian buster/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB]
Get:10 http://deb.debian.org/debian buster/main amd64 libxcb1 amd64 1.13.1-2 [137 kB]
Get:11 http://deb.debian.org/debian buster/main amd64 libx11-data all 2:1.6.7-1+deb10u1 [294 kB]
Get:12 http://deb.debian.org/debian buster/main amd64 libx11-6 amd64 2:1.6.7-1+deb10u1 [757 kB]
Get:13 http://deb.debian.org/debian buster/main amd64 libxcb-render0 amd64 1.13.1-2 [109 kB]
Get:14 http://deb.debian.org/debian buster/main amd64 libxcb-shm0 amd64 1.13.1-2 [99.2 kB]
Get:15 http://deb.debian.org/debian buster/main amd64 libxext6 amd64 2:1.3.3-1+b2 [52.5 kB]
Get:16 http://deb.debian.org/debian buster/main amd64 libxrender1 amd64 1:0.9.10-1 [33.0 kB]
Get:17 http://deb.debian.org/debian buster/main amd64 libcairo2 amd64 1.16.0-4+deb10u1 [688 kB]
Get:18 http://deb.debian.org/debian buster/main amd64 libexif12 amd64 0.6.21-5.1+deb10u5 [326 kB]
Get:19 http://deb.debian.org/debian buster/main amd64 libgif7 amd64 5.1.4-3 [43.3 kB]
Get:20 http://deb.debian.org/debian buster/main amd64 libjpeg62-turbo amd64 1:1.5.2-2+deb10u1 [133 kB]
Get:21 http://deb.debian.org/debian buster/main amd64 libjbig0 amd64 2.1-3.1+b2 [31.0 kB]
Get:22 http://deb.debian.org/debian buster/main amd64 libwebp6 amd64 0.6.1-2 [263 kB]
Get:23 http://deb.debian.org/debian buster/main amd64 libtiff5 amd64 4.1.0+git191117-2~deb10u2 [271 kB]
Get:24 http://deb.debian.org/debian buster/main amd64 libgdiplus amd64 4.2-2 [145 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 6430 kB in 1s (6124 kB/s)
Selecting previously unselected package fonts-dejavu-core.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10551 files and directories currently installed.)
Preparing to unpack .../00-fonts-dejavu-core_2.37-1_all.deb ...
Unpacking fonts-dejavu-core (2.37-1) ...
Selecting previously unselected package fontconfig-config.
Preparing to unpack .../01-fontconfig-config_2.13.1-2_all.deb ...
Unpacking fontconfig-config (2.13.1-2) ...
Selecting previously unselected package libbsd0:amd64.
Preparing to unpack .../02-libbsd0_0.9.1-2+deb10u1_amd64.deb ...
Unpacking libbsd0:amd64 (0.9.1-2+deb10u1) ...
Selecting previously unselected package libpng16-16:amd64.
Preparing to unpack .../03-libpng16-16_1.6.36-6_amd64.deb ...
Unpacking libpng16-16:amd64 (1.6.36-6) ...
Selecting previously unselected package libfreetype6:amd64.
Preparing to unpack .../04-libfreetype6_2.9.1-3+deb10u2_amd64.deb ...
Unpacking libfreetype6:amd64 (2.9.1-3+deb10u2) ...
Selecting previously unselected package libfontconfig1:amd64.
Preparing to unpack .../05-libfontconfig1_2.13.1-2_amd64.deb ...
Unpacking libfontconfig1:amd64 (2.13.1-2) ...
Selecting previously unselected package libpixman-1-0:amd64.
Preparing to unpack .../06-libpixman-1-0_0.36.0-1_amd64.deb ...
Unpacking libpixman-1-0:amd64 (0.36.0-1) ...
Selecting previously unselected package libxau6:amd64.
Preparing to unpack .../07-libxau6_1%3a1.0.8-1+b2_amd64.deb ...
Unpacking libxau6:amd64 (1:1.0.8-1+b2) ...
Selecting previously unselected package libxdmcp6:amd64.
Preparing to unpack .../08-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
Selecting previously unselected package libxcb1:amd64.
Preparing to unpack .../09-libxcb1_1.13.1-2_amd64.deb ...
Unpacking libxcb1:amd64 (1.13.1-2) ...
Selecting previously unselected package libx11-data.
Preparing to unpack .../10-libx11-data_2%3a1.6.7-1+deb10u1_all.deb ...
Unpacking libx11-data (2:1.6.7-1+deb10u1) ...
Selecting previously unselected package libx11-6:amd64.
Preparing to unpack .../11-libx11-6_2%3a1.6.7-1+deb10u1_amd64.deb ...
Unpacking libx11-6:amd64 (2:1.6.7-1+deb10u1) ...
Selecting previously unselected package libxcb-render0:amd64.
Preparing to unpack .../12-libxcb-render0_1.13.1-2_amd64.deb ...
Unpacking libxcb-render0:amd64 (1.13.1-2) ...
Selecting previously unselected package libxcb-shm0:amd64.
Preparing to unpack .../13-libxcb-shm0_1.13.1-2_amd64.deb ...
Unpacking libxcb-shm0:amd64 (1.13.1-2) ...
Selecting previously unselected package libxext6:amd64.
Preparing to unpack .../14-libxext6_2%3a1.3.3-1+b2_amd64.deb ...
Unpacking libxext6:amd64 (2:1.3.3-1+b2) ...
Selecting previously unselected package libxrender1:amd64.
Preparing to unpack .../15-libxrender1_1%3a0.9.10-1_amd64.deb ...
Unpacking libxrender1:amd64 (1:0.9.10-1) ...
Selecting previously unselected package libcairo2:amd64.
Preparing to unpack .../16-libcairo2_1.16.0-4+deb10u1_amd64.deb ...
Unpacking libcairo2:amd64 (1.16.0-4+deb10u1) ...
Selecting previously unselected package libexif12:amd64.
Preparing to unpack .../17-libexif12_0.6.21-5.1+deb10u5_amd64.deb ...
Unpacking libexif12:amd64 (0.6.21-5.1+deb10u5) ...
Selecting previously unselected package libgif7:amd64.
Preparing to unpack .../18-libgif7_5.1.4-3_amd64.deb ...
Unpacking libgif7:amd64 (5.1.4-3) ...
Selecting previously unselected package libjpeg62-turbo:amd64.
Preparing to unpack .../19-libjpeg62-turbo_1%3a1.5.2-2+deb10u1_amd64.deb ...
Unpacking libjpeg62-turbo:amd64 (1:1.5.2-2+deb10u1) ...
Selecting previously unselected package libjbig0:amd64.
Preparing to unpack .../20-libjbig0_2.1-3.1+b2_amd64.deb ...
Unpacking libjbig0:amd64 (2.1-3.1+b2) ...
Selecting previously unselected package libwebp6:amd64.
Preparing to unpack .../21-libwebp6_0.6.1-2_amd64.deb ...
Unpacking libwebp6:amd64 (0.6.1-2) ...
Selecting previously unselected package libtiff5:amd64.
Preparing to unpack .../22-libtiff5_4.1.0+git191117-2~deb10u2_amd64.deb ...
Unpacking libtiff5:amd64 (4.1.0+git191117-2~deb10u2) ...
Selecting previously unselected package libgdiplus.
Preparing to unpack .../23-libgdiplus_4.2-2_amd64.deb ...
Unpacking libgdiplus (4.2-2) ...
Setting up libpixman-1-0:amd64 (0.36.0-1) ...
Setting up libxau6:amd64 (1:1.0.8-1+b2) ...
Setting up libjbig0:amd64 (2.1-3.1+b2) ...
Setting up libjpeg62-turbo:amd64 (1:1.5.2-2+deb10u1) ...
Setting up libx11-data (2:1.6.7-1+deb10u1) ...
Setting up libexif12:amd64 (0.6.21-5.1+deb10u5) ...
Setting up libpng16-16:amd64 (1.6.36-6) ...
Setting up libwebp6:amd64 (0.6.1-2) ...
Setting up fonts-dejavu-core (2.37-1) ...
Setting up libgif7:amd64 (5.1.4-3) ...
Setting up libtiff5:amd64 (4.1.0+git191117-2~deb10u2) ...
Setting up libbsd0:amd64 (0.9.1-2+deb10u1) ...
Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
Setting up libxcb1:amd64 (1.13.1-2) ...
Setting up libxcb-render0:amd64 (1.13.1-2) ...
Setting up fontconfig-config (2.13.1-2) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
debconf: falling back to frontend: Teletype
Setting up libxcb-shm0:amd64 (1.13.1-2) ...
Setting up libfreetype6:amd64 (2.9.1-3+deb10u2) ...
Setting up libx11-6:amd64 (2:1.6.7-1+deb10u1) ...
Setting up libfontconfig1:amd64 (2.13.1-2) ...
Setting up libxrender1:amd64 (1:0.9.10-1) ...
Setting up libxext6:amd64 (2:1.3.3-1+b2) ...
Setting up libcairo2:amd64 (1.16.0-4+deb10u1) ...
Setting up libgdiplus (4.2-2) ...
Processing triggers for libc-bin (2.28-10) ...
Removing intermediate container 44162236d02b
---> 445e08caceff
Step 12/14 : WORKDIR /app
---> Running in 338c138001b3
Removing intermediate container 338c138001b3
---> 2f589fabce13
Step 13/14 : COPY --from=build /app/MEU.API/out/ ./
---> 6a926574d8b3
Step 14/14 : ENTRYPOINT ["dotnet", "MEU.API.dll"]
---> Running in c058a398272e
Removing intermediate container c058a398272e
---> 60d5d537fc6a
Successfully built 60d5d537fc6a
Successfully tagged registry.gitlab.com/conritai/erp-task-management-backend:dev
Removing login credentials for registry.gitlab.com
WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store
Login Succeeded
The push refers to repository [registry.gitlab.com/conritai/erp-task-management-backend]
066d5cb1303b: Preparing
fdd80498d921: Preparing
aaa573130555: Preparing
7444955c61e2: Preparing
068e86fbdf83: Preparing
ed5fac6a5d67: Preparing
62809ad9c729: Preparing
76754bcccb1a: Preparing
6f2fc9decddd: Preparing
7e718b9c0c8c: Preparing
62809ad9c729: Waiting
76754bcccb1a: Waiting
ed5fac6a5d67: Waiting
6f2fc9decddd: Waiting
7e718b9c0c8c: Waiting
7444955c61e2: Pushed
fdd80498d921: Pushed
068e86fbdf83: Pushed
aaa573130555: Pushed
066d5cb1303b: Pushed
ed5fac6a5d67: Pushed
76754bcccb1a: Pushed
62809ad9c729: Pushed
6f2fc9decddd: Pushed
7e718b9c0c8c: Pushed
dev: digest: sha256:6e0f8e04e2733c5573d0ee4a894db0f0034a4db19c53a45b4fd754584ee41863 size: 2419
Untagged: registry.gitlab.com/conritai/erp-task-management-backend:dev
Untagged: registry.gitlab.com/conritai/erp-task-management-backend@sha256:6e0f8e04e2733c5573d0ee4a894db0f0034a4db19c53a45b4fd754584ee41863
Deleted: sha256:60d5d537fc6aff04458da14638cbb5e80d953bfea713e58cf102a48587bd34dc
Deleted: sha256:6a926574d8b3899afa632745d72e1c3da5ca9760fd185fcdc02f8ffc4ed60354
Deleted: sha256:8012c8f0d18097813c1a8d42da884bdeb4974c77cd43a1124128e07c082558fd
Deleted: sha256:2f589fabce1321fa8af9180e1105bc879da2ab8cefde2be25680e9adab2e82f5
Deleted: sha256:f586f7e27f15521c390da4df5b7409fb850b9920b6fff41b5792f22dd9004bc7
Deleted: sha256:445e08caceff519782c1a4041b9f7ef425db455b8091bbd7f3a173bf2d6e271e
Deleted: sha256:79196f72b42fbbe509ffa13819241a40aca5011ed0028599568b8808a9f9a39f
Deleted: sha256:80b4d5d87f6de9249bef4f21a85b72b330eced230469225bd9031c0800cf960c
Deleted: sha256:a140614ff19c660e16f6b87f4383b16d2d41c8f1dd32e629cc0db2a88e797e90
Deleted: sha256:75472a1d587c1d5d5bf0fa534c2e5870637d6a941afb27656f9dae8e284797ad
Deleted: sha256:f0e4b0bd6681b9ee7aaeedee17a244373d6b4913b754e253ea304e398603ef37
section_end:1621326533:step_script
Job succeeded