Pull request #3142 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jinlinGuan for edgexfoundry/edgex-go Loading trusted files from base branch master at 261101cd65b57382b3139275d947e2afb77006cd rather than e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe Obtained Jenkinsfile from 261101cd65b57382b3139275d947e2afb77006cd Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-25240 in /w/workspace/edgexfoundry_edgex-go_PR-3142 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 261101cd65b57382b3139275d947e2afb77006cd into PR head commit e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe Merge succeeded, producing e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe Checking out Revision e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe (PR-3142) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3142/head:refs/remotes/origin/PR-3142 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 261101cd65b57382b3139275d947e2afb77006cd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe # timeout=10 Commit message: "docs(all): add apiVersion to all request objects and update DELETE status code" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-05T08:15:36.250Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-05T08:15:36.481Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-05T08:15:36.570Z] ========================================================= [2021-02-05T08:15:36.570Z] EdgeX Global Pipelines Version Info [2021-02-05T08:15:36.570Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 872bac3ede376b0a15753661a9615837e928671d # timeout=10 [2021-02-05T08:15:38.036Z] ------------------- [2021-02-05T08:15:38.036Z] stable info: [2021-02-05T08:15:38.036Z] ------------------- [2021-02-05T08:15:38.036Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-05T08:15:38.036Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-05T08:15:38.036Z] Message: update stable to v1.0.179 [2021-02-05T08:15:38.994Z] ------------------- [2021-02-05T08:15:38.994Z] experimental info: [2021-02-05T08:15:38.994Z] ------------------- [2021-02-05T08:15:38.994Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-05T08:15:38.994Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-05T08:15:38.994Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-05T08:15:39.342Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-05T08:15:39.432Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-05T08:15:39.522Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-05T08:15:39.616Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-05T08:15:39.700Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-05T08:15:39.789Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-05T08:15:39.878Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-05T08:15:39.970Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-05T08:15:40.111Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-05T08:15:40.231Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-05T08:15:40.326Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-05T08:15:40.413Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-05T08:15:40.525Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-05T08:15:40.620Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-05T08:15:40.744Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-05T08:15:40.844Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-05T08:15:40.930Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-05T08:15:41.046Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-05T08:15:41.133Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-05T08:15:41.215Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-05T08:15:41.311Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-05T08:15:41.396Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-05T08:15:41.500Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-05T08:15:41.608Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3142 [Pipeline] echo [2021-02-05T08:15:41.699Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3142 [Pipeline] echo [2021-02-05T08:15:41.787Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3142 [Pipeline] echo [2021-02-05T08:15:41.871Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe [Pipeline] echo [2021-02-05T08:15:41.958Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e971b0d [Pipeline] echo [2021-02-05T08:15:42.051Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-05T08:15:42.223Z] provisioning config files... [2021-02-05T08:15:42.264Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config7840001461525613764tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T08:15:42.629Z] ---> docker-login.sh [2021-02-05T08:15:42.629Z] nexus3.edgexfoundry.org:10001 [2021-02-05T08:15:42.892Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T08:15:43.157Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T08:15:43.157Z] Configure a credential helper to remove this warning. See [2021-02-05T08:15:43.157Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T08:15:43.157Z] [2021-02-05T08:15:43.157Z] Login Succeeded [2021-02-05T08:15:43.157Z] nexus3.edgexfoundry.org:10002 [2021-02-05T08:15:43.157Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T08:15:43.157Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T08:15:43.157Z] Configure a credential helper to remove this warning. See [2021-02-05T08:15:43.157Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T08:15:43.157Z] [2021-02-05T08:15:43.157Z] Login Succeeded [2021-02-05T08:15:43.157Z] nexus3.edgexfoundry.org:10003 [2021-02-05T08:15:43.423Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T08:15:43.423Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T08:15:43.423Z] Configure a credential helper to remove this warning. See [2021-02-05T08:15:43.423Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T08:15:43.423Z] [2021-02-05T08:15:43.423Z] Login Succeeded [2021-02-05T08:15:43.423Z] nexus3.edgexfoundry.org:10004 [2021-02-05T08:15:43.423Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T08:15:43.686Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T08:15:43.686Z] Configure a credential helper to remove this warning. See [2021-02-05T08:15:43.686Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T08:15:43.686Z] [2021-02-05T08:15:43.686Z] Login Succeeded [2021-02-05T08:15:43.686Z] docker.io [2021-02-05T08:15:43.686Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T08:15:43.949Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T08:15:43.949Z] Configure a credential helper to remove this warning. See [2021-02-05T08:15:43.949Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T08:15:43.949Z] [2021-02-05T08:15:43.949Z] Login Succeeded [2021-02-05T08:15:43.949Z] ---> docker-login.sh ends [Pipeline] } [2021-02-05T08:15:43.961Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-05T08:15:44.450Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-02-05T08:15:44.451Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T08:15:44.451Z] ++ dirname cmd/core-command/Dockerfile [2021-02-05T08:15:44.451Z] ++ cut -d/ -f2 [2021-02-05T08:15:44.451Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-05T08:15:44.451Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T08:15:44.451Z] ++ dirname cmd/core-data/Dockerfile [2021-02-05T08:15:44.451Z] ++ cut -d/ -f2 [2021-02-05T08:15:44.451Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-05T08:15:44.451Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T08:15:44.451Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-05T08:15:44.451Z] ++ cut -d/ -f2 [2021-02-05T08:15:44.451Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-05T08:15:44.451Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T08:15:44.451Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-05T08:15:44.451Z] ++ cut -d/ -f2 [2021-02-05T08:15:44.451Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-05T08:15:44.451Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T08:15:44.451Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-05T08:15:44.451Z] ++ cut -d/ -f2 [2021-02-05T08:15:44.451Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-05T08:15:44.451Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T08:15:44.451Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-05T08:15:44.451Z] ++ cut -d/ -f2 [2021-02-05T08:15:44.451Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-05T08:15:44.451Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T08:15:44.451Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-05T08:15:44.451Z] ++ cut -d/ -f2 [2021-02-05T08:15:44.451Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-05T08:15:44.451Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T08:15:44.451Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-05T08:15:44.451Z] ++ cut -d/ -f2 [2021-02-05T08:15:44.451Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-05T08:15:44.451Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T08:15:44.451Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-05T08:15:44.451Z] ++ cut -d/ -f2 [2021-02-05T08:15:44.451Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-05T08:15:44.551Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-02-05T08:15:46.086Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T08:15:46.086Z] [2021-02-05T08:15:46.086Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T08:15:46.427Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T08:15:46.427Z] latest: Pulling from edgex-devops/git-semver [2021-02-05T08:15:46.427Z] 31603596830f: Pulling fs layer [2021-02-05T08:15:46.427Z] 2a8b12db71e7: Pulling fs layer [2021-02-05T08:15:46.427Z] 6ca5941a6612: Pulling fs layer [2021-02-05T08:15:46.427Z] ecc8261a40a4: Pulling fs layer [2021-02-05T08:15:46.427Z] ecc8261a40a4: Waiting [2021-02-05T08:15:46.427Z] 2a8b12db71e7: Verifying Checksum [2021-02-05T08:15:46.427Z] 2a8b12db71e7: Download complete [2021-02-05T08:15:46.427Z] 31603596830f: Verifying Checksum [2021-02-05T08:15:46.427Z] 31603596830f: Download complete [2021-02-05T08:15:46.690Z] ecc8261a40a4: Verifying Checksum [2021-02-05T08:15:46.690Z] ecc8261a40a4: Download complete [2021-02-05T08:15:46.690Z] 6ca5941a6612: Verifying Checksum [2021-02-05T08:15:46.690Z] 6ca5941a6612: Download complete [2021-02-05T08:15:46.956Z] 31603596830f: Pull complete [2021-02-05T08:15:46.956Z] 2a8b12db71e7: Pull complete [2021-02-05T08:15:47.906Z] 6ca5941a6612: Pull complete [2021-02-05T08:15:47.906Z] ecc8261a40a4: Pull complete [2021-02-05T08:15:48.168Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-05T08:15:48.168Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T08:15:48.168Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-05T08:15:48.269Z] prd-centos7-docker-4c-2g-25240 does not seem to be running inside a container [2021-02-05T08:15:48.316Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-05T08:15:50.768Z] $ docker top 21c5efd1f1b7b96a8635a9d9fc4c524c6f34dd943b816c17b7b20ed1bff9cd26 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-05T08:15:51.072Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-05T08:15:51.072Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-05T08:15:51.289Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-05T08:15:51.295Z] $ docker exec 21c5efd1f1b7b96a8635a9d9fc4c524c6f34dd943b816c17b7b20ed1bff9cd26 ssh-agent [2021-02-05T08:15:51.524Z] SSH_AUTH_SOCK=/tmp/ssh-AAxscDfS1Gv7/agent.11 [2021-02-05T08:15:51.524Z] SSH_AGENT_PID=17 [2021-02-05T08:15:51.535Z] Running ssh-add (command line suppressed) [2021-02-05T08:15:51.707Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_810567927772452798.key (/w/workspace/edgex-go/2@tmp/private_key_810567927772452798.key) [2021-02-05T08:15:51.757Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-05T08:15:52.088Z] + git tag --points-at HEAD [Pipeline] } [2021-02-05T08:15:52.114Z] $ docker exec --env ******** --env ******** 21c5efd1f1b7b96a8635a9d9fc4c524c6f34dd943b816c17b7b20ed1bff9cd26 ssh-agent -k [2021-02-05T08:15:52.230Z] unset SSH_AUTH_SOCK; [2021-02-05T08:15:52.231Z] unset SSH_AGENT_PID; [2021-02-05T08:15:52.231Z] echo Agent pid 17 killed; [2021-02-05T08:15:52.274Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-05T08:15:52.419Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-05T08:15:52.420Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-05T08:15:52.583Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-05T08:15:52.587Z] $ docker exec 21c5efd1f1b7b96a8635a9d9fc4c524c6f34dd943b816c17b7b20ed1bff9cd26 ssh-agent [2021-02-05T08:15:52.779Z] SSH_AUTH_SOCK=/tmp/ssh-HKBNlawHSI5Y/agent.48 [2021-02-05T08:15:52.779Z] SSH_AGENT_PID=53 [2021-02-05T08:15:52.786Z] Running ssh-add (command line suppressed) [2021-02-05T08:15:52.918Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_8291936008539710089.key (/w/workspace/edgex-go/2@tmp/private_key_8291936008539710089.key) [2021-02-05T08:15:52.972Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-05T08:15:53.306Z] + git semver init [2021-02-05T08:15:53.306Z] # -> Open(): unable to determine branch for HEAD [2021-02-05T08:15:53.306Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-02-05T08:15:53.306Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-02-05T08:15:53.306Z] # $SEMVER_REMOTE_NAME = origin [2021-02-05T08:15:53.306Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-05T08:15:53.306Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-05T08:15:53.306Z] # $SEMVER_BRANCH = PR-3142 [2021-02-05T08:15:53.306Z] # $SEMVER_TEMP = /tmp/semver-008337743 [2021-02-05T08:15:53.306Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-05T08:16:11.489Z] # '/tmp/semver-008337743' -> '/w/workspace/edgex-go/2/.semver' [2021-02-05T08:16:11.489Z] # -> Force: false [2021-02-05T08:16:11.489Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-02-05T08:16:11.942Z] $ docker exec --env ******** --env ******** 21c5efd1f1b7b96a8635a9d9fc4c524c6f34dd943b816c17b7b20ed1bff9cd26 ssh-agent -k [2021-02-05T08:16:12.139Z] unset SSH_AUTH_SOCK; [2021-02-05T08:16:12.139Z] unset SSH_AGENT_PID; [2021-02-05T08:16:12.139Z] echo Agent pid 53 killed; [2021-02-05T08:16:12.219Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-05T08:16:12.695Z] + git semver [Pipeline] } [2021-02-05T08:16:12.715Z] $ docker stop --time=1 21c5efd1f1b7b96a8635a9d9fc4c524c6f34dd943b816c17b7b20ed1bff9cd26 [2021-02-05T08:16:14.281Z] $ docker rm -f 21c5efd1f1b7b96a8635a9d9fc4c524c6f34dd943b816c17b7b20ed1bff9cd26 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-05T08:16:14.792Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-05T08:16:15.337Z] Stashed 1 file(s) [Pipeline] echo [2021-02-05T08:16:15.340Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-05T08:16:16.205Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-05T08:16:16.509Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-05T08:16:16.808Z] + sudo service docker restart [2021-02-05T08:16:16.808Z] + true [2021-02-05T08:16:16.808Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-05T08:16:17.403Z] ========================================================= [2021-02-05T08:16:17.403Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-05T08:16:17.403Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-05T08:16:17.757Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-05T08:16:22.007Z] Sending build context to Docker daemon 327.6MB [2021-02-05T08:16:22.007Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-05T08:16:22.007Z] Step 2/6 : FROM ${BASE} [2021-02-05T08:16:22.007Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-05T08:16:22.007Z] 188c0c94c7c5: Pulling fs layer [2021-02-05T08:16:22.007Z] 0ef7d3d256c8: Pulling fs layer [2021-02-05T08:16:22.007Z] de9db76c5a1d: Pulling fs layer [2021-02-05T08:16:22.007Z] bca2f99d35d6: Pulling fs layer [2021-02-05T08:16:22.007Z] 93359f2a8cfa: Pulling fs layer [2021-02-05T08:16:22.007Z] 7c6f9722023f: Pulling fs layer [2021-02-05T08:16:22.007Z] a35cf1a2eb13: Pulling fs layer [2021-02-05T08:16:22.007Z] 93359f2a8cfa: Waiting [2021-02-05T08:16:22.007Z] 7c6f9722023f: Waiting [2021-02-05T08:16:22.007Z] a35cf1a2eb13: Waiting [2021-02-05T08:16:22.007Z] bca2f99d35d6: Waiting [2021-02-05T08:16:22.007Z] de9db76c5a1d: Verifying Checksum [2021-02-05T08:16:22.007Z] de9db76c5a1d: Download complete [2021-02-05T08:16:22.007Z] 0ef7d3d256c8: Verifying Checksum [2021-02-05T08:16:22.007Z] 0ef7d3d256c8: Download complete [2021-02-05T08:16:22.007Z] 93359f2a8cfa: Verifying Checksum [2021-02-05T08:16:22.007Z] 93359f2a8cfa: Download complete [2021-02-05T08:16:22.007Z] 188c0c94c7c5: Verifying Checksum [2021-02-05T08:16:22.007Z] 188c0c94c7c5: Download complete [2021-02-05T08:16:22.007Z] 7c6f9722023f: Verifying Checksum [2021-02-05T08:16:22.007Z] 7c6f9722023f: Download complete [2021-02-05T08:16:22.007Z] 188c0c94c7c5: Pull complete [2021-02-05T08:16:22.270Z] 0ef7d3d256c8: Pull complete [2021-02-05T08:16:22.270Z] de9db76c5a1d: Pull complete [2021-02-05T08:16:23.669Z] a35cf1a2eb13: Verifying Checksum [2021-02-05T08:16:23.669Z] a35cf1a2eb13: Download complete [2021-02-05T08:16:24.251Z] bca2f99d35d6: Verifying Checksum [2021-02-05T08:16:24.251Z] bca2f99d35d6: Download complete [2021-02-05T08:16:29.588Z] bca2f99d35d6: Pull complete [2021-02-05T08:16:29.588Z] 93359f2a8cfa: Pull complete [2021-02-05T08:16:29.588Z] 7c6f9722023f: Pull complete [2021-02-05T08:16:30.718Z] Still waiting to schedule task [2021-02-05T08:16:30.718Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-25236’ is offline [2021-02-05T08:16:34.921Z] a35cf1a2eb13: Pull complete [2021-02-05T08:16:34.921Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-05T08:16:34.921Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-05T08:16:34.921Z] ---> a62c8e92a672 [2021-02-05T08:16:34.922Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-05T08:16:34.922Z] ---> Running in 9b3f0a37cbc6 [2021-02-05T08:16:34.922Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T08:16:35.869Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T08:16:36.444Z] (1/12) Installing libmagic (5.38-r0) [2021-02-05T08:16:36.707Z] (2/12) Installing file (5.38-r0) [2021-02-05T08:16:36.707Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-05T08:16:36.971Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-05T08:16:46.993Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-05T08:16:46.993Z] (6/12) Installing patch (2.7.6-r6) [2021-02-05T08:16:46.993Z] (7/12) Installing build-base (0.5-r2) [2021-02-05T08:16:46.993Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-05T08:16:46.993Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-05T08:16:46.993Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-05T08:16:47.256Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-05T08:16:47.256Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-05T08:16:47.519Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T08:16:47.519Z] OK: 233 MiB in 51 packages [2021-02-05T08:16:51.755Z] Removing intermediate container 9b3f0a37cbc6 [2021-02-05T08:16:51.755Z] ---> b21e8068e35f [2021-02-05T08:16:51.755Z] Step 4/6 : WORKDIR /edgex-go [2021-02-05T08:16:51.755Z] ---> Running in 91f5c853863a [2021-02-05T08:16:51.755Z] Removing intermediate container 91f5c853863a [2021-02-05T08:16:51.755Z] ---> 780f0f6d486a [2021-02-05T08:16:51.755Z] Step 5/6 : COPY go.mod . [2021-02-05T08:16:51.755Z] ---> 6e8c3ec11b08 [2021-02-05T08:16:51.755Z] Step 6/6 : RUN go mod download [2021-02-05T08:16:51.755Z] ---> Running in 25d63bdec174 [2021-02-05T08:17:13.775Z] Removing intermediate container 25d63bdec174 [2021-02-05T08:17:13.775Z] ---> 4835c8c54314 [2021-02-05T08:17:13.775Z] Successfully built 4835c8c54314 [2021-02-05T08:17:13.775Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T08:17:14.092Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-05T08:17:14.092Z] . [Pipeline] withDockerContainer [2021-02-05T08:17:14.196Z] prd-centos7-docker-4c-2g-25240 does not seem to be running inside a container [2021-02-05T08:17:14.245Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-05T08:17:15.170Z] $ docker top 95b0e6c3c44e5516d2adbdf651782ac010ca087b14dbe09ce8742661f0a2c461 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T08:17:15.685Z] + go version [2021-02-05T08:17:15.685Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-05T08:17:15.698Z] $ docker stop --time=1 95b0e6c3c44e5516d2adbdf651782ac010ca087b14dbe09ce8742661f0a2c461 [2021-02-05T08:17:17.048Z] $ docker rm -f 95b0e6c3c44e5516d2adbdf651782ac010ca087b14dbe09ce8742661f0a2c461 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T08:17:17.926Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-05T08:17:17.926Z] . [Pipeline] withDockerContainer [2021-02-05T08:17:18.024Z] prd-centos7-docker-4c-2g-25240 does not seem to be running inside a container [2021-02-05T08:17:18.068Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-05T08:17:18.704Z] $ docker top 0fb9a3e200da4c353907305acc2bc3f1cea8f0116396376edaa1055fac85f075 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-05T08:17:18.933Z] ========================================================= [2021-02-05T08:17:18.933Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-05T08:17:18.933Z] ========================================================= [Pipeline] sh [2021-02-05T08:17:19.225Z] + make test [2021-02-05T08:17:19.225Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-05T08:17:27.431Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-05T08:17:42.453Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-05T08:17:50.689Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-05T08:17:50.689Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-05T08:17:50.689Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-05T08:17:50.689Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-05T08:17:52.644Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-05T08:17:52.644Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-05T08:17:52.644Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-05T08:17:52.644Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-05T08:17:52.645Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-05T08:17:52.645Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-05T08:17:55.251Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-05T08:17:55.251Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-05T08:17:55.251Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-05T08:17:57.945Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.107s coverage: 45.6% of statements [2021-02-05T08:17:57.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-05T08:17:57.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-05T08:17:57.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-05T08:17:57.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-05T08:17:57.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-05T08:17:57.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-05T08:17:57.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-05T08:17:57.945Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.065s coverage: 100.0% of statements [2021-02-05T08:18:01.383Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.208s coverage: 27.1% of statements [2021-02-05T08:18:01.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-05T08:18:01.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-05T08:18:01.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-05T08:18:01.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-05T08:18:01.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-05T08:18:01.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-05T08:18:01.383Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.052s coverage: 100.0% of statements [2021-02-05T08:18:01.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-05T08:18:01.383Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.102s coverage: 100.0% of statements [2021-02-05T08:18:01.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-05T08:18:01.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-05T08:18:01.383Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.081s coverage: 65.8% of statements [2021-02-05T08:18:01.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-05T08:18:01.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-05T08:18:01.383Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.124s coverage: 82.3% of statements [2021-02-05T08:18:01.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-05T08:18:01.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T08:18:01.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-05T08:18:01.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-05T08:18:03.980Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.366s coverage: 28.6% of statements [2021-02-05T08:18:03.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-05T08:18:03.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-05T08:18:03.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-05T08:18:03.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-05T08:18:03.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-05T08:18:03.980Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.058s coverage: 100.0% of statements [2021-02-05T08:18:03.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-05T08:18:03.980Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.051s coverage: 100.0% of statements [2021-02-05T08:18:03.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-05T08:18:03.980Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.106s coverage: 86.7% of statements [2021-02-05T08:18:03.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-05T08:18:03.980Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.099s coverage: 97.5% of statements [2021-02-05T08:18:03.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-05T08:18:04.247Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.049s coverage: 78.3% of statements [2021-02-05T08:18:04.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-05T08:18:04.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-05T08:18:04.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-05T08:18:04.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-05T08:18:06.841Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.482s coverage: 92.8% of statements [2021-02-05T08:18:06.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-05T08:18:06.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T08:18:06.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-05T08:18:06.841Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-05T08:18:06.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-05T08:18:06.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-05T08:18:06.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-05T08:18:06.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-05T08:18:06.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-05T08:18:06.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-05T08:18:06.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-05T08:18:06.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-05T08:18:06.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-05T08:18:06.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-05T08:18:06.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-05T08:18:06.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-05T08:18:06.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-05T08:18:06.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-05T08:18:06.841Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements [2021-02-05T08:18:06.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-05T08:18:06.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-05T08:18:06.841Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.082s coverage: 0.1% of statements [2021-02-05T08:18:06.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-05T08:18:06.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-05T08:18:06.841Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-05T08:18:06.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.028s coverage: 45.5% of statements [2021-02-05T08:18:06.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.060s coverage: 79.5% of statements [2021-02-05T08:18:06.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements [2021-02-05T08:18:06.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.052s coverage: 96.3% of statements [2021-02-05T08:18:06.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.040s coverage: 87.5% of statements [2021-02-05T08:18:18.716Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25241 in /w/workspace/edgexfoundry_edgex-go_PR-3142 [Pipeline] { [Pipeline] ws [2021-02-05T08:18:18.769Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-02-05T08:18:19.110Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.041s coverage: 94.4% of statements [2021-02-05T08:18:19.110Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.032s coverage: 44.8% of statements [2021-02-05T08:18:23.417Z] using credential edgex-jenkins-ssh [2021-02-05T08:18:23.476Z] Cloning the remote Git repository [2021-02-05T08:18:23.547Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-05T08:18:23.680Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-02-05T08:18:23.756Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T08:18:23.757Z] > git --version # timeout=10 [2021-02-05T08:18:23.792Z] > git --version # 'git version 2.17.1' [2021-02-05T08:18:23.794Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T08:18:23.878Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T08:18:31.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.066s coverage: 92.9% of statements [2021-02-05T08:18:31.434Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-05T08:18:31.434Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-05T08:18:31.434Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-05T08:18:31.434Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-05T08:18:31.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements [2021-02-05T08:18:31.434Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-05T08:18:31.434Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-05T08:18:31.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-02-05T08:18:31.434Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-05T08:18:31.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-02-05T08:18:31.434Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-05T08:18:31.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements [2021-02-05T08:18:31.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.058s coverage: 87.2% of statements [2021-02-05T08:18:31.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.046s coverage: 84.2% of statements [2021-02-05T08:18:31.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.095s coverage: 91.4% of statements [2021-02-05T08:18:31.434Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-05T08:18:31.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 63.5% of statements [2021-02-05T08:18:31.434Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-05T08:18:31.434Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-05T08:18:31.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-05T08:18:31.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-02-05T08:18:31.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-02-05T08:18:31.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-02-05T08:18:31.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-02-05T08:18:31.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.300s coverage: 68.9% of statements [2021-02-05T08:18:31.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-05T08:18:31.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-05T08:18:31.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-05T08:18:31.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-05T08:18:31.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-05T08:18:31.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.101s coverage: 37.0% of statements [2021-02-05T08:18:31.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-05T08:18:31.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-05T08:18:31.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.295s coverage: 84.0% of statements [2021-02-05T08:18:31.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.035s coverage: 100.0% of statements [2021-02-05T08:18:31.435Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.131s coverage: 47.0% of statements [2021-02-05T08:18:31.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-05T08:18:31.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-05T08:18:31.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-05T08:18:31.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-05T08:18:31.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-05T08:18:31.435Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.047s coverage: 100.0% of statements [2021-02-05T08:18:31.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-05T08:18:31.435Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.052s coverage: 100.0% of statements [2021-02-05T08:18:31.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-05T08:18:31.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-05T08:18:31.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-05T08:18:31.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-05T08:18:31.435Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.073s coverage: 85.3% of statements [2021-02-05T08:18:31.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-05T08:18:31.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T08:18:31.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-05T08:18:31.435Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.719s coverage: 29.1% of statements [2021-02-05T08:18:31.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-05T08:18:31.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-05T08:18:31.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-05T08:18:31.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-05T08:18:31.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-05T08:18:31.435Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.059s coverage: 99.0% of statements [2021-02-05T08:18:31.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-05T08:18:31.435Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2021-02-05T08:18:31.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-05T08:18:31.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-05T08:18:31.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-05T08:18:31.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-05T08:18:31.435Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.062s coverage: 100.0% of statements [2021-02-05T08:18:31.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-05T08:18:31.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T08:18:31.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-05T08:18:31.435Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.029s coverage: 0.0% of statements [2021-02-05T08:18:31.435Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-05T08:18:31.435Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.030s coverage: 100.0% of statements [2021-02-05T08:18:31.435Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-05T08:18:31.435Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-05T08:18:31.435Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-05T08:18:31.435Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-05T08:18:31.435Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements [2021-02-05T08:18:31.435Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-05T08:18:31.435Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-05T08:18:31.435Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2021-02-05T08:18:31.435Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2021-02-05T08:18:31.435Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-02-05T08:18:31.435Z] GO111MODULE=on go vet ./... [2021-02-05T08:18:42.874Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T08:18:42.894Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T08:18:42.925Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T08:18:42.963Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T08:18:42.963Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T08:18:42.975Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3142/head:refs/remotes/origin/PR-3142 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-05T08:18:43.792Z] Merging remotes/origin/master commit 261101cd65b57382b3139275d947e2afb77006cd into PR head commit e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe [2021-02-05T08:18:44.265Z] Merge succeeded, producing e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe [2021-02-05T08:18:44.266Z] Checking out Revision e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe (PR-3142) [2021-02-05T08:18:43.815Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T08:18:43.836Z] > git checkout -f e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe # timeout=10 [2021-02-05T08:18:44.163Z] > git remote # timeout=10 [2021-02-05T08:18:44.191Z] > git config --get remote.origin.url # timeout=10 [2021-02-05T08:18:44.209Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T08:18:44.226Z] > git merge 261101cd65b57382b3139275d947e2afb77006cd # timeout=10 [2021-02-05T08:18:44.251Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-05T08:18:44.277Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T08:18:44.291Z] > git checkout -f e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe # timeout=10 [2021-02-05T08:18:48.683Z] Commit message: "docs(all): add apiVersion to all request objects and update DELETE status code" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-05T08:18:50.269Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-05T08:18:50.675Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-05T08:18:51.013Z] + + sudo service dockertrue restart [2021-02-05T08:18:51.014Z] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-05T08:18:53.707Z] provisioning config files... [2021-02-05T08:18:53.745Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1056318544481080837tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T08:18:54.170Z] ---> docker-login.sh [2021-02-05T08:18:54.170Z] nexus3.edgexfoundry.org:10001 [2021-02-05T08:18:55.165Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T08:18:55.437Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T08:18:55.437Z] Configure a credential helper to remove this warning. See [2021-02-05T08:18:55.437Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T08:18:55.437Z] [2021-02-05T08:18:55.437Z] Login Succeeded [2021-02-05T08:18:55.437Z] nexus3.edgexfoundry.org:10002 [2021-02-05T08:18:55.715Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T08:18:55.992Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T08:18:55.992Z] Configure a credential helper to remove this warning. See [2021-02-05T08:18:55.992Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T08:18:55.992Z] [2021-02-05T08:18:55.992Z] Login Succeeded [2021-02-05T08:18:55.992Z] nexus3.edgexfoundry.org:10003 [2021-02-05T08:18:56.266Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T08:18:56.540Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T08:18:56.540Z] Configure a credential helper to remove this warning. See [2021-02-05T08:18:56.540Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T08:18:56.540Z] [2021-02-05T08:18:56.540Z] Login Succeeded [2021-02-05T08:18:56.540Z] nexus3.edgexfoundry.org:10004 [2021-02-05T08:18:56.814Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T08:18:57.090Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T08:18:57.090Z] Configure a credential helper to remove this warning. See [2021-02-05T08:18:57.090Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T08:18:57.090Z] [2021-02-05T08:18:57.090Z] Login Succeeded [2021-02-05T08:18:57.090Z] docker.io [2021-02-05T08:18:57.363Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T08:18:57.635Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T08:18:57.635Z] Configure a credential helper to remove this warning. See [2021-02-05T08:18:57.635Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T08:18:57.635Z] [2021-02-05T08:18:57.635Z] Login Succeeded [2021-02-05T08:18:57.635Z] ---> docker-login.sh ends [Pipeline] } [2021-02-05T08:18:57.652Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-05T08:18:58.090Z] ========================================================= [2021-02-05T08:18:58.090Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-05T08:18:58.090Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-05T08:18:58.203Z] gofmt -l . [2021-02-05T08:18:58.204Z] [ "`gofmt -l .`" = "" ] [2021-02-05T08:18:58.204Z] ./bin/test-go-mod-tidy.sh [2021-02-05T08:18:58.204Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-05T08:18:58.473Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-05T08:18:58.544Z] + ls -al . [2021-02-05T08:18:58.544Z] total 688 [2021-02-05T08:18:58.544Z] drwxrwxr-x 10 1001 1001 4096 Feb 5 08:18 . [2021-02-05T08:18:58.544Z] drwxr-xr-x 4 root root 28 Feb 5 08:17 .. [2021-02-05T08:18:58.544Z] -rw-rw-r-- 1 1001 1001 11 Feb 5 08:15 .dockerignore [2021-02-05T08:18:58.544Z] drwxrwxr-x 8 1001 1001 179 Feb 5 08:15 .git [2021-02-05T08:18:58.544Z] drwxrwxr-x 3 1001 1001 125 Feb 5 08:15 .github [2021-02-05T08:18:58.544Z] -rw-rw-r-- 1 1001 1001 872 Feb 5 08:15 .gitignore [2021-02-05T08:18:58.544Z] drwx------ 3 1001 1001 60 Feb 5 08:16 .semver [2021-02-05T08:18:58.544Z] -rw-rw-r-- 1 1001 1001 166 Feb 5 08:15 .sonarcloud.properties [2021-02-05T08:18:58.544Z] -rw-rw-r-- 1 1001 1001 7859 Feb 5 08:15 Attribution.txt [2021-02-05T08:18:58.544Z] -rw-rw-r-- 1 1001 1001 3804 Feb 5 08:15 CONTRIBUTING.md [2021-02-05T08:18:58.544Z] -rw-rw-r-- 1 1001 1001 931 Feb 5 08:15 Dockerfile.build [2021-02-05T08:18:58.544Z] -rw-rw-r-- 1 1001 1001 863 Feb 5 08:15 Jenkinsfile [2021-02-05T08:18:58.544Z] -rw-rw-r-- 1 1001 1001 10775 Feb 5 08:15 LICENSE [2021-02-05T08:18:58.544Z] -rw-rw-r-- 1 1001 1001 6001 Feb 5 08:15 Makefile [2021-02-05T08:18:58.544Z] -rw-rw-r-- 1 1001 1001 6524 Feb 5 08:15 README.md [2021-02-05T08:18:58.544Z] -rw-rw-r-- 1 1001 1001 6755 Feb 5 08:15 SECURITY.md [2021-02-05T08:18:58.544Z] -rw-rw-r-- 1 1001 1001 5 Feb 5 08:16 VERSION [2021-02-05T08:18:58.544Z] -rw-rw-r-- 1 1001 1001 4131 Feb 5 08:15 ZMQWindows.md [2021-02-05T08:18:58.544Z] drwxrwxr-x 2 1001 1001 117 Feb 5 08:15 bin [2021-02-05T08:18:58.544Z] drwxrwxr-x 15 1001 1001 4096 Feb 5 08:15 cmd [2021-02-05T08:18:58.544Z] -rw-r--r-- 1 root root 585363 Feb 5 08:18 coverage.out [2021-02-05T08:18:58.544Z] -rw-r--r-- 1 root root 1054 Feb 5 08:18 go.mod [2021-02-05T08:18:58.544Z] -rw-r--r-- 1 root root 19290 Feb 5 08:18 go.sum [2021-02-05T08:18:58.544Z] drwxrwxr-x 8 1001 1001 127 Feb 5 08:15 internal [2021-02-05T08:18:58.544Z] drwxrwxr-x 4 1001 1001 26 Feb 5 08:15 openapi [2021-02-05T08:18:58.544Z] drwxrwxr-x 4 1001 1001 71 Feb 5 08:15 snap [2021-02-05T08:18:58.544Z] -rw-rw-r-- 1 1001 1001 168 Feb 5 08:15 version.go [Pipeline] sh [2021-02-05T08:18:58.848Z] + '[' -e coverage.out ] [2021-02-05T08:18:58.848Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-05T08:18:59.089Z] Stashed 1 file(s) [Pipeline] sh [2021-02-05T08:18:59.384Z] + make build [2021-02-05T08:18:59.384Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-05T08:19:01.119Z] Sending build context to Docker daemon 166.2MB [2021-02-05T08:19:01.119Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-05T08:19:01.119Z] Step 2/6 : FROM ${BASE} [2021-02-05T08:19:01.119Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-05T08:19:01.119Z] 5f621e34cdf4: Pulling fs layer [2021-02-05T08:19:01.119Z] a4357932f1b6: Pulling fs layer [2021-02-05T08:19:01.119Z] 18c013af1878: Pulling fs layer [2021-02-05T08:19:01.119Z] 00ac8860ef70: Pulling fs layer [2021-02-05T08:19:01.119Z] 63d7cb157983: Pulling fs layer [2021-02-05T08:19:01.119Z] b116817d02f9: Pulling fs layer [2021-02-05T08:19:01.119Z] 745a02a5169b: Pulling fs layer [2021-02-05T08:19:01.119Z] 00ac8860ef70: Waiting [2021-02-05T08:19:01.119Z] 63d7cb157983: Waiting [2021-02-05T08:19:01.119Z] b116817d02f9: Waiting [2021-02-05T08:19:01.119Z] 745a02a5169b: Waiting [2021-02-05T08:19:01.398Z] 18c013af1878: Verifying Checksum [2021-02-05T08:19:01.398Z] 18c013af1878: Download complete [2021-02-05T08:19:01.398Z] a4357932f1b6: Verifying Checksum [2021-02-05T08:19:01.398Z] a4357932f1b6: Download complete [2021-02-05T08:19:01.398Z] 5f621e34cdf4: Download complete [2021-02-05T08:19:01.398Z] 63d7cb157983: Download complete [2021-02-05T08:19:01.998Z] b116817d02f9: Verifying Checksum [2021-02-05T08:19:01.998Z] b116817d02f9: Download complete [2021-02-05T08:19:01.998Z] 5f621e34cdf4: Pull complete [2021-02-05T08:19:02.707Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-05T08:19:03.007Z] a4357932f1b6: Pull complete [2021-02-05T08:19:03.286Z] 18c013af1878: Pull complete [2021-02-05T08:19:04.272Z] 745a02a5169b: Download complete [2021-02-05T08:19:06.252Z] 00ac8860ef70: Verifying Checksum [2021-02-05T08:19:06.252Z] 00ac8860ef70: Download complete [2021-02-05T08:19:10.931Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-05T08:19:12.329Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-05T08:19:13.723Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-05T08:19:14.299Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-05T08:19:15.692Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-05T08:19:16.419Z] 00ac8860ef70: Pull complete [2021-02-05T08:19:16.419Z] 63d7cb157983: Pull complete [2021-02-05T08:19:16.691Z] b116817d02f9: Pull complete [2021-02-05T08:19:17.099Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-05T08:19:18.049Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-05T08:19:19.454Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-05T08:19:20.087Z] 745a02a5169b: Pull complete [2021-02-05T08:19:20.363Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-05T08:19:20.363Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-05T08:19:20.363Z] ---> b7e6874047d6 [2021-02-05T08:19:20.363Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-05T08:19:20.401Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-05T08:19:21.361Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-05T08:19:22.317Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-05T08:19:23.790Z] ---> Running in 5156d3481fa1 [Pipeline] } [2021-02-05T08:19:24.333Z] $ docker stop --time=1 0fb9a3e200da4c353907305acc2bc3f1cea8f0116396376edaa1055fac85f075 [2021-02-05T08:19:24.896Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T08:19:25.487Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T08:19:25.988Z] $ docker rm -f 0fb9a3e200da4c353907305acc2bc3f1cea8f0116396376edaa1055fac85f075 [2021-02-05T08:19:26.463Z] (1/12) Installing libmagic (5.38-r0) [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-02-05T08:19:26.733Z] (2/12) Installing file (5.38-r0) [2021-02-05T08:19:26.733Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-05T08:19:26.733Z] (4/12) Installing g++ (9.3.0-r2) [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T08:19:29.472Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T08:19:29.472Z] [2021-02-05T08:19:29.473Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T08:19:29.825Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T08:19:29.825Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-05T08:19:29.825Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-05T08:19:29.825Z] ca9280d653b3: Pulling fs layer [2021-02-05T08:19:29.825Z] 7e9c9ca2126c: Pulling fs layer [2021-02-05T08:19:30.094Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-05T08:19:30.094Z] cbdbe7a5bc2a: Download complete [2021-02-05T08:19:30.359Z] ca9280d653b3: Verifying Checksum [2021-02-05T08:19:30.359Z] ca9280d653b3: Download complete [2021-02-05T08:19:30.359Z] cbdbe7a5bc2a: Pull complete [2021-02-05T08:19:31.767Z] ca9280d653b3: Pull complete [2021-02-05T08:19:31.767Z] 7e9c9ca2126c: Download complete [2021-02-05T08:19:33.475Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-05T08:19:33.475Z] (6/12) Installing patch (2.7.6-r6) [2021-02-05T08:19:33.475Z] (7/12) Installing build-base (0.5-r2) [2021-02-05T08:19:33.475Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-05T08:19:33.475Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-05T08:19:33.475Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-05T08:19:33.475Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-05T08:19:33.475Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-05T08:19:33.475Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T08:19:33.475Z] OK: 217 MiB in 51 packages [2021-02-05T08:19:37.778Z] Removing intermediate container 5156d3481fa1 [2021-02-05T08:19:37.778Z] ---> 34fc033cf055 [2021-02-05T08:19:37.778Z] Step 4/6 : WORKDIR /edgex-go [2021-02-05T08:19:37.778Z] ---> Running in 2f4ba457a076 [2021-02-05T08:19:38.381Z] Removing intermediate container 2f4ba457a076 [2021-02-05T08:19:38.381Z] ---> 10dee43986e3 [2021-02-05T08:19:38.381Z] Step 5/6 : COPY go.mod . [2021-02-05T08:19:38.976Z] ---> cae4c5fb5b4b [2021-02-05T08:19:38.976Z] Step 6/6 : RUN go mod download [2021-02-05T08:19:39.254Z] ---> Running in 05ed9ca1f239 [2021-02-05T08:19:44.037Z] 7e9c9ca2126c: Pull complete [2021-02-05T08:19:44.037Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-05T08:19:44.037Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T08:19:44.037Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-05T08:19:44.184Z] prd-centos7-docker-4c-2g-25240 does not seem to be running inside a container [2021-02-05T08:19:44.232Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-05T08:19:45.204Z] $ docker top 15781279b09afe542866ff217335d4334f04f055932d24ebf4d6ec38a17bd28a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T08:19:45.780Z] + docker-compose build --help [2021-02-05T08:19:45.780Z] + grep parallel [2021-02-05T08:19:46.725Z] --parallel Build images in parallel. [Pipeline] } [2021-02-05T08:19:46.742Z] $ docker stop --time=1 15781279b09afe542866ff217335d4334f04f055932d24ebf4d6ec38a17bd28a [2021-02-05T08:19:48.111Z] $ docker rm -f 15781279b09afe542866ff217335d4334f04f055932d24ebf4d6ec38a17bd28a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T08:19:48.734Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T08:19:48.734Z] . [Pipeline] withDockerContainer [2021-02-05T08:19:48.835Z] prd-centos7-docker-4c-2g-25240 does not seem to be running inside a container [2021-02-05T08:19:48.928Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-05T08:19:49.781Z] $ docker top 2b836e5705d75fde9977c39210bad466675bb8730389299e6a99dc96a997591a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T08:19:50.346Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-05T08:19:51.303Z] Building docker-core-command-go ... [2021-02-05T08:19:51.303Z] Building docker-core-data-go ... [2021-02-05T08:19:51.303Z] Building docker-core-metadata-go ... [2021-02-05T08:19:51.303Z] Building docker-security-bootstrapper-go ... [2021-02-05T08:19:51.303Z] Building docker-security-proxy-setup-go ... [2021-02-05T08:19:51.303Z] Building docker-security-secretstore-setup-go ... [2021-02-05T08:19:51.303Z] Building docker-support-notifications-go ... [2021-02-05T08:19:51.303Z] Building docker-support-scheduler-go ... [2021-02-05T08:19:51.303Z] Building docker-sys-mgmt-agent-go ... [2021-02-05T08:19:51.303Z] Building docker-support-notifications-go [2021-02-05T08:19:51.303Z] Building docker-security-proxy-setup-go [2021-02-05T08:19:51.303Z] Building docker-core-metadata-go [2021-02-05T08:19:51.303Z] Building docker-core-command-go [2021-02-05T08:19:51.303Z] Building docker-support-scheduler-go [2021-02-05T08:20:06.060Z] Removing intermediate container 05ed9ca1f239 [2021-02-05T08:20:06.060Z] ---> 69b17a773e49 [2021-02-05T08:20:06.060Z] Successfully built 69b17a773e49 [2021-02-05T08:20:06.060Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T08:20:06.400Z] + docker inspect -f . ci-base-image-arm64 [2021-02-05T08:20:06.400Z] . [Pipeline] withDockerContainer [2021-02-05T08:20:06.635Z] prd-ubuntu18.04-docker-arm64-4c-16g-25241 does not seem to be running inside a container [2021-02-05T08:20:06.722Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-05T08:20:08.285Z] $ docker top c5c41c3b3bdb4fa3cf569f2816ba431be2e8352a5742086d4522b183bde33308 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T08:20:09.354Z] + go version [2021-02-05T08:20:09.355Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-05T08:20:09.380Z] $ docker stop --time=1 c5c41c3b3bdb4fa3cf569f2816ba431be2e8352a5742086d4522b183bde33308 [2021-02-05T08:20:11.328Z] $ docker rm -f c5c41c3b3bdb4fa3cf569f2816ba431be2e8352a5742086d4522b183bde33308 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T08:20:12.372Z] + docker inspect -f . ci-base-image-arm64 [2021-02-05T08:20:12.372Z] . [Pipeline] withDockerContainer [2021-02-05T08:20:12.607Z] prd-ubuntu18.04-docker-arm64-4c-16g-25241 does not seem to be running inside a container [2021-02-05T08:20:12.691Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-05T08:20:14.207Z] $ docker top 50554dbdd925bef7f8599dc031348e03ec28174420cbadc6bdb85d99e50a1133 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-05T08:20:14.594Z] ========================================================= [2021-02-05T08:20:14.594Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-05T08:20:14.594Z] ========================================================= [Pipeline] sh [2021-02-05T08:20:15.240Z] + make test [2021-02-05T08:20:15.240Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-05T08:20:23.611Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T08:20:23.611Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-05T08:20:23.611Z] ---> 4835c8c54314 [2021-02-05T08:20:23.611Z] Step 3/21 : WORKDIR /edgex-go [2021-02-05T08:20:23.611Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T08:20:23.611Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T08:20:23.611Z] ---> 4835c8c54314 [2021-02-05T08:20:23.611Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T08:20:23.611Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T08:20:23.611Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T08:20:23.611Z] ---> 4835c8c54314 [2021-02-05T08:20:23.611Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T08:20:23.611Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T08:20:23.611Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T08:20:23.611Z] ---> 4835c8c54314 [2021-02-05T08:20:23.611Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T08:20:23.611Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T08:20:23.611Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T08:20:23.611Z] ---> 4835c8c54314 [2021-02-05T08:20:23.611Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T08:20:24.189Z] ---> Running in ece334cdc6c0 [2021-02-05T08:20:24.189Z] ---> Running in 329c7c97ff47 [2021-02-05T08:20:24.189Z] ---> Running in 06c5c8dc4aee [2021-02-05T08:20:24.189Z] ---> Running in 0ec09c0871a8 [2021-02-05T08:20:24.189Z] ---> Running in e588ea1cc695 [2021-02-05T08:20:24.777Z] Removing intermediate container e588ea1cc695 [2021-02-05T08:20:24.777Z] ---> ca1aac12c03f [2021-02-05T08:20:24.777Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T08:20:24.777Z] Removing intermediate container 329c7c97ff47 [2021-02-05T08:20:24.777Z] ---> a8fdb1a773ff [2021-02-05T08:20:24.777Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T08:20:24.777Z] Removing intermediate container 06c5c8dc4aee [2021-02-05T08:20:24.777Z] ---> ff7f1ba88399 [2021-02-05T08:20:24.777Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T08:20:24.777Z] Removing intermediate container 0ec09c0871a8 [2021-02-05T08:20:24.777Z] ---> f62b99e3e24f [2021-02-05T08:20:24.777Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T08:20:24.777Z] Removing intermediate container ece334cdc6c0 [2021-02-05T08:20:24.777Z] ---> 4b1d74c3a23f [2021-02-05T08:20:24.777Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T08:20:25.040Z] ---> Running in 489e59b4b4b6 [2021-02-05T08:20:25.040Z] ---> Running in 568ba7f7a44a [2021-02-05T08:20:25.040Z] ---> Running in 914ecadb8b5e [2021-02-05T08:20:25.040Z] ---> Running in a37152c75e85 [2021-02-05T08:20:25.040Z] ---> Running in 45ddac666095 [2021-02-05T08:20:26.992Z] Removing intermediate container 568ba7f7a44a [2021-02-05T08:20:26.992Z] ---> 925a33c3ee02 [2021-02-05T08:20:26.992Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T08:20:26.992Z] Removing intermediate container 489e59b4b4b6 [2021-02-05T08:20:26.992Z] ---> 68b0c3cac284 [2021-02-05T08:20:26.992Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-05T08:20:26.992Z] ---> Running in 07a4f0719f4c [2021-02-05T08:20:26.992Z] ---> Running in 070aed930ecf [2021-02-05T08:20:26.992Z] Removing intermediate container 914ecadb8b5e [2021-02-05T08:20:26.992Z] ---> 0d8ff1528587 [2021-02-05T08:20:26.992Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-05T08:20:27.254Z] ---> Running in e3bce3240669 [2021-02-05T08:20:27.517Z] Removing intermediate container 45ddac666095 [2021-02-05T08:20:27.518Z] ---> a7a6bcac0968 [2021-02-05T08:20:27.518Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-05T08:20:27.783Z] Removing intermediate container a37152c75e85 [2021-02-05T08:20:27.783Z] ---> 4f628ce997ec [2021-02-05T08:20:27.783Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T08:20:27.783Z] ---> Running in 81e2c8803e97 [2021-02-05T08:20:27.783Z] ---> Running in e32c5c5982cb [2021-02-05T08:20:28.046Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T08:20:28.046Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T08:20:28.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T08:20:28.571Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T08:20:28.571Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T08:20:28.833Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T08:20:29.096Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T08:20:29.096Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T08:20:29.358Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T08:20:29.358Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T08:20:29.939Z] OK: 233 MiB in 51 packages [2021-02-05T08:20:29.939Z] OK: 233 MiB in 51 packages [2021-02-05T08:20:29.939Z] OK: 233 MiB in 51 packages [2021-02-05T08:20:30.212Z] OK: 233 MiB in 51 packages [2021-02-05T08:20:30.486Z] Removing intermediate container 070aed930ecf [2021-02-05T08:20:30.486Z] ---> 734a4e3888e4 [2021-02-05T08:20:30.486Z] Step 6/22 : COPY go.mod . [2021-02-05T08:20:30.486Z] OK: 233 MiB in 51 packages [2021-02-05T08:20:30.749Z] Removing intermediate container 07a4f0719f4c [2021-02-05T08:20:30.749Z] ---> 63b318630b42 [2021-02-05T08:20:30.749Z] Step 6/23 : COPY go.mod . [2021-02-05T08:20:31.012Z] Removing intermediate container e3bce3240669 [2021-02-05T08:20:31.012Z] ---> e9fcffee1af4 [2021-02-05T08:20:31.012Z] Step 6/22 : COPY go.mod . [2021-02-05T08:20:31.012Z] ---> 470a59ec44bf [2021-02-05T08:20:31.012Z] Step 7/22 : RUN go mod download [2021-02-05T08:20:31.012Z] ---> 892be37db256 [2021-02-05T08:20:31.012Z] Step 7/23 : RUN go mod download [2021-02-05T08:20:31.274Z] Removing intermediate container e32c5c5982cb [2021-02-05T08:20:31.274Z] ---> 42ee285067b6 [2021-02-05T08:20:31.274Z] Step 6/23 : COPY go.mod . [2021-02-05T08:20:31.274Z] ---> Running in e05341843dd0 [2021-02-05T08:20:31.274Z] ---> Running in 0f67ca1d382d [2021-02-05T08:20:31.548Z] ---> d59bb9f7e7cd [2021-02-05T08:20:31.548Z] Step 7/22 : RUN go mod download [2021-02-05T08:20:31.548Z] Removing intermediate container 81e2c8803e97 [2021-02-05T08:20:31.548Z] ---> ab7fd5993ce7 [2021-02-05T08:20:31.548Z] Step 6/21 : COPY go.mod . [2021-02-05T08:20:31.548Z] ---> Running in 9e362e76fe76 [2021-02-05T08:20:31.815Z] ---> 8b46f043751b [2021-02-05T08:20:31.815Z] Step 7/23 : RUN go mod download [2021-02-05T08:20:32.082Z] ---> Running in 96aec898f78e [2021-02-05T08:20:32.082Z] ---> 14e251c66725 [2021-02-05T08:20:32.082Z] Step 7/21 : RUN go mod download [2021-02-05T08:20:32.350Z] ---> Running in 33f8199a7618 [2021-02-05T08:20:34.300Z] Removing intermediate container 0f67ca1d382d [2021-02-05T08:20:34.300Z] ---> 7660046d88f8 [2021-02-05T08:20:34.300Z] Step 8/23 : COPY . . [2021-02-05T08:20:34.300Z] Removing intermediate container 33f8199a7618 [2021-02-05T08:20:34.300Z] ---> d775fc559a55 [2021-02-05T08:20:34.300Z] Step 8/21 : COPY . . [2021-02-05T08:20:34.564Z] Removing intermediate container e05341843dd0 [2021-02-05T08:20:34.564Z] ---> ad712c7a3d05 [2021-02-05T08:20:34.564Z] Step 8/22 : COPY . . [2021-02-05T08:20:35.148Z] Removing intermediate container 9e362e76fe76 [2021-02-05T08:20:35.148Z] ---> c4c2a3da80fe [2021-02-05T08:20:35.148Z] Step 8/22 : COPY . . [2021-02-05T08:20:35.148Z] Removing intermediate container 96aec898f78e [2021-02-05T08:20:35.148Z] ---> b5a9e3a8f02b [2021-02-05T08:20:35.148Z] Step 8/23 : COPY . . [2021-02-05T08:20:37.444Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-05T08:21:14.061Z] ---> 840b5ee132da [2021-02-05T08:21:14.061Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-05T08:21:14.061Z] ---> 2e1210037337 [2021-02-05T08:21:14.061Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-05T08:21:14.061Z] ---> efc084520781 [2021-02-05T08:21:14.061Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-05T08:21:14.061Z] ---> Running in 908bd17b6a9c [2021-02-05T08:21:14.061Z] ---> Running in f480022aa6a0 [2021-02-05T08:21:14.061Z] ---> 251805676341 [2021-02-05T08:21:14.061Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-05T08:21:14.061Z] ---> e37182380151 [2021-02-05T08:21:14.061Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-05T08:21:14.061Z] ---> Running in 2461a182a913 [2021-02-05T08:21:14.061Z] ---> Running in f2b28989b227 [2021-02-05T08:21:14.061Z] ---> Running in 6d8e78568423 [2021-02-05T08:21:14.061Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-05T08:21:14.061Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-05T08:21:14.061Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-05T08:21:14.061Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-05T08:21:14.061Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-05T08:21:24.449Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-05T08:21:27.857Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-05T08:21:38.053Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-05T08:21:38.053Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-05T08:21:38.053Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-05T08:21:39.497Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-05T08:21:39.497Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-05T08:21:39.497Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-05T08:21:39.497Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-05T08:21:39.497Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-05T08:21:40.722Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-05T08:21:41.494Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-05T08:21:48.971Z] Removing intermediate container f480022aa6a0 [2021-02-05T08:21:48.971Z] ---> a2426139d532 [2021-02-05T08:21:48.971Z] [2021-02-05T08:21:48.971Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T08:21:48.971Z] Removing intermediate container 908bd17b6a9c [2021-02-05T08:21:48.971Z] ---> 1620d0eebf74 [2021-02-05T08:21:48.971Z] [2021-02-05T08:21:48.971Z] Step 10/21 : FROM alpine:3.12 [2021-02-05T08:21:48.971Z] 3.12: Pulling from library/alpine [2021-02-05T08:21:48.971Z] 3.12: Pulling from library/alpine [2021-02-05T08:21:49.235Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-05T08:21:49.235Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-05T08:21:49.235Z] Status: Downloaded newer image for alpine:3.12 [2021-02-05T08:21:49.235Z] ---> 389fef711851 [2021-02-05T08:21:49.235Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-05T08:21:49.235Z] Status: Image is up to date for alpine:3.12 [2021-02-05T08:21:49.235Z] ---> 389fef711851 [2021-02-05T08:21:49.235Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-05T08:21:49.799Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-05T08:21:49.799Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-05T08:21:49.799Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-05T08:21:54.544Z] ---> Running in 9dd2b7ec1034 [2021-02-05T08:21:54.544Z] ---> Running in d67d4ad0f5f6 [2021-02-05T08:21:54.544Z] Removing intermediate container f2b28989b227 [2021-02-05T08:21:54.544Z] ---> 937d42ffe836 [2021-02-05T08:21:54.544Z] [2021-02-05T08:21:54.544Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T08:21:54.544Z] ---> 389fef711851 [2021-02-05T08:21:54.544Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T08:21:54.544Z] Removing intermediate container 6d8e78568423 [2021-02-05T08:21:54.544Z] ---> 2ed5ab858e91 [2021-02-05T08:21:54.544Z] [2021-02-05T08:21:54.544Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T08:21:54.544Z] ---> 389fef711851 [2021-02-05T08:21:54.544Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-05T08:21:54.544Z] Removing intermediate container 2461a182a913 [2021-02-05T08:21:54.544Z] ---> c10f59793152 [2021-02-05T08:21:54.544Z] [2021-02-05T08:21:54.544Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T08:21:54.544Z] ---> 389fef711851 [2021-02-05T08:21:54.544Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T08:21:54.544Z] ---> Running in 483403b32eda [2021-02-05T08:21:54.544Z] ---> Running in 65dabf502151 [2021-02-05T08:21:54.544Z] ---> Running in f5e179f6a668 [2021-02-05T08:21:55.127Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T08:21:55.127Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T08:21:55.127Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T08:21:55.127Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T08:21:55.291Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.319s coverage: 45.6% of statements [2021-02-05T08:21:55.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-05T08:21:55.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-05T08:21:55.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-05T08:21:55.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-05T08:21:55.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-05T08:21:55.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-05T08:21:55.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-05T08:21:55.291Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.207s coverage: 100.0% of statements [2021-02-05T08:21:55.394Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-05T08:21:55.394Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T08:21:55.394Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T08:21:55.394Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-05T08:21:55.394Z] (4/4) Installing curl (7.69.1-r3) [2021-02-05T08:21:55.394Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-05T08:21:55.394Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T08:21:55.394Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T08:21:55.394Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T08:21:55.394Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T08:21:55.394Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T08:21:55.394Z] OK: 6 MiB in 15 packages [2021-02-05T08:21:55.394Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T08:21:55.394Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T08:21:55.394Z] OK: 7 MiB in 18 packages [2021-02-05T08:21:55.394Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T08:21:55.659Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-05T08:21:55.659Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T08:21:55.659Z] OK: 6 MiB in 15 packages [2021-02-05T08:21:55.659Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-05T08:21:55.659Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-05T08:21:55.659Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-05T08:21:55.659Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T08:21:55.659Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T08:21:55.659Z] OK: 6 MiB in 15 packages [2021-02-05T08:21:56.237Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T08:21:56.237Z] OK: 6 MiB in 16 packages [2021-02-05T08:21:56.817Z] Removing intermediate container d67d4ad0f5f6 [2021-02-05T08:21:56.817Z] ---> b9001b64d211 [2021-02-05T08:21:56.817Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T08:21:57.391Z] ---> Running in a20deb21e4b8 [2021-02-05T08:21:58.784Z] Removing intermediate container 9dd2b7ec1034 [2021-02-05T08:21:58.784Z] ---> 940bb4705842 [2021-02-05T08:21:58.784Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T08:21:58.784Z] Removing intermediate container a20deb21e4b8 [2021-02-05T08:21:58.784Z] ---> 23711093107f [2021-02-05T08:21:58.784Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-05T08:21:58.784Z] Removing intermediate container 483403b32eda [2021-02-05T08:21:58.784Z] ---> 980e35a96ad8 [2021-02-05T08:21:58.784Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T08:21:59.046Z] ---> Running in 44b271beefbf [2021-02-05T08:21:59.310Z] ---> Running in 928f58f0c3a5 [2021-02-05T08:21:59.310Z] Removing intermediate container f5e179f6a668 [2021-02-05T08:21:59.310Z] ---> 396e1d560d07 [2021-02-05T08:21:59.310Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T08:21:59.310Z] ---> Running in d2482f58ef85 [2021-02-05T08:21:59.310Z] Removing intermediate container 65dabf502151 [2021-02-05T08:21:59.310Z] ---> 76cb05405277 [2021-02-05T08:21:59.310Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T08:21:59.310Z] ---> Running in 59d3d8ee5e5e [2021-02-05T08:21:59.574Z] ---> Running in 4c240b7d5842 [2021-02-05T08:21:59.574Z] Removing intermediate container 44b271beefbf [2021-02-05T08:21:59.574Z] ---> d6fd9a224244 [2021-02-05T08:21:59.574Z] Step 13/21 : WORKDIR /edgex [2021-02-05T08:21:59.574Z] Removing intermediate container 928f58f0c3a5 [2021-02-05T08:21:59.574Z] ---> a19f424f14f4 [2021-02-05T08:21:59.574Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T08:21:59.840Z] Removing intermediate container d2482f58ef85 [2021-02-05T08:21:59.840Z] ---> 37a0b944ff22 [2021-02-05T08:21:59.840Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-05T08:21:59.840Z] Removing intermediate container 59d3d8ee5e5e [2021-02-05T08:21:59.841Z] ---> 806a9ab9ee84 [2021-02-05T08:21:59.841Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-05T08:21:59.841Z] ---> Running in 8cfd0bf90ab4 [2021-02-05T08:21:59.841Z] ---> Running in da1fd8962296 [2021-02-05T08:21:59.841Z] Removing intermediate container 4c240b7d5842 [2021-02-05T08:21:59.841Z] ---> 888c979b3535 [2021-02-05T08:21:59.841Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-05T08:22:00.103Z] ---> Running in 24c9f9aeade0 [2021-02-05T08:22:00.366Z] ---> Running in ce013bd07be4 [2021-02-05T08:22:00.366Z] ---> Running in 95943aeb5af8 [2021-02-05T08:22:00.366Z] Removing intermediate container 8cfd0bf90ab4 [2021-02-05T08:22:00.366Z] ---> 921cc5d19a02 [2021-02-05T08:22:00.366Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-05T08:22:00.628Z] Removing intermediate container da1fd8962296 [2021-02-05T08:22:00.628Z] ---> 1fff0ee16035 [2021-02-05T08:22:00.628Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T08:22:00.628Z] Removing intermediate container 24c9f9aeade0 [2021-02-05T08:22:00.628Z] ---> 85d59cd8bf69 [2021-02-05T08:22:00.628Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T08:22:00.628Z] Removing intermediate container ce013bd07be4 [2021-02-05T08:22:00.628Z] ---> 904fd30ef787 [2021-02-05T08:22:00.628Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T08:22:00.628Z] Removing intermediate container 95943aeb5af8 [2021-02-05T08:22:00.628Z] ---> 5ac658f2d081 [2021-02-05T08:22:00.628Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T08:22:00.904Z] ---> Running in 55e39171358f [2021-02-05T08:22:00.904Z] ---> Running in 343ee5db5df3 [2021-02-05T08:22:00.904Z] ---> Running in 94673265eb3d [2021-02-05T08:22:00.904Z] ---> 19e299d1a54d [2021-02-05T08:22:00.904Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-05T08:22:00.904Z] ---> b6960c268a88 [2021-02-05T08:22:00.904Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-05T08:22:01.173Z] Removing intermediate container 55e39171358f [2021-02-05T08:22:01.173Z] ---> 65a124b089ee [2021-02-05T08:22:01.173Z] Step 15/23 : WORKDIR / [2021-02-05T08:22:01.440Z] Removing intermediate container 343ee5db5df3 [2021-02-05T08:22:01.440Z] ---> 6d8b87b3dd7c [2021-02-05T08:22:01.440Z] Step 15/23 : WORKDIR / [2021-02-05T08:22:01.440Z] Removing intermediate container 94673265eb3d [2021-02-05T08:22:01.440Z] ---> 6e49dfad4e27 [2021-02-05T08:22:01.440Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T08:22:01.440Z] ---> Running in 49f348b92864 [2021-02-05T08:22:01.440Z] ---> Running in f75d34d92741 [2021-02-05T08:22:01.704Z] ---> 1e2a2c0ccffd [2021-02-05T08:22:01.704Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-05T08:22:01.704Z] ---> bd8f9da01d28 [2021-02-05T08:22:01.704Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-05T08:22:01.704Z] ---> bd6f2636accc [2021-02-05T08:22:01.704Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-05T08:22:01.968Z] Removing intermediate container 49f348b92864 [2021-02-05T08:22:01.968Z] ---> 6d7387395119 [2021-02-05T08:22:01.968Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T08:22:01.968Z] Removing intermediate container f75d34d92741 [2021-02-05T08:22:01.968Z] ---> e3b486a563e4 [2021-02-05T08:22:01.968Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T08:22:02.060Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.481s coverage: 27.1% of statements [2021-02-05T08:22:02.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-05T08:22:02.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-05T08:22:02.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-05T08:22:02.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-05T08:22:02.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-05T08:22:02.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-05T08:22:02.060Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.070s coverage: 100.0% of statements [2021-02-05T08:22:02.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-05T08:22:02.060Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.097s coverage: 100.0% of statements [2021-02-05T08:22:02.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-05T08:22:02.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-05T08:22:02.060Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.230s coverage: 65.8% of statements [2021-02-05T08:22:02.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-05T08:22:02.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-05T08:22:02.230Z] ---> 5517fcdd1f84 [2021-02-05T08:22:02.230Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-05T08:22:02.493Z] ---> Running in c769dd138121 [2021-02-05T08:22:02.493Z] ---> efbc2d9f8ece [2021-02-05T08:22:02.493Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-05T08:22:02.756Z] ---> fbdefe3b48f3 [2021-02-05T08:22:02.756Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-05T08:22:02.756Z] ---> 8c93d9fa0c01 [2021-02-05T08:22:02.756Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-05T08:22:02.756Z] ---> d64b9ba3e94b [2021-02-05T08:22:02.756Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-05T08:22:03.027Z] ---> Running in 9c21ed0b0c46 [2021-02-05T08:22:03.027Z] Removing intermediate container c769dd138121 [2021-02-05T08:22:03.027Z] ---> 8ae10ae46a08 [2021-02-05T08:22:03.027Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T08:22:03.297Z] ---> Running in 0c40c082085c [2021-02-05T08:22:03.297Z] Removing intermediate container 9c21ed0b0c46 [2021-02-05T08:22:03.297Z] ---> ba07da24ca31 [2021-02-05T08:22:03.297Z] Step 18/21 : CMD ["--init=true"] [2021-02-05T08:22:03.297Z] ---> 77390a93ef88 [2021-02-05T08:22:03.297Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-05T08:22:03.570Z] ---> Running in 845de5f28dea [2021-02-05T08:22:03.570Z] ---> 8c5f8fa11cd9 [2021-02-05T08:22:03.570Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-05T08:22:03.570Z] ---> Running in 486e7fb31d5c [2021-02-05T08:22:03.570Z] ---> ce5916eb68f0 [2021-02-05T08:22:03.570Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-05T08:22:03.834Z] Removing intermediate container 0c40c082085c [2021-02-05T08:22:03.834Z] ---> 65dfa435a0d5 [2021-02-05T08:22:03.834Z] Step 20/22 : LABEL arch=x86_64 [2021-02-05T08:22:03.834Z] Removing intermediate container 845de5f28dea [2021-02-05T08:22:03.834Z] ---> 0cf12ed0eb1f [2021-02-05T08:22:03.834Z] Step 19/21 : LABEL arch=x86_64 [2021-02-05T08:22:03.834Z] ---> Running in e9f32e53236a [2021-02-05T08:22:04.096Z] ---> Running in 1583c9f15353 [2021-02-05T08:22:04.096Z] Removing intermediate container 486e7fb31d5c [2021-02-05T08:22:04.096Z] ---> a10712a1101f [2021-02-05T08:22:04.096Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T08:22:04.096Z] ---> 7a56c034ea1f [2021-02-05T08:22:04.096Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-05T08:22:04.096Z] ---> deafd1cd46ca [2021-02-05T08:22:04.096Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-05T08:22:04.359Z] ---> Running in aef331d5e99c [2021-02-05T08:22:04.359Z] ---> Running in dce22ffaa193 [2021-02-05T08:22:04.359Z] ---> Running in e79e9588c5bc [2021-02-05T08:22:04.359Z] Removing intermediate container e9f32e53236a [2021-02-05T08:22:04.359Z] ---> e5c7de2d2c97 [2021-02-05T08:22:04.359Z] Step 21/22 : LABEL git_sha=e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe [2021-02-05T08:22:04.359Z] Removing intermediate container 1583c9f15353 [2021-02-05T08:22:04.359Z] ---> 4210bebdb503 [2021-02-05T08:22:04.359Z] Step 20/21 : LABEL git_sha=e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe [2021-02-05T08:22:04.623Z] ---> Running in 3e710253f251 [2021-02-05T08:22:04.623Z] ---> Running in 586866fd345f [2021-02-05T08:22:04.623Z] Removing intermediate container aef331d5e99c [2021-02-05T08:22:04.623Z] ---> aeb885dd4a28 [2021-02-05T08:22:04.623Z] Step 20/22 : LABEL arch=x86_64 [2021-02-05T08:22:04.708Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.649s coverage: 82.3% of statements [2021-02-05T08:22:04.709Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-05T08:22:04.709Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T08:22:04.709Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-05T08:22:04.709Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-05T08:22:04.886Z] Removing intermediate container dce22ffaa193 [2021-02-05T08:22:04.886Z] ---> fff7b60ac17f [2021-02-05T08:22:04.886Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T08:22:04.886Z] Removing intermediate container e79e9588c5bc [2021-02-05T08:22:04.886Z] ---> 718850c00052 [2021-02-05T08:22:04.886Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T08:22:04.886Z] ---> Running in 6ffa2572c2b8 [2021-02-05T08:22:05.148Z] ---> Running in 494631d9d717 [2021-02-05T08:22:05.148Z] Removing intermediate container 3e710253f251 [2021-02-05T08:22:05.148Z] ---> b51ddc59e0de [2021-02-05T08:22:05.148Z] Step 22/22 : LABEL version=0.0.0 [2021-02-05T08:22:05.148Z] Removing intermediate container 586866fd345f [2021-02-05T08:22:05.148Z] ---> 52fd5340b74e [2021-02-05T08:22:05.148Z] Step 21/21 : LABEL version=0.0.0 [2021-02-05T08:22:05.148Z] ---> Running in fdf5be42ab32 [2021-02-05T08:22:05.410Z] ---> Running in 497e13517bd9 [2021-02-05T08:22:05.410Z] ---> Running in ae18f5c1d01b [2021-02-05T08:22:05.410Z] Removing intermediate container 6ffa2572c2b8 [2021-02-05T08:22:05.410Z] ---> 7518ffa91356 [2021-02-05T08:22:05.410Z] Step 21/22 : LABEL git_sha=e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe [2021-02-05T08:22:05.410Z] Removing intermediate container 494631d9d717 [2021-02-05T08:22:05.410Z] ---> a8258f7cb2fa [2021-02-05T08:22:05.410Z] Step 21/23 : LABEL arch=x86_64 [2021-02-05T08:22:05.678Z] Removing intermediate container fdf5be42ab32 [2021-02-05T08:22:05.678Z] ---> 5df85fff30ed [2021-02-05T08:22:05.678Z] [2021-02-05T08:22:05.678Z] ---> Running in 44eac8af1915 [2021-02-05T08:22:05.678Z] Removing intermediate container 497e13517bd9 [2021-02-05T08:22:05.678Z] ---> 7b0cbfab37d9 [2021-02-05T08:22:05.678Z] Step 21/23 : LABEL arch=x86_64 [2021-02-05T08:22:05.678Z] Removing intermediate container ae18f5c1d01b [2021-02-05T08:22:05.678Z] ---> b024c4478f40 [2021-02-05T08:22:05.678Z] [2021-02-05T08:22:05.678Z] ---> Running in 9926c397d281 [2021-02-05T08:22:05.943Z] Successfully built 5df85fff30ed [2021-02-05T08:22:05.943Z] Successfully built b024c4478f40 [2021-02-05T08:22:05.943Z] ---> Running in 4e26b9236f3a [2021-02-05T08:22:05.944Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-05T08:22:05.944Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-02-05T08:22:05.944Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-05T08:22:05.944Z] Building docker-security-secretstore-setup-go [2021-02-05T08:22:06.205Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 44eac8af1915 [2021-02-05T08:22:06.205Z] ---> 3ec3d0c3af3a [2021-02-05T08:22:06.205Z] Step 22/22 : LABEL version=0.0.0 [2021-02-05T08:22:06.205Z] Removing intermediate container 9926c397d281 [2021-02-05T08:22:06.205Z] ---> 332bbfa65a0e [2021-02-05T08:22:06.205Z] Step 22/23 : LABEL git_sha=e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe [2021-02-05T08:22:06.205Z] ---> Running in f3e4c443291d [2021-02-05T08:22:06.469Z] Removing intermediate container 4e26b9236f3a [2021-02-05T08:22:06.469Z] ---> 7566dcefee07 [2021-02-05T08:22:06.469Z] Step 22/23 : LABEL git_sha=e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe [2021-02-05T08:22:06.469Z] ---> Running in beafede24273 [2021-02-05T08:22:06.469Z] ---> Running in 963a9c83ec5a [2021-02-05T08:22:06.469Z] Removing intermediate container f3e4c443291d [2021-02-05T08:22:06.469Z] ---> fc1ca5ee4afe [2021-02-05T08:22:06.469Z] [2021-02-05T08:22:06.736Z] Removing intermediate container beafede24273 [2021-02-05T08:22:06.736Z] ---> d88cab8d4cb2 [2021-02-05T08:22:06.736Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T08:22:06.736Z] Successfully built fc1ca5ee4afe [2021-02-05T08:22:06.736Z] Successfully tagged docker-support-notifications-go:latest [2021-02-05T08:22:06.736Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-02-05T08:22:06.736Z] ---> Running in 0723307e11b6 [2021-02-05T08:22:06.736Z] Removing intermediate container 963a9c83ec5a [2021-02-05T08:22:06.736Z] ---> 8415680d7f2d [2021-02-05T08:22:06.736Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T08:22:07.004Z] ---> Running in 4e68948ba547 [2021-02-05T08:22:07.274Z] Removing intermediate container 0723307e11b6 [2021-02-05T08:22:07.274Z] ---> e77e8d5527db [2021-02-05T08:22:07.274Z] [2021-02-05T08:22:07.274Z] Successfully built e77e8d5527db [2021-02-05T08:22:07.537Z] Successfully tagged docker-core-metadata-go:latest [2021-02-05T08:22:07.537Z]  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go [2021-02-05T08:22:07.537Z] Removing intermediate container 4e68948ba547 [2021-02-05T08:22:07.537Z] ---> c9eb70a347f7 [2021-02-05T08:22:07.537Z] [2021-02-05T08:22:07.538Z] Successfully built c9eb70a347f7 [2021-02-05T08:22:07.538Z] Successfully tagged docker-core-command-go:latest [2021-02-05T08:22:11.715Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.107s coverage: 28.6% of statements [2021-02-05T08:22:11.716Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-05T08:22:11.716Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-05T08:22:11.716Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-05T08:22:11.716Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-05T08:22:11.716Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-05T08:22:11.716Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.314s coverage: 100.0% of statements [2021-02-05T08:22:11.716Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-05T08:22:11.716Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.146s coverage: 100.0% of statements [2021-02-05T08:22:11.716Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-05T08:22:12.322Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.431s coverage: 86.7% of statements [2021-02-05T08:22:12.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-05T08:22:13.316Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.334s coverage: 97.5% of statements [2021-02-05T08:22:13.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-05T08:22:13.316Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.172s coverage: 78.3% of statements [2021-02-05T08:22:13.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-05T08:22:13.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-05T08:22:13.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-05T08:22:13.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-05T08:22:23.512Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.319s coverage: 92.8% of statements [2021-02-05T08:22:23.512Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-05T08:22:23.512Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T08:22:23.512Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-05T08:22:23.512Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-05T08:22:23.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-05T08:22:23.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-05T08:22:23.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-05T08:22:23.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-05T08:22:23.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-05T08:22:23.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-05T08:22:23.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-05T08:22:23.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-05T08:22:23.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-05T08:22:23.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-05T08:22:23.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-05T08:22:23.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-05T08:22:23.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-05T08:22:23.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-05T08:22:23.512Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.080s coverage: 58.8% of statements [2021-02-05T08:22:23.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-05T08:22:23.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-05T08:22:23.512Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.200s coverage: 0.1% of statements [2021-02-05T08:22:23.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-05T08:22:23.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-05T08:22:23.512Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-05T08:22:23.512Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.065s coverage: 45.5% of statements [2021-02-05T08:22:23.512Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.069s coverage: 79.5% of statements [2021-02-05T08:22:23.512Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.063s coverage: 94.1% of statements [2021-02-05T08:22:23.512Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.106s coverage: 96.3% of statements [2021-02-05T08:22:23.512Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements [2021-02-05T08:22:34.503Z]  Building docker-core-command-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T08:22:34.503Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T08:22:34.503Z] ---> 4835c8c54314 [2021-02-05T08:22:34.503Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T08:22:34.503Z] ---> Using cache [2021-02-05T08:22:34.503Z] ---> 4b1d74c3a23f [2021-02-05T08:22:34.503Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T08:22:34.504Z] ---> Using cache [2021-02-05T08:22:34.504Z] ---> a7a6bcac0968 [2021-02-05T08:22:34.504Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-05T08:22:34.504Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T08:22:34.504Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-05T08:22:34.504Z] ---> 4835c8c54314 [2021-02-05T08:22:34.504Z] Step 3/31 : WORKDIR /edgex-go [2021-02-05T08:22:34.504Z] ---> Using cache [2021-02-05T08:22:34.504Z] ---> 4b1d74c3a23f [2021-02-05T08:22:34.504Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T08:22:34.504Z] ---> Using cache [2021-02-05T08:22:34.504Z] ---> a7a6bcac0968 [2021-02-05T08:22:34.504Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-05T08:22:34.504Z] ---> Using cache [2021-02-05T08:22:34.504Z] ---> ab7fd5993ce7 [2021-02-05T08:22:34.504Z] Step 6/31 : COPY go.mod . [2021-02-05T08:22:34.504Z] ---> Using cache [2021-02-05T08:22:34.504Z] ---> 14e251c66725 [2021-02-05T08:22:34.504Z] Step 7/31 : RUN go mod download [2021-02-05T08:22:34.504Z] ---> Using cache [2021-02-05T08:22:34.504Z] ---> d775fc559a55 [2021-02-05T08:22:34.504Z] Step 8/31 : COPY . . [2021-02-05T08:22:34.504Z] ---> Using cache [2021-02-05T08:22:34.504Z] ---> 2e1210037337 [2021-02-05T08:22:34.504Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-05T08:22:34.504Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T08:22:34.504Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-05T08:22:34.504Z] ---> 4835c8c54314 [2021-02-05T08:22:34.504Z] Step 3/24 : WORKDIR /edgex-go [2021-02-05T08:22:34.504Z] ---> Using cache [2021-02-05T08:22:34.504Z] ---> 4b1d74c3a23f [2021-02-05T08:22:34.504Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T08:22:34.504Z] ---> Using cache [2021-02-05T08:22:34.504Z] ---> a7a6bcac0968 [2021-02-05T08:22:34.504Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-05T08:22:34.504Z] ---> Using cache [2021-02-05T08:22:34.504Z] ---> ab7fd5993ce7 [2021-02-05T08:22:34.504Z] Step 6/24 : COPY go.mod . [2021-02-05T08:22:34.504Z] ---> Using cache [2021-02-05T08:22:34.504Z] ---> 14e251c66725 [2021-02-05T08:22:34.504Z] Step 7/24 : RUN go mod download [2021-02-05T08:22:34.504Z] ---> Using cache [2021-02-05T08:22:34.504Z] ---> d775fc559a55 [2021-02-05T08:22:34.504Z] Step 8/24 : COPY . . [2021-02-05T08:22:34.504Z] ---> Using cache [2021-02-05T08:22:34.504Z] ---> 2e1210037337 [2021-02-05T08:22:34.504Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-05T08:22:34.504Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T08:22:34.504Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-05T08:22:34.504Z] ---> 4835c8c54314 [2021-02-05T08:22:34.504Z] Step 3/26 : WORKDIR /edgex-go [2021-02-05T08:22:34.504Z] ---> Using cache [2021-02-05T08:22:34.504Z] ---> 4b1d74c3a23f [2021-02-05T08:22:34.504Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T08:22:34.504Z] ---> Using cache [2021-02-05T08:22:34.504Z] ---> a7a6bcac0968 [2021-02-05T08:22:34.504Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-05T08:22:34.504Z] ---> Running in bba5c71b80e3 [2021-02-05T08:22:34.504Z] ---> Running in 2dc285451259 [2021-02-05T08:22:34.504Z] ---> Running in a6f36ad5d6da [2021-02-05T08:22:34.504Z] ---> Running in 2f03e60f5040 [2021-02-05T08:22:34.504Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-05T08:22:34.504Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-05T08:22:34.504Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T08:22:34.504Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T08:22:35.463Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T08:22:35.463Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T08:22:35.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.082s coverage: 94.4% of statements [2021-02-05T08:22:35.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements [2021-02-05T08:22:36.440Z] OK: 233 MiB in 51 packages [2021-02-05T08:22:36.441Z] OK: 233 MiB in 51 packages [2021-02-05T08:22:37.879Z] Removing intermediate container bba5c71b80e3 [2021-02-05T08:22:37.879Z] ---> cc3cceae6fa2 [2021-02-05T08:22:37.879Z] Step 6/26 : COPY go.mod . [2021-02-05T08:22:37.879Z] Removing intermediate container a6f36ad5d6da [2021-02-05T08:22:37.879Z] ---> ef2ab8a23645 [2021-02-05T08:22:37.879Z] Step 6/23 : COPY go.mod . [2021-02-05T08:22:38.486Z] ---> 7f2a9cbf81eb [2021-02-05T08:22:38.486Z] Step 7/26 : RUN go mod download [2021-02-05T08:22:38.486Z] ---> f2afedea415d [2021-02-05T08:22:38.486Z] Step 7/23 : RUN go mod download [2021-02-05T08:22:38.486Z] ---> Running in bd93db475186 [2021-02-05T08:22:38.774Z] ---> Running in 0720eb4b78bb [2021-02-05T08:22:41.389Z] Removing intermediate container 0720eb4b78bb [2021-02-05T08:22:41.389Z] ---> 596a76715022 [2021-02-05T08:22:41.389Z] Step 8/23 : COPY . . [2021-02-05T08:22:41.389Z] Removing intermediate container bd93db475186 [2021-02-05T08:22:41.389Z] ---> 73034d5796af [2021-02-05T08:22:41.389Z] Step 8/26 : COPY . . [2021-02-05T08:22:51.061Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.127s coverage: 92.9% of statements [2021-02-05T08:22:51.061Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-05T08:22:51.061Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-05T08:22:51.061Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-05T08:22:51.061Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-05T08:22:51.061Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.068s coverage: 87.2% of statements [2021-02-05T08:22:51.061Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-05T08:22:51.061Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-05T08:22:51.061Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2021-02-05T08:22:51.061Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-05T08:22:51.061Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.075s coverage: 75.5% of statements [2021-02-05T08:22:51.061Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-05T08:22:51.061Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements [2021-02-05T08:22:51.061Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements [2021-02-05T08:22:51.061Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.131s coverage: 84.2% of statements [2021-02-05T08:22:51.061Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.178s coverage: 91.4% of statements [2021-02-05T08:22:51.061Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-05T08:22:51.061Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.494s coverage: 63.5% of statements [2021-02-05T08:22:51.061Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-05T08:22:51.061Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-05T08:22:51.061Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements [2021-02-05T08:22:51.061Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.078s coverage: 91.3% of statements [2021-02-05T08:22:51.061Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.056s coverage: 100.0% of statements [2021-02-05T08:22:51.061Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements [2021-02-05T08:22:51.061Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements [2021-02-05T08:22:51.061Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.769s coverage: 68.9% of statements [2021-02-05T08:22:51.061Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-05T08:22:51.061Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-05T08:22:51.061Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-05T08:22:51.061Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-05T08:22:51.061Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-05T08:22:51.061Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.321s coverage: 37.0% of statements [2021-02-05T08:22:51.061Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-05T08:22:51.061Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-05T08:22:51.061Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.439s coverage: 84.0% of statements [2021-02-05T08:22:51.061Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.093s coverage: 100.0% of statements [2021-02-05T08:22:56.484Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-05T08:22:56.484Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-05T08:22:57.800Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.408s coverage: 47.0% of statements [2021-02-05T08:22:57.800Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-05T08:22:57.800Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-05T08:22:57.800Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-05T08:22:57.800Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-05T08:22:57.800Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-05T08:22:57.800Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.166s coverage: 100.0% of statements [2021-02-05T08:22:57.800Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-05T08:22:57.800Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.100s coverage: 100.0% of statements [2021-02-05T08:22:57.800Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-05T08:22:57.800Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-05T08:22:57.800Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-05T08:22:57.800Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-05T08:22:57.800Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.275s coverage: 85.3% of statements [2021-02-05T08:22:57.800Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-05T08:22:57.800Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T08:22:57.800Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-05T08:23:06.093Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.006s coverage: 29.1% of statements [2021-02-05T08:23:06.093Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-05T08:23:06.093Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-05T08:23:06.093Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-05T08:23:06.093Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-05T08:23:06.093Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-05T08:23:06.093Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.224s coverage: 99.0% of statements [2021-02-05T08:23:06.093Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-05T08:23:06.093Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.180s coverage: 100.0% of statements [2021-02-05T08:23:06.093Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-05T08:23:06.093Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-05T08:23:06.093Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-05T08:23:06.093Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-05T08:23:06.093Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.125s coverage: 100.0% of statements [2021-02-05T08:23:06.093Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-05T08:23:06.093Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T08:23:06.093Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-05T08:23:06.093Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2021-02-05T08:23:06.093Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-05T08:23:06.093Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.058s coverage: 100.0% of statements [2021-02-05T08:23:06.093Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-05T08:23:06.093Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-05T08:23:06.093Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-05T08:23:06.093Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-05T08:23:06.093Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.080s coverage: 87.9% of statements [2021-02-05T08:23:06.093Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-05T08:23:06.093Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-05T08:23:06.093Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.070s coverage: 100.0% of statements [2021-02-05T08:23:06.093Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-02-05T08:23:06.093Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-02-05T08:23:06.366Z] GO111MODULE=on go vet ./... [2021-02-05T08:23:08.826Z] Removing intermediate container 2dc285451259 [2021-02-05T08:23:08.826Z] ---> dbf69da9ad55 [2021-02-05T08:23:08.826Z] [2021-02-05T08:23:08.826Z] Step 10/24 : FROM alpine:3.12 [2021-02-05T08:23:08.826Z] ---> b6ba27290961 [2021-02-05T08:23:08.826Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-05T08:23:08.826Z] ---> 389fef711851 [2021-02-05T08:23:08.826Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-05T08:23:08.826Z] ---> Running in 1829b848aec2 [2021-02-05T08:23:08.826Z] Removing intermediate container 2f03e60f5040 [2021-02-05T08:23:08.826Z] ---> e393a3627a02 [2021-02-05T08:23:08.826Z] [2021-02-05T08:23:08.826Z] Step 10/31 : FROM alpine:3.12 [2021-02-05T08:23:08.826Z] ---> 389fef711851 [2021-02-05T08:23:08.826Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-05T08:23:08.826Z] ---> 9d45bcc6985a [2021-02-05T08:23:08.826Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-05T08:23:08.826Z] ---> Running in e4d1db8ea8c0 [2021-02-05T08:23:08.826Z] ---> Running in 4ba2c6cc1b69 [2021-02-05T08:23:08.826Z] ---> Running in 437efda1b883 [2021-02-05T08:23:08.826Z] Removing intermediate container 437efda1b883 [2021-02-05T08:23:08.826Z] ---> 1d9b69031800 [2021-02-05T08:23:08.826Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-05T08:23:08.826Z] ---> Running in 5d560c6da77e [2021-02-05T08:23:08.826Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-05T08:23:08.826Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T08:23:09.096Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-05T08:23:09.096Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T08:23:09.096Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T08:23:09.096Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T08:23:09.096Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-05T08:23:09.363Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T08:23:09.363Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-05T08:23:09.363Z] (4/5) Installing curl (7.69.1-r3) [2021-02-05T08:23:09.363Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-05T08:23:09.363Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T08:23:09.363Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-05T08:23:09.363Z] (2/2) Installing su-exec (0.2-r1) [2021-02-05T08:23:09.363Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T08:23:09.363Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T08:23:09.363Z] OK: 6 MiB in 16 packages [2021-02-05T08:23:09.363Z] OK: 7 MiB in 19 packages [2021-02-05T08:23:10.797Z] Removing intermediate container 5d560c6da77e [2021-02-05T08:23:10.797Z] ---> 96502616b68d [2021-02-05T08:23:10.797Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-05T08:23:12.218Z] ---> Running in 1a36830a3dd1 [2021-02-05T08:23:12.218Z] Removing intermediate container e4d1db8ea8c0 [2021-02-05T08:23:12.218Z] ---> 312db556091d [2021-02-05T08:23:12.218Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T08:23:12.806Z] ---> Running in c30cc2b12b97 [2021-02-05T08:23:12.806Z] Removing intermediate container 1a36830a3dd1 [2021-02-05T08:23:12.806Z] ---> 00be33c2016c [2021-02-05T08:23:12.806Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-05T08:23:13.076Z] ---> Running in cfecefadd608 [2021-02-05T08:23:13.076Z] Removing intermediate container c30cc2b12b97 [2021-02-05T08:23:13.076Z] ---> da3b72bcf1cd [2021-02-05T08:23:13.076Z] Step 13/24 : WORKDIR / [2021-02-05T08:23:14.517Z] ---> Running in 312684aca9bf [2021-02-05T08:23:14.517Z] Removing intermediate container cfecefadd608 [2021-02-05T08:23:14.517Z] ---> 19d69a8fa5e5 [2021-02-05T08:23:14.517Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-05T08:23:14.517Z] ---> Running in b6b13703a498 [2021-02-05T08:23:14.787Z] Removing intermediate container 312684aca9bf [2021-02-05T08:23:14.787Z] ---> d728396e8500 [2021-02-05T08:23:14.787Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-05T08:23:15.399Z] ---> c99b1aa5c937 [2021-02-05T08:23:15.399Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-05T08:23:15.686Z] ---> 9719231b03c3 [2021-02-05T08:23:15.686Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-05T08:23:15.963Z] ---> 5bf14f1e7a7a [2021-02-05T08:23:15.963Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-05T08:23:16.240Z] Removing intermediate container b6b13703a498 [2021-02-05T08:23:16.240Z] ---> feb1740ac564 [2021-02-05T08:23:16.241Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-05T08:23:16.241Z] ---> Running in 971aa3906a45 [2021-02-05T08:23:17.220Z] Removing intermediate container 971aa3906a45 [2021-02-05T08:23:17.220Z] ---> 37ea09e09e64 [2021-02-05T08:23:17.220Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-05T08:23:17.493Z] ---> 53bcdb823fda [2021-02-05T08:23:17.493Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-05T08:23:17.493Z] ---> c2feac7a9caf [2021-02-05T08:23:17.493Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-05T08:23:17.764Z] ---> Running in ca6aa8a501f5 [2021-02-05T08:23:18.363Z] ---> 8a485d4e5eb5 [2021-02-05T08:23:18.363Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-05T08:23:19.322Z] ---> 532ee22b8724 [2021-02-05T08:23:19.322Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-05T08:23:19.322Z] ---> Running in d36736d4f49d [2021-02-05T08:23:19.924Z] Removing intermediate container ca6aa8a501f5 [2021-02-05T08:23:19.924Z] ---> d8cf3f5bc6ea [2021-02-05T08:23:19.924Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T08:23:20.896Z] ---> c45ce9cf3c6d [2021-02-05T08:23:20.896Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-05T08:23:21.873Z] Removing intermediate container d36736d4f49d [2021-02-05T08:23:21.873Z] ---> c93f10b1cd05 [2021-02-05T08:23:21.873Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-05T08:23:22.149Z] ---> 674e2f7eb3dd [2021-02-05T08:23:22.149Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-05T08:23:22.149Z] ---> Running in 3f3697bad74c [2021-02-05T08:23:22.421Z] Removing intermediate container 3f3697bad74c [2021-02-05T08:23:22.421Z] ---> c1c28d8167c2 [2021-02-05T08:23:22.421Z] Step 22/24 : LABEL arch=x86_64 [2021-02-05T08:23:22.421Z] ---> Running in ab1c5440614a [2021-02-05T08:23:22.698Z] ---> 890b4503de8b [2021-02-05T08:23:22.698Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-05T08:23:22.971Z] Removing intermediate container ab1c5440614a [2021-02-05T08:23:22.971Z] ---> 2bb7fb284a54 [2021-02-05T08:23:22.971Z] Step 23/24 : LABEL git_sha=e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe [2021-02-05T08:23:23.244Z] ---> Running in bee472d6a539 [2021-02-05T08:23:23.244Z] ---> 0bf6b31ab2db [2021-02-05T08:23:23.244Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-05T08:23:23.518Z] Removing intermediate container bee472d6a539 [2021-02-05T08:23:23.518Z] ---> 25e0e0c6a1b7 [2021-02-05T08:23:23.518Z] Step 24/24 : LABEL version=0.0.0 [2021-02-05T08:23:23.798Z] ---> Running in 95ecab611e13 [2021-02-05T08:23:23.798Z] ---> b66cf578afc9 [2021-02-05T08:23:23.798Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-05T08:23:24.755Z] ---> Running in 23a9b74957dd [2021-02-05T08:23:24.755Z] Removing intermediate container 95ecab611e13 [2021-02-05T08:23:24.755Z] ---> 1cdc4198730b [2021-02-05T08:23:24.755Z] [2021-02-05T08:23:25.334Z] Successfully built 1cdc4198730b [2021-02-05T08:23:25.598Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-05T08:23:25.598Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 1829b848aec2 [2021-02-05T08:23:25.598Z] ---> 2b680449c53d [2021-02-05T08:23:25.598Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-05T08:23:25.883Z] Removing intermediate container 23a9b74957dd [2021-02-05T08:23:25.883Z] ---> 1fe666615a01 [2021-02-05T08:23:25.883Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-05T08:23:25.883Z] ---> Running in 43a1cc03c1ef [2021-02-05T08:23:26.147Z] ---> afbc1bbdde0e [2021-02-05T08:23:26.147Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-05T08:23:26.416Z] ---> Running in a079191d8e2c [2021-02-05T08:23:26.416Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-05T08:23:27.830Z] Removing intermediate container a079191d8e2c [2021-02-05T08:23:27.830Z] ---> 2261981b704c [2021-02-05T08:23:27.830Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-05T08:23:27.830Z] ---> Running in 0c156cb8edfe [2021-02-05T08:23:27.830Z] Removing intermediate container 43a1cc03c1ef [2021-02-05T08:23:27.830Z] ---> c09f22cc066c [2021-02-05T08:23:27.830Z] [2021-02-05T08:23:27.830Z] Step 11/26 : FROM docker:20.10.0 [2021-02-05T08:23:28.100Z] 20.10.0: Pulling from library/docker [2021-02-05T08:23:29.056Z] Removing intermediate container 0c156cb8edfe [2021-02-05T08:23:29.056Z] ---> c1fa7d3fc520 [2021-02-05T08:23:29.056Z] Step 28/31 : CMD ["gate"] [2021-02-05T08:23:30.464Z] ---> Running in 252ed648021b [2021-02-05T08:23:30.728Z] Removing intermediate container 252ed648021b [2021-02-05T08:23:30.728Z] ---> 12326bc61d1e [2021-02-05T08:23:30.728Z] Step 29/31 : LABEL arch=x86_64 [2021-02-05T08:23:33.300Z] ---> Running in 2757bf295fe5 [2021-02-05T08:23:33.300Z] Removing intermediate container 4ba2c6cc1b69 [2021-02-05T08:23:33.300Z] ---> b569c11d74fa [2021-02-05T08:23:33.300Z] [2021-02-05T08:23:33.300Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T08:23:33.300Z] ---> 389fef711851 [2021-02-05T08:23:33.300Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-05T08:23:33.300Z] Removing intermediate container 2757bf295fe5 [2021-02-05T08:23:33.300Z] ---> 47b0fe1d21d6 [2021-02-05T08:23:33.300Z] Step 30/31 : LABEL git_sha=e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe [2021-02-05T08:23:33.300Z] ---> Running in af5abcc60b38 [2021-02-05T08:23:33.563Z] ---> Running in 6c5c1cdefc53 [2021-02-05T08:23:33.825Z] Removing intermediate container af5abcc60b38 [2021-02-05T08:23:33.825Z] ---> 975184899cc2 [2021-02-05T08:23:33.825Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-05T08:23:33.826Z] ---> Running in 8c0b7bd69c69 [2021-02-05T08:23:33.826Z] Removing intermediate container 6c5c1cdefc53 [2021-02-05T08:23:33.826Z] ---> 110b5fd22ea1 [2021-02-05T08:23:33.826Z] Step 31/31 : LABEL version=0.0.0 [2021-02-05T08:23:34.090Z] ---> Running in 3be117e1fc0d [2021-02-05T08:23:34.090Z] Removing intermediate container 8c0b7bd69c69 [2021-02-05T08:23:34.090Z] ---> 55c9bb681f68 [2021-02-05T08:23:34.090Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-05T08:23:34.354Z] ---> Running in 0619f515c5f7 [2021-02-05T08:23:34.354Z] Removing intermediate container 3be117e1fc0d [2021-02-05T08:23:34.354Z] ---> 10fcfa2506ce [2021-02-05T08:23:34.354Z] [2021-02-05T08:23:34.617Z] Removing intermediate container 0619f515c5f7 [2021-02-05T08:23:34.617Z] ---> eef3f5950750 [2021-02-05T08:23:34.617Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T08:23:34.617Z] Successfully built 10fcfa2506ce [2021-02-05T08:23:34.617Z] ---> Running in e0856d46552b [2021-02-05T08:23:34.617Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-05T08:23:34.617Z]  Building docker-security-bootstrapper-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-05T08:23:34.617Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-05T08:23:34.617Z] ---> aefe523efa57 [2021-02-05T08:23:34.617Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-05T08:23:34.879Z] ---> Running in c658df3b9526 [2021-02-05T08:23:35.455Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T08:23:35.455Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T08:23:35.719Z] (1/2) Installing readline (8.0.4-r0) [2021-02-05T08:23:35.719Z] (2/2) Installing bash (5.0.17-r0) [2021-02-05T08:23:35.719Z] Executing bash-5.0.17-r0.post-install [2021-02-05T08:23:35.719Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T08:23:35.719Z] OK: 12 MiB in 22 packages [2021-02-05T08:23:35.719Z] Removing intermediate container e0856d46552b [2021-02-05T08:23:35.719Z] ---> dad0509732e2 [2021-02-05T08:23:35.719Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-05T08:23:35.719Z] ---> Running in 7c2478a5fbe4 [2021-02-05T08:23:36.296Z] Removing intermediate container c658df3b9526 [2021-02-05T08:23:36.296Z] ---> 9de845c45306 [2021-02-05T08:23:36.296Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-05T08:23:36.296Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T08:23:36.296Z] ---> Running in 69e80c8213a0 [2021-02-05T08:23:36.558Z] Removing intermediate container 69e80c8213a0 [2021-02-05T08:23:36.558Z] ---> ecd0fb1609ad [2021-02-05T08:23:36.558Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-05T08:23:36.558Z] ---> Running in e7b7e0a375c6 [2021-02-05T08:23:36.825Z] Removing intermediate container e7b7e0a375c6 [2021-02-05T08:23:36.825Z] ---> e1a734e7b5ce [2021-02-05T08:23:36.825Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-05T08:23:36.825Z] ---> Running in 3f605f5de4b7 [2021-02-05T08:23:37.092Z] Removing intermediate container 3f605f5de4b7 [2021-02-05T08:23:37.092Z] ---> 696554eefc94 [2021-02-05T08:23:37.092Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-05T08:23:37.092Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T08:23:37.354Z] ---> ab6b78c8fc74 [2021-02-05T08:23:37.354Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-05T08:23:37.619Z] ---> f0dcb8e67d9a [2021-02-05T08:23:37.619Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-05T08:23:37.882Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-05T08:23:38.144Z] ---> 92dbd783216e [2021-02-05T08:23:38.144Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-05T08:23:38.144Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-05T08:23:38.144Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-05T08:23:38.144Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-05T08:23:38.407Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-05T08:23:38.669Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-05T08:23:38.669Z] ---> Running in ae9b48f7e3f5 [2021-02-05T08:23:38.669Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T08:23:38.669Z] OK: 8 MiB in 20 packages [2021-02-05T08:23:39.245Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T08:23:39.245Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T08:23:39.245Z] Removing intermediate container 7c2478a5fbe4 [2021-02-05T08:23:39.245Z] ---> 09c501f1c596 [2021-02-05T08:23:39.245Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T08:23:39.509Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-05T08:23:39.509Z] (2/33) Installing expat (2.2.9-r1) [2021-02-05T08:23:39.509Z] (3/33) Installing libffi (3.3-r2) [2021-02-05T08:23:39.509Z] (4/33) Installing gdbm (1.13-r1) [2021-02-05T08:23:39.509Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-05T08:23:39.509Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-05T08:23:39.509Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-05T08:23:40.090Z] ---> 95f5b35f666f [2021-02-05T08:23:40.090Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-05T08:23:45.405Z] ---> bc1899ff259e [2021-02-05T08:23:45.405Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-05T08:23:45.405Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-05T08:23:45.405Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-05T08:23:45.405Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-05T08:23:45.405Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-05T08:23:45.405Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-05T08:23:45.405Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-05T08:23:45.405Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-05T08:23:45.405Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-05T08:23:45.405Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-05T08:23:45.405Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-05T08:23:45.405Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-05T08:23:45.405Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-05T08:23:45.405Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-05T08:23:45.405Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-05T08:23:45.405Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-05T08:23:45.405Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-05T08:23:45.979Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-05T08:23:45.979Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-05T08:23:45.979Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-05T08:23:45.979Z] ---> c9c91330d0dc [2021-02-05T08:23:45.979Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-05T08:23:46.241Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-05T08:23:46.241Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-05T08:23:46.241Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-05T08:23:46.241Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-05T08:23:46.502Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-05T08:23:46.503Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-05T08:23:46.503Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-05T08:23:46.503Z] ---> Running in 009dabbd39bf [2021-02-05T08:23:46.503Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T08:23:46.503Z] OK: 71 MiB in 55 packages [2021-02-05T08:23:47.454Z] Removing intermediate container 009dabbd39bf [2021-02-05T08:23:47.454Z] ---> 6ecf0d8dfc61 [2021-02-05T08:23:47.454Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T08:23:47.454Z] ---> Running in 5f1105ddc202 [2021-02-05T08:23:47.719Z] Removing intermediate container 5f1105ddc202 [2021-02-05T08:23:47.719Z] ---> f136d6eb38a5 [2021-02-05T08:23:47.719Z] Step 21/23 : LABEL arch=x86_64 [2021-02-05T08:23:49.645Z] ---> Running in 203ccabde47c [2021-02-05T08:23:52.970Z] Removing intermediate container 203ccabde47c [2021-02-05T08:23:52.970Z] ---> 85528f0165aa [2021-02-05T08:23:52.970Z] Step 22/23 : LABEL git_sha=e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe [2021-02-05T08:23:52.970Z] ---> Running in 2b96a2a3a84d [2021-02-05T08:23:52.970Z] Removing intermediate container ae9b48f7e3f5 [2021-02-05T08:23:52.970Z] ---> fa312b68a68a [2021-02-05T08:23:52.970Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-05T08:23:52.970Z] ---> Running in e2592c896769 [2021-02-05T08:23:52.970Z] Removing intermediate container 2b96a2a3a84d [2021-02-05T08:23:52.970Z] ---> 3703697b5d12 [2021-02-05T08:23:52.970Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T08:23:52.970Z] ---> Running in 85847f889ee8 [2021-02-05T08:23:53.236Z] Removing intermediate container 85847f889ee8 [2021-02-05T08:23:53.236Z] ---> 6737d2bcef12 [2021-02-05T08:23:53.236Z] [2021-02-05T08:23:53.499Z] Successfully built 6737d2bcef12 [2021-02-05T08:23:53.499Z] Successfully tagged docker-core-data-go:latest [2021-02-05T08:23:54.449Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-02-05T08:23:54.449Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-05T08:23:54.712Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-05T08:23:54.712Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-05T08:23:54.712Z] Collecting docopt<0.7,>=0.6.1 [2021-02-05T08:23:55.097Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-05T08:23:55.395Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-05T08:23:55.395Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-05T08:23:55.702Z] Collecting cached-property<2,>=1.2.0 [2021-02-05T08:23:55.702Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-05T08:23:55.702Z] Collecting texttable<0.10,>=0.9.0 [2021-02-05T08:23:55.702Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-05T08:23:56.323Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-05T08:23:56.323Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-05T08:23:56.323Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-05T08:23:56.901Z] Collecting jsonschema<3,>=2.5.1 [2021-02-05T08:23:56.901Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-05T08:23:57.164Z] Collecting docker<4.0,>=3.6.0 [2021-02-05T08:23:57.164Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-05T08:23:57.426Z] Collecting PyYAML<4,>=3.10 [2021-02-05T08:23:57.426Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-05T08:23:58.000Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-05T08:23:58.261Z] Collecting idna<2.8,>=2.5 [2021-02-05T08:23:58.261Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-05T08:23:58.261Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-05T08:23:58.524Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-05T08:23:58.524Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-05T08:23:58.524Z] Collecting docker-pycreds>=0.4.0 [2021-02-05T08:23:58.524Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-05T08:23:58.524Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-05T08:23:58.524Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-05T08:23:58.524Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-05T08:23:58.524Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-05T08:23:58.786Z] Installing collected packages: idna, urllib3, requests, docopt, websocket-client, cached-property, texttable, dockerpty, jsonschema, docker-pycreds, docker, PyYAML, docker-compose [2021-02-05T08:23:58.786Z] Attempting uninstall: idna [2021-02-05T08:23:58.786Z] Found existing installation: idna 2.9 [2021-02-05T08:23:58.786Z] Uninstalling idna-2.9: [2021-02-05T08:23:58.786Z] Successfully uninstalled idna-2.9 [2021-02-05T08:23:59.049Z] Attempting uninstall: urllib3 [2021-02-05T08:23:59.049Z] Found existing installation: urllib3 1.25.9 [2021-02-05T08:23:59.049Z] Uninstalling urllib3-1.25.9: [2021-02-05T08:23:59.049Z] Successfully uninstalled urllib3-1.25.9 [2021-02-05T08:23:59.316Z] Attempting uninstall: requests [2021-02-05T08:23:59.316Z] Found existing installation: requests 2.23.0 [2021-02-05T08:23:59.316Z] Uninstalling requests-2.23.0: [2021-02-05T08:23:59.316Z] Successfully uninstalled requests-2.23.0 [2021-02-05T08:23:59.316Z] Running setup.py install for docopt: started [2021-02-05T08:23:59.891Z] Running setup.py install for docopt: finished with status 'done' [2021-02-05T08:23:59.892Z] Running setup.py install for texttable: started [2021-02-05T08:24:00.467Z] Running setup.py install for texttable: finished with status 'done' [2021-02-05T08:24:00.467Z] Running setup.py install for dockerpty: started [2021-02-05T08:24:00.730Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-05T08:24:01.305Z] Running setup.py install for PyYAML: started [2021-02-05T08:24:01.888Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-05T08:24:02.150Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-05T08:24:05.470Z] Removing intermediate container e2592c896769 [2021-02-05T08:24:05.470Z] ---> 08effec183d7 [2021-02-05T08:24:05.470Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-05T08:24:05.470Z] ---> Running in 0792d2970b6f [2021-02-05T08:24:05.739Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T08:24:05.739Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T08:24:06.002Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T08:24:06.002Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-05T08:24:06.002Z] (3/3) Installing curl (7.69.1-r3) [2021-02-05T08:24:06.002Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T08:24:06.002Z] OK: 72 MiB in 58 packages [2021-02-05T08:24:06.577Z] Removing intermediate container 0792d2970b6f [2021-02-05T08:24:06.577Z] ---> afa017de61d1 [2021-02-05T08:24:06.577Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-05T08:24:06.577Z] ---> Running in 77d831e9fc8a [2021-02-05T08:24:06.577Z] Removing intermediate container 77d831e9fc8a [2021-02-05T08:24:06.577Z] ---> 7cb3443be432 [2021-02-05T08:24:06.577Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T08:24:06.844Z] ---> Running in 48bc99a553f8 [2021-02-05T08:24:06.844Z] Removing intermediate container 48bc99a553f8 [2021-02-05T08:24:06.844Z] ---> 903e747d8c1f [2021-02-05T08:24:06.844Z] Step 24/26 : LABEL arch=x86_64 [2021-02-05T08:24:06.844Z] ---> Running in 43806455d722 [2021-02-05T08:24:07.115Z] Removing intermediate container 43806455d722 [2021-02-05T08:24:07.115Z] ---> a7900141831a [2021-02-05T08:24:07.115Z] Step 25/26 : LABEL git_sha=e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe [2021-02-05T08:24:07.115Z] ---> Running in f034210b9d08 [2021-02-05T08:24:07.382Z] Removing intermediate container f034210b9d08 [2021-02-05T08:24:07.382Z] ---> 969030d0edbc [2021-02-05T08:24:07.382Z] Step 26/26 : LABEL version=0.0.0 [2021-02-05T08:24:07.382Z] ---> Running in ebf325a0e209 [2021-02-05T08:24:07.645Z] Removing intermediate container ebf325a0e209 [2021-02-05T08:24:07.645Z] ---> c9e0f44a5658 [2021-02-05T08:24:07.645Z] [2021-02-05T08:24:07.645Z] Successfully built c9e0f44a5658 [2021-02-05T08:24:07.908Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-05T08:24:08.181Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-05T08:24:08.192Z] $ docker stop --time=1 2b836e5705d75fde9977c39210bad466675bb8730389299e6a99dc96a997591a [2021-02-05T08:24:09.705Z] $ docker rm -f 2b836e5705d75fde9977c39210bad466675bb8730389299e6a99dc96a997591a [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-05T08:24:10.215Z] + docker images [2021-02-05T08:24:10.215Z] + grep docker [2021-02-05T08:24:10.478Z] docker-sys-mgmt-agent-go latest c9e0f44a5658 3 seconds ago 313MB [2021-02-05T08:24:10.478Z] docker-core-data-go latest 6737d2bcef12 18 seconds ago 22.3MB [2021-02-05T08:24:10.478Z] docker-security-bootstrapper-go latest 10fcfa2506ce 36 seconds ago 23.8MB [2021-02-05T08:24:10.478Z] docker-security-secretstore-setup-go latest 1cdc4198730b 47 seconds ago 24.6MB [2021-02-05T08:24:10.478Z] docker-core-command-go latest c9eb70a347f7 2 minutes ago 16.9MB [2021-02-05T08:24:10.478Z] docker-support-notifications-go latest fc1ca5ee4afe 2 minutes ago 17.5MB [2021-02-05T08:24:10.478Z] docker-core-metadata-go latest e77e8d5527db 2 minutes ago 18.8MB [2021-02-05T08:24:10.478Z] docker-security-proxy-setup-go latest b024c4478f40 2 minutes ago 24.4MB [2021-02-05T08:24:10.478Z] docker-support-scheduler-go latest 5df85fff30ed 2 minutes ago 17MB [2021-02-05T08:24:10.478Z] docker 20.10.0 aefe523efa57 8 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-05T08:24:26.294Z] Still waiting to schedule task [2021-02-05T08:24:26.294Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-05T08:24:28.203Z] gofmt -l . [2021-02-05T08:24:28.203Z] [ "`gofmt -l .`" = "" ] [2021-02-05T08:24:28.203Z] ./bin/test-go-mod-tidy.sh [2021-02-05T08:24:28.203Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-05T08:24:28.865Z] + ls -al . [2021-02-05T08:24:28.866Z] total 716 [2021-02-05T08:24:28.866Z] drwxrwxr-x 9 1001 1001 4096 Feb 5 08:24 . [2021-02-05T08:24:28.866Z] drwxr-xr-x 4 root root 4096 Feb 5 08:20 .. [2021-02-05T08:24:28.866Z] -rw-rw-r-- 1 1001 1001 11 Feb 5 08:18 .dockerignore [2021-02-05T08:24:28.866Z] drwxrwxr-x 8 1001 1001 4096 Feb 5 08:18 .git [2021-02-05T08:24:28.866Z] drwxrwxr-x 3 1001 1001 4096 Feb 5 08:18 .github [2021-02-05T08:24:28.866Z] -rw-rw-r-- 1 1001 1001 872 Feb 5 08:18 .gitignore [2021-02-05T08:24:28.866Z] -rw-rw-r-- 1 1001 1001 166 Feb 5 08:18 .sonarcloud.properties [2021-02-05T08:24:28.866Z] -rw-rw-r-- 1 1001 1001 7859 Feb 5 08:18 Attribution.txt [2021-02-05T08:24:28.866Z] -rw-rw-r-- 1 1001 1001 3804 Feb 5 08:18 CONTRIBUTING.md [2021-02-05T08:24:28.866Z] -rw-rw-r-- 1 1001 1001 931 Feb 5 08:18 Dockerfile.build [2021-02-05T08:24:28.866Z] -rw-rw-r-- 1 1001 1001 863 Feb 5 08:18 Jenkinsfile [2021-02-05T08:24:28.866Z] -rw-rw-r-- 1 1001 1001 10775 Feb 5 08:18 LICENSE [2021-02-05T08:24:28.866Z] -rw-rw-r-- 1 1001 1001 6001 Feb 5 08:18 Makefile [2021-02-05T08:24:28.866Z] -rw-rw-r-- 1 1001 1001 6524 Feb 5 08:18 README.md [2021-02-05T08:24:28.866Z] -rw-rw-r-- 1 1001 1001 6755 Feb 5 08:18 SECURITY.md [2021-02-05T08:24:28.866Z] -rw-rw-r-- 1 1001 1001 5 Feb 5 08:16 VERSION [2021-02-05T08:24:28.866Z] -rw-rw-r-- 1 1001 1001 4131 Feb 5 08:18 ZMQWindows.md [2021-02-05T08:24:28.866Z] drwxrwxr-x 2 1001 1001 4096 Feb 5 08:18 bin [2021-02-05T08:24:28.866Z] drwxrwxr-x 15 1001 1001 4096 Feb 5 08:18 cmd [2021-02-05T08:24:28.866Z] -rw-r--r-- 1 root root 585363 Feb 5 08:23 coverage.out [2021-02-05T08:24:28.866Z] -rw-r--r-- 1 root root 1054 Feb 5 08:24 go.mod [2021-02-05T08:24:28.866Z] -rw-r--r-- 1 root root 19290 Feb 5 08:24 go.sum [2021-02-05T08:24:28.866Z] drwxrwxr-x 8 1001 1001 4096 Feb 5 08:18 internal [2021-02-05T08:24:28.866Z] drwxrwxr-x 4 1001 1001 4096 Feb 5 08:18 openapi [2021-02-05T08:24:28.866Z] drwxrwxr-x 4 1001 1001 4096 Feb 5 08:18 snap [2021-02-05T08:24:28.866Z] -rw-rw-r-- 1 1001 1001 168 Feb 5 08:18 version.go [Pipeline] sh [2021-02-05T08:24:29.529Z] + '[' -e coverage.out ] [2021-02-05T08:24:29.529Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-05T08:24:29.550Z] Warning: overwriting stash ‘coverage-report’ [2021-02-05T08:24:30.740Z] Stashed 1 file(s) [Pipeline] sh [2021-02-05T08:24:31.497Z] + make build [2021-02-05T08:24:31.498Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-05T08:24:43.914Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-05T08:25:06.118Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-05T08:25:10.432Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-05T08:25:15.852Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-05T08:25:17.320Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-05T08:25:19.731Z] Running on prd-ubuntu18.04-docker-8c-8g-25242 in /w/workspace/edgexfoundry_edgex-go_PR-3142 [Pipeline] { [Pipeline] ws [2021-02-05T08:25:19.826Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-02-05T08:25:22.019Z] using credential edgex-jenkins-ssh [2021-02-05T08:25:22.076Z] Cloning the remote Git repository [2021-02-05T08:25:22.103Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-05T08:25:22.177Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-02-05T08:25:22.210Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T08:25:22.210Z] > git --version # timeout=10 [2021-02-05T08:25:22.223Z] > git --version # 'git version 2.17.1' [2021-02-05T08:25:22.224Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T08:25:22.310Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T08:25:24.091Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-05T08:25:29.272Z] Merging remotes/origin/master commit 261101cd65b57382b3139275d947e2afb77006cd into PR head commit e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe [2021-02-05T08:25:29.402Z] Merge succeeded, producing e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe [2021-02-05T08:25:29.402Z] Checking out Revision e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe (PR-3142) [2021-02-05T08:25:29.488Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-05T08:25:28.620Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T08:25:28.626Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T08:25:28.635Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T08:25:28.646Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T08:25:28.646Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T08:25:28.651Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3142/head:refs/remotes/origin/PR-3142 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-05T08:25:29.283Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T08:25:29.288Z] > git checkout -f e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe # timeout=10 [2021-02-05T08:25:29.372Z] > git remote # timeout=10 [2021-02-05T08:25:29.379Z] > git config --get remote.origin.url # timeout=10 [2021-02-05T08:25:29.384Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T08:25:29.389Z] > git merge 261101cd65b57382b3139275d947e2afb77006cd # timeout=10 [2021-02-05T08:25:29.398Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-05T08:25:29.409Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T08:25:29.425Z] > git checkout -f e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe # timeout=10 [2021-02-05T08:25:32.154Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-05T08:25:33.031Z] Commit message: "docs(all): add apiVersion to all request objects and update DELETE status code" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T08:25:34.138Z] + echo snap-build.sh [2021-02-05T08:25:34.138Z] snap-build.sh [2021-02-05T08:25:34.138Z] + SNAP_BASE_DIR=. [2021-02-05T08:25:34.138Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-02-05T08:25:34.138Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-02-05T08:25:34.138Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-02-05T08:25:34.138Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-02-05T08:25:34.138Z] + cd /w/workspace/edgex-go/2 [2021-02-05T08:25:34.138Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-05T08:25:34.138Z] Reading package lists... [2021-02-05T08:25:34.138Z] Building dependency tree... [2021-02-05T08:25:34.138Z] Reading state information... [2021-02-05T08:25:34.403Z] The following packages were automatically installed and are no longer required: [2021-02-05T08:25:34.403Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-05T08:25:34.403Z] uidmap xdelta3 [2021-02-05T08:25:34.403Z] Use 'sudo apt autoremove' to remove them. [2021-02-05T08:25:34.403Z] The following packages will be REMOVED: [2021-02-05T08:25:34.403Z] lxd* lxd-client* [2021-02-05T08:25:34.665Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-05T08:25:34.665Z] After this operation, 31.7 MB disk space will be freed. [2021-02-05T08:25:35.712Z] (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 ... 190027 files and directories currently installed.) [2021-02-05T08:25:35.712Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-05T08:25:36.471Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-05T08:25:36.654Z] Removing lxd dnsmasq configuration [2021-02-05T08:25:36.654Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-05T08:25:36.915Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-05T08:25:37.858Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-05T08:25:38.120Z] (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 ... 189852 files and directories currently installed.) [2021-02-05T08:25:38.120Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-05T08:25:39.510Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-05T08:25:39.510Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-05T08:25:39.863Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-05T08:25:40.896Z] + sudo snap remove --purge lxd [2021-02-05T08:25:40.896Z] snap "lxd" is not installed [2021-02-05T08:25:40.896Z] + sudo groupadd --force --system lxd [2021-02-05T08:25:40.896Z] ++ whoami [2021-02-05T08:25:40.896Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-05T08:25:40.896Z] + newgrp - lxd [2021-02-05T08:25:40.896Z] + sudo snap install lxd [2021-02-05T08:25:45.276Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-05T08:25:48.664Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-05T08:25:50.906Z] 2021-02-05T08:25:47Z INFO Waiting for automatic snapd restart... [Pipeline] } [2021-02-05T08:25:54.091Z] $ docker stop --time=1 50554dbdd925bef7f8599dc031348e03ec28174420cbadc6bdb85d99e50a1133 [2021-02-05T08:25:56.754Z] $ docker rm -f 50554dbdd925bef7f8599dc031348e03ec28174420cbadc6bdb85d99e50a1133 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T08:25:58.797Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T08:25:58.797Z] [2021-02-05T08:25:58.797Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T08:25:59.184Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T08:25:59.473Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-05T08:25:59.473Z] 29e5d40040c1: Pulling fs layer [2021-02-05T08:25:59.473Z] 1ce36da41761: Pulling fs layer [2021-02-05T08:25:59.473Z] 25b303627fd3: Pulling fs layer [2021-02-05T08:25:59.473Z] 29e5d40040c1: Verifying Checksum [2021-02-05T08:25:59.473Z] 29e5d40040c1: Download complete [2021-02-05T08:26:00.072Z] 1ce36da41761: Verifying Checksum [2021-02-05T08:26:00.073Z] 1ce36da41761: Download complete [2021-02-05T08:26:00.346Z] 29e5d40040c1: Pull complete [2021-02-05T08:26:01.774Z] 1ce36da41761: Pull complete [2021-02-05T08:26:01.774Z] 25b303627fd3: Verifying Checksum [2021-02-05T08:26:01.774Z] 25b303627fd3: Download complete [2021-02-05T08:26:09.067Z] lxd 4.10 from Canonical* installed [2021-02-05T08:26:09.067Z] + sudo lxd init --auto [2021-02-05T08:26:11.918Z] 25b303627fd3: Pull complete [2021-02-05T08:26:11.918Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-05T08:26:11.918Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T08:26:11.918Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-05T08:26:12.146Z] prd-ubuntu18.04-docker-arm64-4c-16g-25241 does not seem to be running inside a container [2021-02-05T08:26:12.224Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-05T08:26:15.456Z] $ docker top 79030c4156d7eec60c97c99a0ed0f960222596853e83f6fd55a9e64a4bb297ab -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T08:26:16.558Z] + docker-compose build --help [2021-02-05T08:26:16.558Z] + grep parallel [2021-02-05T08:26:17.241Z] + sudo snap install --classic snapcraft [2021-02-05T08:26:19.937Z] --parallel Build images in parallel. [Pipeline] } [2021-02-05T08:26:20.225Z] $ docker stop --time=1 79030c4156d7eec60c97c99a0ed0f960222596853e83f6fd55a9e64a4bb297ab [2021-02-05T08:26:21.454Z] snapcraft 4.4.4 from Canonical* installed [2021-02-05T08:26:21.454Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-05T08:26:21.454Z] + patch --verbose -p1 [2021-02-05T08:26:21.454Z] Hmm... Looks like a unified diff to me... [2021-02-05T08:26:21.454Z] The text leading up to this was: [2021-02-05T08:26:21.454Z] -------------------------- [2021-02-05T08:26:21.454Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-05T08:26:21.454Z] |From: Tony Espy [2021-02-05T08:26:21.454Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-05T08:26:21.454Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-05T08:26:21.454Z] | [2021-02-05T08:26:21.454Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-05T08:26:21.454Z] |optimize the snap CI check run for pull requests. When [2021-02-05T08:26:21.454Z] |applied, it essentially strips out everything (apps and [2021-02-05T08:26:21.454Z] |parts) from the snapcraft.yaml file except those required [2021-02-05T08:26:21.454Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-05T08:26:21.454Z] |catch changes to edgex-go that break the snap build. [2021-02-05T08:26:21.454Z] | [2021-02-05T08:26:21.454Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-05T08:26:21.454Z] |to update this patch file, otherwise it may fail to apply, [2021-02-05T08:26:21.454Z] |resulting in a failed snap build CI check in the associated [2021-02-05T08:26:21.454Z] |pull request. [2021-02-05T08:26:21.454Z] | [2021-02-05T08:26:21.454Z] |Note - in addition to applying this patch, the pipeline also [2021-02-05T08:26:21.454Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-05T08:26:21.454Z] |need to build the finally binary .snap file (and it won't [2021-02-05T08:26:21.454Z] |work with the patch applied). This further reduces the build [2021-02-05T08:26:21.454Z] |time. [2021-02-05T08:26:21.454Z] |--- [2021-02-05T08:26:21.454Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-05T08:26:21.454Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-05T08:26:21.454Z] | [2021-02-05T08:26:21.454Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-05T08:26:21.454Z] |index 1e537489..faf42425 100644 [2021-02-05T08:26:21.454Z] |--- a/snap/snapcraft.yaml [2021-02-05T08:26:21.454Z] |+++ b/snap/snapcraft.yaml [2021-02-05T08:26:21.454Z] -------------------------- [2021-02-05T08:26:21.454Z] patching file snap/snapcraft.yaml [2021-02-05T08:26:21.454Z] Using Plan A... [2021-02-05T08:26:21.454Z] Hunk #1 succeeded at 73. [2021-02-05T08:26:21.454Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-05T08:26:21.454Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-05T08:26:21.454Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-05T08:26:21.454Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-05T08:26:21.454Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-05T08:26:21.454Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-05T08:26:21.454Z] Hunk #8 succeeded at 342. [2021-02-05T08:26:21.454Z] Hmm... Ignoring the trailing garbage. [2021-02-05T08:26:21.454Z] done [2021-02-05T08:26:21.454Z] + sudo snapcraft prime --use-lxd [2021-02-05T08:26:22.198Z] $ docker rm -f 79030c4156d7eec60c97c99a0ed0f960222596853e83f6fd55a9e64a4bb297ab [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T08:26:22.843Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-05T08:26:22.843Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-02-05T08:26:22.843Z] - README.md [2021-02-05T08:26:22.843Z] - snapcraft.yaml.orig [2021-02-05T08:26:22.843Z] [2021-02-05T08:26:22.843Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-05T08:26:23.034Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T08:26:23.034Z] . [Pipeline] withDockerContainer [2021-02-05T08:26:23.269Z] prd-ubuntu18.04-docker-arm64-4c-16g-25241 does not seem to be running inside a container [2021-02-05T08:26:23.346Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-05T08:26:23.787Z] Launching a container. [2021-02-05T08:26:24.806Z] $ docker top 6df16beb47f66e79fe30990f0c36900c812da091f1bef0925039fee0758c9b0e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T08:26:25.882Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-05T08:26:30.188Z] Building docker-core-command-go ... [2021-02-05T08:26:30.189Z] Building docker-core-data-go ... [2021-02-05T08:26:30.189Z] Building docker-core-metadata-go ... [2021-02-05T08:26:30.189Z] Building docker-security-bootstrapper-go ... [2021-02-05T08:26:30.189Z] Building docker-security-proxy-setup-go ... [2021-02-05T08:26:30.189Z] Building docker-security-secretstore-setup-go ... [2021-02-05T08:26:30.189Z] Building docker-support-notifications-go ... [2021-02-05T08:26:30.189Z] Building docker-support-scheduler-go ... [2021-02-05T08:26:30.189Z] Building docker-sys-mgmt-agent-go ... [2021-02-05T08:26:30.189Z] Building docker-core-data-go [2021-02-05T08:26:30.189Z] Building docker-security-secretstore-setup-go [2021-02-05T08:26:30.189Z] Building docker-support-notifications-go [2021-02-05T08:26:30.189Z] Building docker-support-scheduler-go [2021-02-05T08:26:30.189Z] Building docker-security-bootstrapper-go [2021-02-05T08:26:36.038Z] Waiting for container to be ready [2021-02-05T08:26:36.038Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-05T08:26:36.038Z] [2021-02-05T08:26:38.582Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-05T08:26:39.155Z] Waiting for network to be ready... [2021-02-05T08:26:39.728Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-05T08:26:39.728Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-05T08:26:39.990Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-05T08:26:39.990Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-05T08:26:40.253Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-05T08:26:40.514Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-05T08:26:40.514Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-05T08:26:40.514Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-05T08:26:40.514Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-05T08:26:40.514Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-05T08:26:40.514Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-05T08:26:40.514Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-05T08:26:40.514Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-05T08:26:40.514Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-05T08:26:40.514Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-05T08:26:40.515Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-05T08:26:40.515Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-05T08:26:40.515Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-05T08:26:40.775Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-05T08:26:41.036Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-05T08:26:41.297Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-05T08:26:41.297Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-05T08:26:41.297Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-05T08:26:41.297Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-05T08:26:41.297Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-05T08:26:41.297Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-05T08:26:41.559Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-05T08:26:43.490Z] Fetched 23.9 MB in 4s (5560 kB/s) [2021-02-05T08:26:44.436Z] Reading package lists... [2021-02-05T08:26:44.697Z] Reading package lists... [2021-02-05T08:26:44.697Z] Building dependency tree... [2021-02-05T08:26:44.697Z] Reading state information... [2021-02-05T08:26:44.960Z] The following additional packages will be installed: [2021-02-05T08:26:44.960Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-05T08:26:44.960Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-05T08:26:44.960Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-05T08:26:44.960Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-05T08:26:44.960Z] Suggested packages: [2021-02-05T08:26:44.960Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-05T08:26:44.960Z] Recommended packages: [2021-02-05T08:26:44.960Z] gnupg libsasl2-modules [2021-02-05T08:26:44.960Z] The following NEW packages will be installed: [2021-02-05T08:26:44.960Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-05T08:26:44.960Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-05T08:26:44.960Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-05T08:26:44.960Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-05T08:26:44.960Z] The following packages will be upgraded: [2021-02-05T08:26:44.960Z] gpg gpg-agent gpgconf libudev1 [2021-02-05T08:26:44.960Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-05T08:26:44.960Z] Need to get 3533 kB of archives. [2021-02-05T08:26:44.960Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-05T08:26:44.960Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-05T08:26:44.960Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-05T08:26:44.960Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-05T08:26:44.960Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-02-05T08:26:44.960Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-05T08:26:44.960Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-02-05T08:26:44.960Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-02-05T08:26:44.960Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-05T08:26:45.220Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-05T08:26:45.481Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-05T08:26:45.743Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-05T08:26:45.743Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-05T08:26:45.743Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-05T08:26:46.004Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-05T08:26:46.004Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-05T08:26:46.004Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-05T08:26:46.004Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-05T08:26:46.004Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-05T08:26:46.004Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-05T08:26:46.004Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-05T08:26:46.004Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-05T08:26:46.004Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-05T08:26:46.004Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T08:26:46.265Z] Fetched 3533 kB in 1s (3048 kB/s) [2021-02-05T08:26:46.265Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-05T08:26:46.265Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-05T08:26:46.265Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-05T08:26:46.265Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-05T08:26:46.534Z] Selecting previously unselected package udev. [2021-02-05T08:26:46.534Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-05T08:26:46.534Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-05T08:26:46.534Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-05T08:26:46.796Z] Selecting previously unselected package libfuse2:amd64. [2021-02-05T08:26:46.796Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-05T08:26:46.796Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-05T08:26:46.796Z] Selecting previously unselected package fuse. [2021-02-05T08:26:46.796Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-05T08:26:46.796Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-05T08:26:47.059Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T08:26:47.059Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-05T08:26:47.059Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T08:26:47.059Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-05T08:26:47.322Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T08:26:47.322Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-05T08:26:47.322Z] Selecting previously unselected package libksba8:amd64. [2021-02-05T08:26:47.322Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-05T08:26:47.322Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-05T08:26:47.585Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-05T08:26:47.585Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T08:26:47.585Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T08:26:47.585Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-05T08:26:47.585Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T08:26:47.585Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T08:26:47.847Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-05T08:26:47.847Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T08:26:47.847Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T08:26:47.847Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-05T08:26:47.847Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T08:26:47.847Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T08:26:47.847Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-05T08:26:47.847Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T08:26:47.847Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T08:26:48.110Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-05T08:26:48.110Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T08:26:48.110Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T08:26:48.110Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-05T08:26:48.110Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T08:26:48.110Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T08:26:48.372Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-05T08:26:48.372Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T08:26:48.372Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T08:26:48.372Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-05T08:26:48.372Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T08:26:48.372Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T08:26:48.372Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-05T08:26:48.372Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-05T08:26:48.372Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-05T08:26:48.634Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-05T08:26:48.634Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-05T08:26:48.634Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-05T08:26:48.634Z] Selecting previously unselected package libldap-common. [2021-02-05T08:26:48.634Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-05T08:26:48.634Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-05T08:26:48.898Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-05T08:26:48.898Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-05T08:26:48.898Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-05T08:26:48.898Z] Selecting previously unselected package dirmngr. [2021-02-05T08:26:48.898Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T08:26:48.898Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-05T08:26:49.160Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-05T08:26:49.160Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-05T08:26:49.160Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-05T08:26:49.160Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-05T08:26:49.160Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-05T08:26:49.160Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-05T08:26:49.160Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T08:26:49.421Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-05T08:26:49.421Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-05T08:26:49.421Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-05T08:26:49.682Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-05T08:26:49.946Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T08:26:49.946Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-05T08:26:49.946Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-05T08:26:49.946Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-05T08:26:49.946Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T08:26:50.206Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T08:26:50.206Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T08:26:50.206Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T08:26:50.206Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T08:26:50.206Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T08:26:50.206Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T08:26:50.206Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-05T08:26:50.206Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-05T08:26:50.467Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-05T08:26:50.729Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-05T08:26:50.729Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-05T08:26:50.729Z] This means they are not meant to be enabled using systemctl. [2021-02-05T08:26:50.729Z] Possible reasons for having this kind of units are: [2021-02-05T08:26:50.729Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-05T08:26:50.729Z] .wants/ or .requires/ directory. [2021-02-05T08:26:50.729Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-05T08:26:50.729Z] a requirement dependency on it. [2021-02-05T08:26:50.729Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-05T08:26:50.729Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-05T08:26:50.729Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-05T08:26:50.729Z] instance name specified. [2021-02-05T08:26:51.300Z] Reading package lists... [2021-02-05T08:26:51.301Z] Building dependency tree... [2021-02-05T08:26:51.301Z] Reading state information... [2021-02-05T08:26:51.562Z] The following additional packages will be installed: [2021-02-05T08:26:51.562Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-05T08:26:51.562Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-05T08:26:51.562Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-05T08:26:51.562Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-05T08:26:51.562Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-05T08:26:51.562Z] Suggested packages: [2021-02-05T08:26:51.562Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-05T08:26:51.562Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-05T08:26:51.562Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-05T08:26:51.562Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-05T08:26:51.562Z] systemd-container policykit-1 [2021-02-05T08:26:51.562Z] Recommended packages: [2021-02-05T08:26:51.562Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-05T08:26:51.562Z] The following NEW packages will be installed: [2021-02-05T08:26:51.562Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-05T08:26:51.562Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-05T08:26:51.562Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-05T08:26:51.562Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-05T08:26:51.562Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-05T08:26:51.562Z] The following packages will be upgraded: [2021-02-05T08:26:51.562Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-05T08:26:51.823Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-05T08:26:51.823Z] Need to get 35.2 MB of archives. [2021-02-05T08:26:51.823Z] After this operation, 141 MB of additional disk space will be used. [2021-02-05T08:26:51.823Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-05T08:26:51.823Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-05T08:26:52.395Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-05T08:26:52.396Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-02-05T08:26:52.396Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-05T08:26:52.396Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-05T08:26:52.396Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-05T08:26:52.396Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-05T08:26:52.396Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-05T08:26:52.396Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-05T08:26:52.396Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-05T08:26:52.396Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-05T08:26:52.396Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-05T08:26:52.659Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-05T08:26:52.659Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-05T08:26:52.659Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-05T08:26:52.659Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-05T08:26:52.659Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-05T08:26:52.659Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-05T08:26:52.659Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-05T08:26:52.659Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-05T08:26:52.659Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-05T08:26:52.659Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-05T08:26:52.659Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-05T08:26:52.921Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-05T08:26:52.921Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-05T08:26:52.921Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-05T08:26:52.921Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-05T08:26:52.921Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-05T08:26:52.921Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-05T08:26:53.873Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T08:26:53.873Z] Fetched 35.2 MB in 2s (16.8 MB/s) [2021-02-05T08:26:53.873Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-05T08:26:53.873Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-05T08:26:54.136Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-05T08:26:54.709Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-05T08:26:54.709Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-05T08:26:54.709Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-05T08:26:54.709Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-05T08:26:54.709Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-05T08:26:54.709Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-05T08:26:54.971Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-05T08:26:54.971Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-05T08:26:54.971Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-05T08:26:54.971Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-05T08:26:55.232Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-05T08:26:55.232Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-05T08:26:55.805Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-05T08:26:55.805Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-05T08:26:55.805Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-05T08:26:55.805Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-05T08:26:56.380Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-05T08:26:56.380Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-05T08:26:56.380Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T08:26:56.640Z] Selecting previously unselected package libexpat1:amd64. [2021-02-05T08:26:56.640Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-05T08:26:56.640Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-05T08:26:56.640Z] Selecting previously unselected package python3.6-minimal. [2021-02-05T08:26:56.640Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-05T08:26:56.640Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T08:26:56.902Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-05T08:26:57.163Z] Checking for services that may need to be restarted...done. [2021-02-05T08:26:57.163Z] Checking for services that may need to be restarted...done. [2021-02-05T08:26:57.163Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T08:26:57.163Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-05T08:26:57.163Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T08:26:57.737Z] Selecting previously unselected package python3-minimal. [2021-02-05T08:26:57.737Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-05T08:26:57.737Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-05T08:26:57.737Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-05T08:26:57.998Z] Selecting previously unselected package mime-support. [2021-02-05T08:26:57.998Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-05T08:26:57.998Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-05T08:26:57.998Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-05T08:26:57.998Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-05T08:26:57.998Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-05T08:26:57.998Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-05T08:26:57.998Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-05T08:26:58.261Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T08:26:58.261Z] Selecting previously unselected package python3.6. [2021-02-05T08:26:58.522Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-05T08:26:58.522Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T08:26:58.522Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-05T08:26:58.522Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-05T08:26:58.522Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-05T08:26:58.522Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-05T08:26:58.792Z] Selecting previously unselected package python3. [2021-02-05T08:26:58.792Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-05T08:26:58.792Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-05T08:26:58.792Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-05T08:26:59.054Z] Selecting previously unselected package multiarch-support. [2021-02-05T08:26:59.054Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T08:26:59.054Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-05T08:26:59.054Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-05T08:26:59.054Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-05T08:26:59.054Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-05T08:26:59.054Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-05T08:26:59.054Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-05T08:26:59.316Z] Selecting previously unselected package libbsd0:amd64. [2021-02-05T08:26:59.316Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-05T08:26:59.316Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-05T08:26:59.316Z] Selecting previously unselected package sudo. [2021-02-05T08:26:59.316Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-05T08:26:59.316Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-05T08:26:59.578Z] Selecting previously unselected package apparmor. [2021-02-05T08:26:59.578Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-05T08:26:59.578Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-05T08:26:59.839Z] Selecting previously unselected package libedit2:amd64. [2021-02-05T08:26:59.840Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-05T08:26:59.840Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-05T08:26:59.840Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-05T08:26:59.840Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-05T08:26:59.840Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T08:26:59.840Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-05T08:26:59.840Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-05T08:26:59.840Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T08:27:00.102Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-05T08:27:00.102Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-05T08:27:00.102Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-05T08:27:00.102Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-05T08:27:00.102Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-05T08:27:00.102Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T08:27:00.365Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-05T08:27:00.365Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-05T08:27:00.365Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T08:27:00.365Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-05T08:27:00.365Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-05T08:27:00.365Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-05T08:27:00.624Z] Selecting previously unselected package openssh-client. [2021-02-05T08:27:00.624Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-05T08:27:00.624Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-05T08:27:00.884Z] Selecting previously unselected package squashfs-tools. [2021-02-05T08:27:00.884Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-05T08:27:00.884Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-05T08:27:00.884Z] Selecting previously unselected package snapd. [2021-02-05T08:27:00.884Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-05T08:27:00.884Z] Unpacking snapd (2.48+18.04) ... [2021-02-05T08:27:02.807Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-05T08:27:03.072Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-05T08:27:03.072Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-05T08:27:03.072Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-05T08:27:03.072Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-05T08:27:03.072Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T08:27:03.072Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-05T08:27:03.335Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-05T08:27:03.335Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-05T08:27:03.912Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-05T08:27:03.912Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-05T08:27:03.912Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-05T08:27:03.912Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T08:27:04.175Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T08:27:04.175Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T08:27:04.749Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-05T08:27:04.749Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T08:27:04.749Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-05T08:27:04.749Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-05T08:27:04.749Z] running python rtupdate hooks for python3.6... [2021-02-05T08:27:04.749Z] running python post-rtupdate hooks for python3.6... [2021-02-05T08:27:05.011Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-05T08:27:06.401Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-05T08:27:06.401Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T08:27:06.401Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-05T08:27:06.662Z] Setting up snapd (2.48+18.04) ... [2021-02-05T08:27:06.926Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-05T08:27:07.189Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-05T08:27:07.450Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-05T08:27:07.450Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-05T08:27:07.712Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-05T08:27:07.712Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-05T08:27:07.712Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-05T08:27:07.975Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-05T08:27:08.237Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-05T08:27:08.237Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-05T08:27:08.498Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-02-05T08:27:08.498Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-05T08:27:08.498Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-05T08:27:09.442Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-05T08:27:09.442Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-05T08:27:09.705Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-05T08:27:10.664Z] Reading package lists... [2021-02-05T08:27:10.931Z] Reading package lists... [2021-02-05T08:27:11.198Z] Building dependency tree... [2021-02-05T08:27:11.198Z] Reading state information... [2021-02-05T08:27:11.198Z] Calculating upgrade... [2021-02-05T08:27:11.466Z] The following packages will be upgraded: [2021-02-05T08:27:11.466Z] advancecomp base-files bash binutils binutils-common [2021-02-05T08:27:11.466Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-05T08:27:11.466Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-05T08:27:11.466Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-05T08:27:11.466Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-05T08:27:11.466Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-05T08:27:11.466Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-05T08:27:11.466Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-05T08:27:11.466Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-05T08:27:11.466Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-05T08:27:11.466Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-05T08:27:11.466Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-05T08:27:11.466Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-05T08:27:11.466Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-05T08:27:11.466Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-05T08:27:11.466Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-05T08:27:11.466Z] Need to get 63.8 MB of archives. [2021-02-05T08:27:11.466Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-05T08:27:11.466Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-05T08:27:11.466Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-05T08:27:12.460Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-05T08:27:12.460Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-05T08:27:12.460Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-05T08:27:12.460Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-05T08:27:12.460Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-05T08:27:12.460Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-05T08:27:12.460Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-02-05T08:27:12.460Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-05T08:27:12.460Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-05T08:27:12.460Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-05T08:27:12.460Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-05T08:27:12.460Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-05T08:27:12.460Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-05T08:27:12.460Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-05T08:27:12.460Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-05T08:27:12.460Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-05T08:27:12.460Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-05T08:27:12.460Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-05T08:27:12.460Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-05T08:27:12.460Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-05T08:27:12.460Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-05T08:27:12.460Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-05T08:27:12.460Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-05T08:27:12.460Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-05T08:27:12.460Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-05T08:27:12.460Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-05T08:27:12.721Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-05T08:27:12.721Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-05T08:27:12.721Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-05T08:27:12.721Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-05T08:27:12.721Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-05T08:27:12.721Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-05T08:27:12.721Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-05T08:27:12.721Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-05T08:27:12.721Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-02-05T08:27:12.721Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-05T08:27:12.721Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-05T08:27:12.721Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-05T08:27:12.721Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-05T08:27:12.721Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-05T08:27:12.982Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-05T08:27:12.982Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-05T08:27:12.982Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-05T08:27:12.982Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-05T08:27:12.982Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-05T08:27:12.982Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-05T08:27:12.982Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-05T08:27:12.982Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-05T08:27:12.982Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-05T08:27:12.982Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-05T08:27:12.982Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-05T08:27:12.982Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-05T08:27:12.982Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-05T08:27:12.982Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-02-05T08:27:12.982Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-05T08:27:12.982Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-05T08:27:12.982Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-05T08:27:12.982Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-05T08:27:12.982Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-05T08:27:12.982Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-05T08:27:12.982Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-05T08:27:12.982Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-05T08:27:13.242Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-05T08:27:13.242Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-05T08:27:13.242Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-05T08:27:13.242Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-05T08:27:13.242Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-05T08:27:13.242Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-05T08:27:13.242Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-05T08:27:13.242Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-05T08:27:13.242Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-05T08:27:13.242Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-05T08:27:13.242Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-05T08:27:13.242Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-05T08:27:13.242Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-05T08:27:13.242Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-05T08:27:13.242Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-05T08:27:13.502Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-05T08:27:13.502Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-05T08:27:13.502Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-05T08:27:13.502Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-05T08:27:13.502Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-05T08:27:13.502Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-05T08:27:13.502Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-05T08:27:13.502Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-05T08:27:13.502Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-05T08:27:13.502Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-05T08:27:13.502Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-05T08:27:13.762Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-05T08:27:14.335Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-05T08:27:14.335Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-05T08:27:14.335Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-05T08:27:14.595Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-05T08:27:14.595Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-05T08:27:14.595Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-05T08:27:14.595Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-05T08:27:14.595Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-05T08:27:14.856Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T08:27:14.856Z] Fetched 63.8 MB in 3s (19.3 MB/s) [2021-02-05T08:27:14.856Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T08:27:14.856Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T08:27:14.856Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-05T08:27:15.428Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T08:27:15.428Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-05T08:27:15.690Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-05T08:27:15.690Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-05T08:27:16.632Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T08:27:16.632Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T08:27:16.632Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T08:27:16.632Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T08:27:16.895Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T08:27:16.895Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T08:27:16.895Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T08:27:16.895Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T08:27:17.156Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T08:27:17.156Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T08:27:17.156Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T08:27:17.420Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T08:27:17.420Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T08:27:17.420Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T08:27:17.682Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T08:27:17.682Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-05T08:27:17.682Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T08:27:17.682Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-05T08:27:17.943Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-05T08:27:17.943Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-05T08:27:17.943Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T08:27:17.943Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T08:27:18.214Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T08:27:18.214Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T08:27:18.214Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T08:27:18.477Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T08:27:18.477Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T08:27:18.739Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-05T08:27:18.739Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T08:27:19.002Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-05T08:27:19.263Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-05T08:27:19.525Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-05T08:27:19.525Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-05T08:27:19.786Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-05T08:27:19.786Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-05T08:27:19.786Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-05T08:27:20.047Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-05T08:27:20.047Z] Installing new version of config file /etc/issue ... [2021-02-05T08:27:20.047Z] Installing new version of config file /etc/issue.net ... [2021-02-05T08:27:20.047Z] Installing new version of config file /etc/lsb-release ... [2021-02-05T08:27:20.047Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-05T08:27:20.309Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-05T08:27:20.309Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-05T08:27:20.309Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-05T08:27:20.585Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T08:27:20.585Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-05T08:27:20.585Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-05T08:27:20.585Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-05T08:27:20.869Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-02-05T08:27:20.869Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T08:27:20.869Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T08:27:20.869Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-05T08:27:20.869Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-05T08:27:21.139Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T08:27:21.139Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-05T08:27:21.139Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-05T08:27:21.139Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-05T08:27:21.401Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T08:27:21.401Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-05T08:27:21.401Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-05T08:27:21.664Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-05T08:27:21.664Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T08:27:21.664Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-05T08:27:21.664Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-05T08:27:21.925Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-05T08:27:21.925Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T08:27:21.925Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-05T08:27:22.189Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-05T08:27:22.189Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-05T08:27:22.452Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T08:27:22.452Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-05T08:27:22.452Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-05T08:27:22.452Z] Setting up grep (3.1-2build1) ... [2021-02-05T08:27:22.714Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T08:27:22.714Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-05T08:27:22.714Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-05T08:27:22.974Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-05T08:27:23.236Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T08:27:23.236Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-05T08:27:23.236Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T08:27:23.236Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-05T08:27:23.236Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T08:27:23.236Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-05T08:27:23.496Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-05T08:27:23.757Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-05T08:27:23.757Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-05T08:27:24.020Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-05T08:27:24.020Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-05T08:27:24.590Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-05T08:27:24.590Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T08:27:24.590Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-05T08:27:24.590Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-05T08:27:25.620Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-05T08:27:25.620Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-05T08:27:25.620Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-05T08:27:25.880Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-05T08:27:25.880Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-05T08:27:25.880Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T08:27:25.880Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-05T08:27:25.880Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-05T08:27:26.140Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-05T08:27:26.140Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T08:27:26.140Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T08:27:26.140Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T08:27:26.401Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T08:27:26.401Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T08:27:26.401Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T08:27:26.401Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T08:27:26.662Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T08:27:26.662Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T08:27:26.662Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T08:27:26.662Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T08:27:26.924Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T08:27:26.924Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T08:27:26.924Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T08:27:26.924Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T08:27:26.924Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T08:27:27.193Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T08:27:27.193Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-05T08:27:27.193Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T08:27:27.193Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-05T08:27:27.193Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T08:27:27.463Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-05T08:27:27.463Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T08:27:27.463Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-05T08:27:27.463Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T08:27:27.729Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-05T08:27:28.684Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T08:27:28.684Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T08:27:28.945Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T08:27:29.518Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T08:27:30.091Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T08:27:30.091Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T08:27:30.665Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T08:27:31.236Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-05T08:27:31.807Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T08:27:31.807Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T08:27:32.378Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T08:27:32.948Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-05T08:27:33.210Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-05T08:27:33.471Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-05T08:27:33.471Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T08:27:33.471Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T08:27:33.471Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-05T08:27:33.733Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-05T08:27:33.994Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T08:27:33.994Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-05T08:27:33.994Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T08:27:33.994Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-05T08:27:34.255Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T08:27:34.255Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-05T08:27:34.255Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-05T08:27:34.255Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-05T08:27:34.516Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T08:27:34.517Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-05T08:27:34.517Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-05T08:27:34.778Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-05T08:27:34.778Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T08:27:34.778Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-05T08:27:34.778Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-05T08:27:35.040Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-05T08:27:35.040Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T08:27:35.040Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-05T08:27:35.040Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-05T08:27:35.040Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-05T08:27:35.301Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T08:27:35.301Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-05T08:27:35.301Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-05T08:27:35.562Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-05T08:27:35.562Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T08:27:35.562Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-05T08:27:35.562Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-05T08:27:35.822Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-05T08:27:35.822Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T08:27:35.822Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T08:27:36.083Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T08:27:36.083Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-05T08:27:36.083Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-05T08:27:36.083Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-05T08:27:36.343Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-05T08:27:36.343Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-05T08:27:36.343Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T08:27:36.343Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-05T08:27:36.343Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-05T08:27:36.604Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-05T08:27:36.604Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T08:27:36.604Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-05T08:27:36.865Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-05T08:27:36.865Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-05T08:27:37.126Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T08:27:37.126Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-05T08:27:37.126Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-05T08:27:37.387Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-05T08:27:37.387Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T08:27:37.387Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-05T08:27:37.387Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-05T08:27:37.647Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-05T08:27:37.647Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T08:27:37.647Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-05T08:27:37.647Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-05T08:27:37.908Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-05T08:27:38.479Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T08:27:38.479Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T08:27:38.479Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-05T08:27:38.739Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-05T08:27:38.739Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T08:27:38.739Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-05T08:27:38.739Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-05T08:27:39.003Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-05T08:27:39.269Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T08:27:39.269Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-05T08:27:39.269Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-05T08:27:39.270Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-05T08:27:39.529Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T08:27:39.529Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-05T08:27:39.529Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-05T08:27:39.529Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-05T08:27:39.790Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T08:27:39.790Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-05T08:27:39.790Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-05T08:27:39.790Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-05T08:27:40.051Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T08:27:40.051Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-05T08:27:40.051Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-05T08:27:40.051Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-05T08:27:40.312Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T08:27:40.312Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-05T08:27:40.312Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-05T08:27:40.312Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-05T08:27:40.573Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-05T08:27:40.573Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-05T08:27:40.573Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-05T08:27:40.573Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-05T08:27:40.573Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-05T08:27:40.834Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-05T08:27:40.834Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-05T08:27:41.207Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-05T08:27:41.207Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-05T08:27:41.207Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-05T08:27:41.207Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-05T08:27:41.572Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-05T08:27:41.572Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-05T08:27:41.572Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-05T08:27:41.572Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-05T08:27:41.572Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-05T08:27:41.572Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-05T08:27:41.873Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-05T08:27:41.873Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-05T08:27:41.873Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-05T08:27:41.873Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-05T08:27:42.161Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-05T08:27:42.161Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-05T08:27:42.161Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-05T08:27:42.161Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-05T08:27:42.957Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-05T08:27:43.258Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-05T08:27:43.258Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-05T08:27:43.258Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-05T08:27:43.258Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-05T08:27:43.258Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-05T08:27:43.831Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-05T08:27:43.831Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-05T08:27:43.831Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-05T08:27:43.831Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-05T08:27:44.092Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-05T08:27:44.092Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-05T08:27:44.092Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T08:27:44.092Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T08:27:44.353Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T08:27:44.353Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T08:27:44.353Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T08:27:44.353Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T08:27:44.615Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T08:27:44.615Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T08:27:45.556Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T08:27:45.556Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T08:27:46.126Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T08:27:46.387Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T08:27:47.769Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T08:27:47.769Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T08:27:48.714Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T08:27:48.974Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T08:27:50.359Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T08:27:50.620Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T08:27:51.563Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-05T08:27:51.869Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-05T08:27:52.003Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T08:27:52.003Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T08:27:52.003Z] ---> 69b17a773e49 [2021-02-05T08:27:52.003Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T08:27:52.003Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T08:27:52.003Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-05T08:27:52.003Z] ---> 69b17a773e49 [2021-02-05T08:27:52.003Z] Step 3/31 : WORKDIR /edgex-go [2021-02-05T08:27:52.003Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T08:27:52.003Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T08:27:52.003Z] ---> 69b17a773e49 [2021-02-05T08:27:52.003Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T08:27:52.003Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T08:27:52.003Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-05T08:27:52.003Z] ---> 69b17a773e49 [2021-02-05T08:27:52.003Z] Step 3/24 : WORKDIR /edgex-go [2021-02-05T08:27:52.003Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T08:27:52.003Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T08:27:52.003Z] ---> 69b17a773e49 [2021-02-05T08:27:52.003Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T08:27:52.003Z] ---> Running in d5528fcd7d46 [2021-02-05T08:27:52.003Z] ---> Running in bc0bddd5247b [2021-02-05T08:27:52.003Z] ---> Running in ae2416782b45 [2021-02-05T08:27:52.003Z] ---> Running in 9cc1e115550a [2021-02-05T08:27:52.003Z] ---> Running in ada12c3da194 [2021-02-05T08:27:52.003Z] Removing intermediate container d5528fcd7d46 [2021-02-05T08:27:52.003Z] ---> ffcfb9b1f426 [2021-02-05T08:27:52.003Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T08:27:52.003Z] Removing intermediate container ada12c3da194 [2021-02-05T08:27:52.003Z] ---> e66bf7675747 [2021-02-05T08:27:52.003Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T08:27:52.003Z] Removing intermediate container bc0bddd5247b [2021-02-05T08:27:52.003Z] ---> a020a1c029f5 [2021-02-05T08:27:52.003Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T08:27:52.003Z] Removing intermediate container ae2416782b45 [2021-02-05T08:27:52.003Z] ---> 0610fd001a96 [2021-02-05T08:27:52.003Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T08:27:52.003Z] Removing intermediate container 9cc1e115550a [2021-02-05T08:27:52.003Z] ---> 52a1dd86fd02 [2021-02-05T08:27:52.003Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T08:27:52.003Z] ---> Running in 4e4265ef418a [2021-02-05T08:27:52.003Z] ---> Running in 46e09d4cd092 [2021-02-05T08:27:52.003Z] ---> Running in 7d4a64e5bd0c [2021-02-05T08:27:52.003Z] ---> Running in 730210c2ca24 [2021-02-05T08:27:52.003Z] ---> Running in 4e11af22f8db [2021-02-05T08:27:52.003Z] Removing intermediate container 4e4265ef418a [2021-02-05T08:27:52.003Z] ---> 26750264bdff [2021-02-05T08:27:52.003Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-05T08:27:52.003Z] ---> Running in 70e64c1b3757 [2021-02-05T08:27:52.003Z] Removing intermediate container 730210c2ca24 [2021-02-05T08:27:52.003Z] ---> b7eea489b14a [2021-02-05T08:27:52.003Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-05T08:27:52.003Z] Removing intermediate container 46e09d4cd092 [2021-02-05T08:27:52.003Z] ---> 2893a9a38b44 [2021-02-05T08:27:52.003Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-05T08:27:52.003Z] ---> Running in d744e372ceda [2021-02-05T08:27:52.003Z] Removing intermediate container 4e11af22f8db [2021-02-05T08:27:52.003Z] ---> 7f57b85d3739 [2021-02-05T08:27:52.003Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-05T08:27:52.003Z] ---> Running in 027ad6633d74 [2021-02-05T08:27:52.003Z] Removing intermediate container 7d4a64e5bd0c [2021-02-05T08:27:52.003Z] ---> c159933a7436 [2021-02-05T08:27:52.003Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-05T08:27:52.003Z] ---> Running in e523f5098ccb [2021-02-05T08:27:52.004Z] ---> Running in badfb5ef15fe [2021-02-05T08:27:52.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T08:27:52.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T08:27:52.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T08:27:52.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T08:27:52.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T08:27:52.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T08:27:52.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T08:27:52.004Z] OK: 217 MiB in 51 packages [2021-02-05T08:27:52.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T08:27:52.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T08:27:52.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T08:27:52.605Z] OK: 217 MiB in 51 packages [2021-02-05T08:27:52.812Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-05T08:27:52.812Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-05T08:27:53.076Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-05T08:27:53.076Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-05T08:27:53.200Z] OK: 217 MiB in 51 packages [2021-02-05T08:27:53.200Z] OK: 217 MiB in 51 packages [2021-02-05T08:27:53.200Z] Removing intermediate container 70e64c1b3757 [2021-02-05T08:27:53.200Z] ---> ec75e219ef64 [2021-02-05T08:27:53.200Z] Step 6/24 : COPY go.mod . [2021-02-05T08:27:53.200Z] OK: 217 MiB in 51 packages [2021-02-05T08:27:53.337Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-05T08:27:53.338Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-05T08:27:53.338Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-05T08:27:53.338Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-05T08:27:53.600Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-05T08:27:53.600Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-05T08:27:53.600Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-05T08:27:53.861Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-05T08:27:53.861Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T08:27:53.861Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-05T08:27:53.861Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T08:27:53.861Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T08:27:54.122Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T08:27:54.122Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-05T08:27:54.122Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-05T08:27:54.122Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-05T08:27:54.122Z] [2021-02-05T08:27:54.122Z] Current default time zone: 'Etc/UTC' [2021-02-05T08:27:54.122Z] Local time is now: Fri Feb 5 08:27:54 UTC 2021. [2021-02-05T08:27:54.122Z] Universal Time is now: Fri Feb 5 08:27:54 UTC 2021. [2021-02-05T08:27:54.122Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-05T08:27:54.122Z] [2021-02-05T08:27:54.122Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-05T08:27:54.197Z] Removing intermediate container d744e372ceda [2021-02-05T08:27:54.197Z] ---> 69352e1f57d3 [2021-02-05T08:27:54.197Z] Step 6/23 : COPY go.mod . [2021-02-05T08:27:54.197Z] ---> 76baff27e990 [2021-02-05T08:27:54.197Z] Step 7/24 : RUN go mod download [2021-02-05T08:27:54.382Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T08:27:54.382Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-05T08:27:54.382Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-05T08:27:54.382Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-05T08:27:54.382Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-05T08:27:54.382Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-05T08:27:54.382Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-05T08:27:54.382Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-05T08:27:54.382Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-05T08:27:54.485Z] ---> Running in 4c3f969519a7 [2021-02-05T08:27:54.643Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T08:27:54.643Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-05T08:27:54.782Z] Removing intermediate container e523f5098ccb [2021-02-05T08:27:54.782Z] ---> 92a7c24d2d4a [2021-02-05T08:27:54.782Z] Step 6/22 : COPY go.mod . [2021-02-05T08:27:54.904Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T08:27:54.905Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-05T08:27:54.905Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T08:27:54.905Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-05T08:27:54.905Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-05T08:27:54.905Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-05T08:27:54.905Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-05T08:27:54.905Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-05T08:27:54.905Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-05T08:27:55.056Z] Removing intermediate container 027ad6633d74 [2021-02-05T08:27:55.056Z] ---> 674f8c2a2687 [2021-02-05T08:27:55.056Z] Step 6/31 : COPY go.mod . [2021-02-05T08:27:55.056Z] Removing intermediate container badfb5ef15fe [2021-02-05T08:27:55.056Z] ---> 89ad3c7a3e94 [2021-02-05T08:27:55.056Z] Step 6/22 : COPY go.mod . [2021-02-05T08:27:55.166Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-05T08:27:55.166Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-05T08:27:55.341Z] ---> 8ab6962105e1 [2021-02-05T08:27:55.341Z] Step 7/23 : RUN go mod download [2021-02-05T08:27:55.627Z] ---> Running in 4a7c5278bda9 [2021-02-05T08:27:55.903Z] ---> 0030ade20af3 [2021-02-05T08:27:55.903Z] Step 7/22 : RUN go mod download [2021-02-05T08:27:56.181Z] ---> Running in 28a8a3c5867a [2021-02-05T08:27:56.181Z] ---> 3caf397999d1 [2021-02-05T08:27:56.181Z] Step 7/22 : RUN go mod download [2021-02-05T08:27:56.181Z] ---> bec8dfadbf30 [2021-02-05T08:27:56.181Z] Step 7/31 : RUN go mod download [2021-02-05T08:27:56.461Z] ---> Running in 85dd5752b4da [2021-02-05T08:27:56.461Z] ---> Running in feae5d2a9305 [2021-02-05T08:27:57.078Z] Updating certificates in /etc/ssl/certs... [2021-02-05T08:27:57.650Z] 23 added, 27 removed; done. [2021-02-05T08:27:57.650Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-05T08:27:57.650Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T08:27:57.650Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-05T08:27:57.650Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-05T08:27:57.650Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-05T08:27:57.911Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T08:27:57.911Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-05T08:27:57.911Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T08:27:57.911Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T08:27:57.911Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T08:27:57.911Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T08:27:57.911Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T08:27:57.911Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-05T08:27:58.172Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-05T08:27:58.172Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-05T08:27:58.172Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-05T08:27:58.172Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-05T08:27:58.172Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T08:27:58.172Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T08:27:58.172Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-05T08:27:58.433Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-05T08:27:58.433Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-05T08:27:58.433Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-05T08:27:58.434Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-05T08:27:58.459Z] Removing intermediate container 4c3f969519a7 [2021-02-05T08:27:58.459Z] ---> 032682b37d09 [2021-02-05T08:27:58.459Z] Step 8/24 : COPY . . [2021-02-05T08:27:58.696Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-05T08:27:58.696Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-05T08:27:58.696Z] Updating certificates in /etc/ssl/certs... [2021-02-05T08:27:59.269Z] 0 added, 0 removed; done. [2021-02-05T08:27:59.269Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-05T08:27:59.269Z] done. [2021-02-05T08:27:59.531Z] Reading package lists... [2021-02-05T08:27:59.791Z] Building dependency tree... [2021-02-05T08:27:59.791Z] Reading state information... [2021-02-05T08:27:59.791Z] The following NEW packages will be installed: [2021-02-05T08:27:59.791Z] apt-transport-https [2021-02-05T08:27:59.791Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-05T08:27:59.791Z] Need to get 1696 B of archives. [2021-02-05T08:27:59.791Z] After this operation, 153 kB of additional disk space will be used. [2021-02-05T08:27:59.791Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-05T08:28:00.052Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T08:28:00.052Z] Fetched 1696 B in 0s (31.1 kB/s) [2021-02-05T08:28:00.052Z] Selecting previously unselected package apt-transport-https. [2021-02-05T08:28:00.052Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-05T08:28:00.052Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-05T08:28:00.052Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-05T08:28:00.052Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-05T08:28:00.313Z] Waiting for network to be ready... [2021-02-05T08:28:00.446Z] Removing intermediate container 4a7c5278bda9 [2021-02-05T08:28:00.446Z] ---> decb0c3a2fdf [2021-02-05T08:28:00.446Z] Step 8/23 : COPY . . [2021-02-05T08:28:01.049Z] Removing intermediate container 28a8a3c5867a [2021-02-05T08:28:01.049Z] ---> 2322b5238662 [2021-02-05T08:28:01.049Z] Step 8/22 : COPY . . [2021-02-05T08:28:01.327Z] Removing intermediate container feae5d2a9305 [2021-02-05T08:28:01.602Z] ---> 033f7e50167c [2021-02-05T08:28:01.602Z] Step 8/31 : COPY . . [2021-02-05T08:28:02.211Z] Removing intermediate container 85dd5752b4da [2021-02-05T08:28:02.211Z] ---> ccda5972fa83 [2021-02-05T08:28:02.211Z] Step 8/22 : COPY . . [2021-02-05T08:28:12.543Z] 2021-02-05T08:28:07Z INFO Waiting for automatic snapd restart... [2021-02-05T08:28:12.543Z] snapd 2.48.2 from Canonical* installed [2021-02-05T08:28:12.543Z] "snapd" switched to the "latest/stable" channel [2021-02-05T08:28:12.543Z] [2021-02-05T08:28:15.088Z] core18 20201210 from Canonical* installed [2021-02-05T08:28:15.348Z] "core18" switched to the "latest/stable" channel [2021-02-05T08:28:15.348Z] [2021-02-05T08:28:18.682Z] snapcraft 4.4.4 from Canonical* installed [2021-02-05T08:28:18.682Z] "snapcraft" switched to the "latest/stable" channel [2021-02-05T08:28:18.682Z] [2021-02-05T08:28:22.036Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-02-05T08:28:22.036Z] - README.md [2021-02-05T08:28:22.036Z] - snapcraft.yaml.orig [2021-02-05T08:28:22.036Z] [2021-02-05T08:28:22.036Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-05T08:28:28.626Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-05T08:28:28.626Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-05T08:28:28.626Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-05T08:28:28.887Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-05T08:28:29.062Z] ---> 2065dface653 [2021-02-05T08:28:29.063Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-05T08:28:29.063Z] ---> 3e454daaf55b [2021-02-05T08:28:29.063Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-05T08:28:29.063Z] ---> cc37de074753 [2021-02-05T08:28:29.063Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-05T08:28:29.063Z] ---> 4325e606013f [2021-02-05T08:28:29.063Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-05T08:28:29.063Z] ---> 8c69ef1ba256 [2021-02-05T08:28:29.063Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-05T08:28:29.063Z] ---> Running in 16ab63998766 [2021-02-05T08:28:29.063Z] ---> Running in 09bcdaaa7449 [2021-02-05T08:28:29.063Z] ---> Running in 07effbd09b18 [2021-02-05T08:28:29.063Z] ---> Running in 21fb9e567b97 [2021-02-05T08:28:29.063Z] ---> Running in 7e26d5dd8e8f [2021-02-05T08:28:29.063Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-05T08:28:29.063Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-05T08:28:29.063Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-05T08:28:29.063Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-05T08:28:29.063Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-05T08:28:29.829Z] Reading package lists... [2021-02-05T08:28:30.089Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-02-05T08:28:36.673Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-05T08:28:36.673Z] Reading package lists... [2021-02-05T08:28:36.673Z] Building dependency tree... [2021-02-05T08:28:36.673Z] Reading state information... [2021-02-05T08:28:36.673Z] Suggested packages: [2021-02-05T08:28:36.673Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-05T08:28:36.673Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-05T08:28:36.673Z] Recommended packages: [2021-02-05T08:28:36.673Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-05T08:28:36.673Z] The following NEW packages will be installed: [2021-02-05T08:28:36.673Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-05T08:28:36.673Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-05T08:28:36.673Z] pkg-config zip [2021-02-05T08:28:36.673Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-05T08:28:36.673Z] Need to get 7655 kB of archives. [2021-02-05T08:28:36.673Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-05T08:28:36.673Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-05T08:28:36.673Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-05T08:28:36.673Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-05T08:28:36.673Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-05T08:28:36.673Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-05T08:28:36.673Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-05T08:28:36.673Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-05T08:28:36.673Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-05T08:28:36.934Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-05T08:28:36.934Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-05T08:28:36.934Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-05T08:28:37.195Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-05T08:28:37.195Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-05T08:28:37.195Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-05T08:28:37.195Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-05T08:28:37.195Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T08:28:37.195Z] Fetched 7655 kB in 1s (10.4 MB/s) [2021-02-05T08:28:37.455Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-05T08:28:37.455Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-05T08:28:37.455Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-05T08:28:37.455Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-05T08:28:37.718Z] Selecting previously unselected package libpsl5:amd64. [2021-02-05T08:28:37.718Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-05T08:28:37.718Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-05T08:28:37.718Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-05T08:28:37.718Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-05T08:28:37.718Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-05T08:28:37.718Z] Selecting previously unselected package librtmp1:amd64. [2021-02-05T08:28:37.718Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-05T08:28:37.718Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-05T08:28:37.979Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-05T08:28:37.979Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-05T08:28:37.979Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-05T08:28:37.979Z] Selecting previously unselected package liberror-perl. [2021-02-05T08:28:37.979Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-05T08:28:37.979Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-05T08:28:37.979Z] Selecting previously unselected package git-man. [2021-02-05T08:28:37.979Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-05T08:28:37.979Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-05T08:28:38.239Z] Selecting previously unselected package git. [2021-02-05T08:28:38.239Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-05T08:28:38.239Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-05T08:28:39.181Z] Selecting previously unselected package libnorm1:amd64. [2021-02-05T08:28:39.181Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-05T08:28:39.181Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-05T08:28:39.181Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-05T08:28:39.181Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-05T08:28:39.181Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-05T08:28:39.181Z] Selecting previously unselected package libsodium23:amd64. [2021-02-05T08:28:39.181Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-05T08:28:39.181Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-05T08:28:39.444Z] Selecting previously unselected package libzmq5:amd64. [2021-02-05T08:28:39.444Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-05T08:28:39.444Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-05T08:28:39.444Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-05T08:28:39.444Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-05T08:28:39.444Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-05T08:28:39.706Z] Selecting previously unselected package pkg-config. [2021-02-05T08:28:39.706Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-05T08:28:39.706Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-05T08:28:39.706Z] Selecting previously unselected package zip. [2021-02-05T08:28:39.706Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-05T08:28:39.706Z] Unpacking zip (3.0-11build1) ... [2021-02-05T08:28:39.967Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-05T08:28:39.967Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-05T08:28:39.967Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-05T08:28:39.967Z] Setting up liberror-perl (0.17025-1) ... [2021-02-05T08:28:39.967Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-05T08:28:39.967Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-05T08:28:39.967Z] No schema files found: doing nothing. [2021-02-05T08:28:39.967Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-05T08:28:40.228Z] Setting up zip (3.0-11build1) ... [2021-02-05T08:28:40.228Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-05T08:28:40.228Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-05T08:28:40.228Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-05T08:28:40.228Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-05T08:28:40.228Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-05T08:28:40.228Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-05T08:28:40.488Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-05T08:28:40.488Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-05T08:28:47.086Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-05T08:28:47.086Z] git set to automatically installed. [2021-02-05T08:28:47.086Z] git-man set to automatically installed. [2021-02-05T08:28:47.086Z] libcurl3-gnutls set to automatically installed. [2021-02-05T08:28:47.086Z] liberror-perl set to automatically installed. [2021-02-05T08:28:47.086Z] libglib2.0-0 set to automatically installed. [2021-02-05T08:28:47.086Z] libnghttp2-14 set to automatically installed. [2021-02-05T08:28:47.086Z] libnorm1 set to automatically installed. [2021-02-05T08:28:47.086Z] libpgm-5.2-0 set to automatically installed. [2021-02-05T08:28:47.086Z] libpsl5 set to automatically installed. [2021-02-05T08:28:47.086Z] librtmp1 set to automatically installed. [2021-02-05T08:28:47.086Z] libsodium23 set to automatically installed. [2021-02-05T08:28:47.086Z] libzmq3-dev set to automatically installed. [2021-02-05T08:28:47.086Z] libzmq5 set to automatically installed. [2021-02-05T08:28:47.086Z] pkg-config set to automatically installed. [2021-02-05T08:28:47.086Z] zip set to automatically installed. [2021-02-05T08:28:49.002Z] snapd is not logged in, snap install commands will use sudo [2021-02-05T08:28:55.594Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-05T08:28:55.594Z] snap "core18" has no updates available [2021-02-05T08:28:56.537Z] Pulling config-common [2021-02-05T08:28:57.477Z] Pulling go-build-helper [2021-02-05T08:29:19.784Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-05T08:29:19.784Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-05T08:29:19.784Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-05T08:29:19.784Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-05T08:29:19.784Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-05T08:29:19.784Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-05T08:29:19.784Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-05T08:29:19.784Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-05T08:29:19.784Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-05T08:29:19.784Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-05T08:29:19.784Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-05T08:29:19.784Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-05T08:29:19.784Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-05T08:29:19.784Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-05T08:29:19.784Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-05T08:29:19.784Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-05T08:29:19.784Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-05T08:29:19.784Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-05T08:29:19.784Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-05T08:29:19.784Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-05T08:29:19.784Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-05T08:29:19.784Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-05T08:29:19.784Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-05T08:29:19.784Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-05T08:29:19.784Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-05T08:29:19.784Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-05T08:29:19.784Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-05T08:29:19.784Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-05T08:29:19.784Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-05T08:29:19.784Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-05T08:29:19.784Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-05T08:29:19.784Z] Fetched 279 kB in 0s (0 B/s) [2021-02-05T08:29:19.784Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-05T08:29:19.784Z] Fetched 122 kB in 0s (0 B/s) [2021-02-05T08:29:19.784Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-05T08:29:19.784Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-05T08:29:19.784Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-05T08:29:19.784Z] Fetched 8848 B in 0s (0 B/s) [2021-02-05T08:29:19.784Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-05T08:29:19.784Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-05T08:29:19.784Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-05T08:29:19.784Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-05T08:29:19.784Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-05T08:29:19.784Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-05T08:29:19.784Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-05T08:29:19.784Z] Fetched 214 kB in 0s (0 B/s) [2021-02-05T08:29:19.784Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-05T08:29:19.784Z] Fetched 155 kB in 0s (0 B/s) [2021-02-05T08:29:19.784Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-05T08:29:19.784Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-05T08:29:19.784Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-05T08:29:19.784Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-05T08:29:19.784Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-05T08:29:19.784Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-05T08:29:19.784Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-05T08:29:19.784Z] Fetched 499 kB in 0s (0 B/s) [2021-02-05T08:29:19.784Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-05T08:29:19.784Z] Fetched 111 kB in 0s (0 B/s) [2021-02-05T08:29:19.784Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-05T08:29:19.784Z] Fetched 240 kB in 0s (0 B/s) [2021-02-05T08:29:19.784Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-05T08:29:19.784Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-05T08:29:19.784Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-05T08:29:19.784Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-05T08:29:19.784Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-05T08:29:19.784Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-05T08:29:19.784Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-05T08:29:19.784Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-05T08:29:19.784Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-05T08:29:19.784Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-05T08:29:19.784Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-05T08:29:19.784Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-05T08:29:19.784Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-05T08:29:19.784Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-05T08:29:19.784Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-05T08:29:19.784Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-05T08:29:19.784Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-05T08:29:19.784Z] Fetched 8720 B in 0s (0 B/s) [2021-02-05T08:29:19.784Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-05T08:29:19.784Z] Fetched 137 kB in 0s (0 B/s) [2021-02-05T08:29:19.784Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-05T08:29:19.784Z] Fetched 119 kB in 0s (0 B/s) [2021-02-05T08:29:19.784Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-05T08:29:19.784Z] Fetched 109 kB in 0s (0 B/s) [2021-02-05T08:29:19.784Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-05T08:29:19.784Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-05T08:29:19.784Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-05T08:29:19.784Z] Fetched 645 kB in 0s (0 B/s) [2021-02-05T08:29:19.784Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-05T08:29:19.784Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-05T08:29:19.784Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-05T08:29:19.784Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-05T08:29:19.784Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-05T08:29:19.784Z] Fetched 368 kB in 0s (0 B/s) [2021-02-05T08:29:19.784Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-05T08:29:19.784Z] Fetched 187 kB in 0s (0 B/s) [2021-02-05T08:29:19.784Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-05T08:29:19.784Z] Fetched 175 kB in 0s (0 B/s) [2021-02-05T08:29:19.784Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-05T08:29:21.699Z] Fetched 206 kB in 0s (0 B/s) [2021-02-05T08:29:21.699Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-05T08:29:21.699Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-05T08:29:21.699Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-05T08:29:21.699Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-05T08:29:21.699Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-05T08:29:21.699Z] Fetched 159 kB in 0s (0 B/s) [2021-02-05T08:29:21.699Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-05T08:29:21.699Z] Fetched 107 kB in 0s (0 B/s) [2021-02-05T08:29:21.699Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-05T08:29:21.699Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-05T08:29:21.699Z] Pulling static-packages [2021-02-05T08:29:22.642Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-02-05T08:29:22.642Z] Skipping pull go-build-helper (already ran) [2021-02-05T08:29:22.642Z] Skipping pull static-packages (already ran) [2021-02-05T08:29:22.642Z] Building go-build-helper [2021-02-05T08:29:26.848Z] Building static-packages [2021-02-05T08:29:28.234Z] Staging go-build-helper [2021-02-05T08:29:29.175Z] Staging static-packages [2021-02-05T08:29:30.117Z] Pulling go115 [2021-02-05T08:29:30.688Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-05T08:29:30.688Z] Skipping pull go115 (already ran) [2021-02-05T08:29:30.688Z] Building go115 [2021-02-05T08:29:30.688Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T08:29:30.688Z] Dload Upload Total Spent Left Speed [2021-02-05T08:29:33.534Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 17 115M 17 19.7M 0 0 27.7M 0 0:00:04 --:--:-- 0:00:04 27.7M 48 115M 48 55.6M 0 0 32.5M 0 0:00:03 0:00:01 0:00:02 32.4M 94 115M 94 108M 0 0 40.1M 0 0:00:02 0:00:02 --:--:-- 40.1M 100 115M 100 115M 0 0 40.6M 0 0:00:02 0:00:02 --:--:-- 40.6M [2021-02-05T08:29:34.112Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-05T08:29:38.336Z] Staging go115 [2021-02-05T08:29:43.633Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-05T08:29:43.633Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-05T08:29:43.633Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-05T08:29:43.633Z] Fetched 0 B in 0s (0 B/s) [2021-02-05T08:29:43.633Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-05T08:29:43.633Z] Fetched 224 kB in 0s (0 B/s) [2021-02-05T08:29:43.633Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-05T08:29:43.633Z] Fetched 157 kB in 0s (0 B/s) [2021-02-05T08:29:43.633Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-05T08:29:43.633Z] Fetched 221 kB in 0s (0 B/s) [2021-02-05T08:29:43.633Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-05T08:29:43.633Z] Fetched 143 kB in 0s (0 B/s) [2021-02-05T08:29:43.633Z] Pulling edgex-go [2021-02-05T08:29:44.208Z] Pulling version [2021-02-05T08:29:45.153Z] Building config-common [2021-02-05T08:29:47.063Z] Skipping build go-build-helper (already ran) [2021-02-05T08:29:47.063Z] Skipping build static-packages (already ran) [2021-02-05T08:29:47.063Z] Skipping build go115 (already ran) [2021-02-05T08:29:47.324Z] Building edgex-go [2021-02-05T08:29:47.324Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-05T08:29:48.720Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-05T08:29:48.720Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-05T08:29:48.720Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-05T08:29:48.720Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.23 [2021-02-05T08:29:48.720Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-05T08:29:48.720Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-05T08:29:48.720Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-05T08:29:48.720Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-05T08:29:48.720Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-05T08:29:48.986Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-05T08:29:48.986Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-05T08:29:48.986Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-05T08:29:48.986Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-05T08:29:48.986Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-05T08:29:48.986Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-05T08:29:48.986Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-05T08:29:48.986Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-05T08:29:48.986Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-05T08:29:48.986Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-05T08:29:48.986Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-05T08:29:48.986Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-05T08:29:48.986Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-05T08:29:48.986Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-05T08:29:48.986Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-05T08:29:48.986Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-05T08:29:48.986Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-05T08:29:48.986Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-05T08:29:48.986Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-05T08:29:48.986Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-05T08:29:48.986Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-05T08:29:48.986Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-05T08:29:48.986Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-05T08:29:48.986Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-05T08:29:48.986Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-05T08:29:48.986Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-05T08:29:48.986Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-05T08:29:49.249Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-05T08:29:49.249Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-05T08:29:49.249Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-05T08:29:50.878Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-05T08:29:52.318Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-05T08:29:55.826Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-05T08:29:55.826Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-05T08:30:00.029Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-05T08:30:00.598Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-05T08:30:01.542Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-05T08:30:02.129Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-05T08:30:02.129Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-05T08:30:02.129Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-05T08:30:02.129Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-05T08:30:02.129Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-05T08:30:02.516Z] Removing intermediate container 09bcdaaa7449 [2021-02-05T08:30:02.516Z] ---> 66d1ec24b6eb [2021-02-05T08:30:02.516Z] [2021-02-05T08:30:02.516Z] Step 10/24 : FROM alpine:3.12 [2021-02-05T08:30:02.516Z] 3.12: Pulling from library/alpine [2021-02-05T08:30:02.796Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-05T08:30:02.796Z] Status: Downloaded newer image for alpine:3.12 [2021-02-05T08:30:02.796Z] ---> afeebe901d6b [2021-02-05T08:30:02.796Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-05T08:30:03.074Z] ---> Running in 2bf6873078ea [2021-02-05T08:30:03.546Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-05T08:30:03.546Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-05T08:30:03.807Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-05T08:30:04.748Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-05T08:30:05.087Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T08:30:05.087Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T08:30:05.690Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-05T08:30:05.691Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-05T08:30:06.071Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-05T08:30:06.071Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T08:30:06.071Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-05T08:30:06.071Z] (4/5) Installing curl (7.69.1-r3) [2021-02-05T08:30:06.071Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-05T08:30:06.071Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T08:30:06.071Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T08:30:06.415Z] OK: 7 MiB in 19 packages [2021-02-05T08:30:07.074Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-05T08:30:07.643Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-05T08:30:08.583Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-05T08:30:08.583Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-05T08:30:09.524Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-05T08:30:09.524Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-05T08:30:09.856Z] Removing intermediate container 2bf6873078ea [2021-02-05T08:30:09.856Z] ---> f3fc7ff76a13 [2021-02-05T08:30:09.856Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T08:30:09.856Z] ---> Running in ba49a947095a [2021-02-05T08:30:10.133Z] Removing intermediate container ba49a947095a [2021-02-05T08:30:10.133Z] ---> 2a51b0008624 [2021-02-05T08:30:10.133Z] Step 13/24 : WORKDIR / [2021-02-05T08:30:10.413Z] ---> Running in 63ddb5fda642 [2021-02-05T08:30:11.020Z] Removing intermediate container 63ddb5fda642 [2021-02-05T08:30:11.020Z] ---> 3e98a1561cec [2021-02-05T08:30:11.020Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-05T08:30:12.014Z] ---> fd61b9c97fd5 [2021-02-05T08:30:12.014Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-05T08:30:12.071Z] Building version [2021-02-05T08:30:13.494Z] ---> 6d46e0a7a02c [2021-02-05T08:30:13.494Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-05T08:30:13.985Z] Staging config-common [2021-02-05T08:30:14.928Z] Skipping stage go-build-helper (already ran) [2021-02-05T08:30:14.928Z] Skipping stage static-packages (already ran) [2021-02-05T08:30:14.928Z] Skipping stage go115 (already ran) [2021-02-05T08:30:14.928Z] Staging edgex-go [2021-02-05T08:30:15.507Z] ---> 327328869f93 [2021-02-05T08:30:15.507Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-05T08:30:15.870Z] Staging version [2021-02-05T08:30:16.811Z] Priming config-common [2021-02-05T08:30:17.753Z] Priming go-build-helper [2021-02-05T08:30:18.177Z] ---> daa86f382f25 [2021-02-05T08:30:18.177Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-05T08:30:18.695Z] Priming static-packages [2021-02-05T08:30:20.609Z] Priming go115 [2021-02-05T08:30:20.811Z] Removing intermediate container 21fb9e567b97 [2021-02-05T08:30:20.811Z] ---> f612096a78b5 [2021-02-05T08:30:20.811Z] [2021-02-05T08:30:20.811Z] Step 10/31 : FROM alpine:3.12 [2021-02-05T08:30:20.811Z] ---> afeebe901d6b [2021-02-05T08:30:20.811Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-05T08:30:21.088Z] ---> a18ec63c3274 [2021-02-05T08:30:21.088Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-05T08:30:21.088Z] Removing intermediate container 7e26d5dd8e8f [2021-02-05T08:30:21.088Z] ---> 5e25d3d23bc4 [2021-02-05T08:30:21.088Z] [2021-02-05T08:30:21.088Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T08:30:21.088Z] ---> afeebe901d6b [2021-02-05T08:30:21.088Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-05T08:30:21.088Z] ---> Running in d05ff6175920 [2021-02-05T08:30:21.366Z] Removing intermediate container 07effbd09b18 [2021-02-05T08:30:21.366Z] ---> 612f1c8a9db4 [2021-02-05T08:30:21.366Z] [2021-02-05T08:30:21.366Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T08:30:21.366Z] ---> afeebe901d6b [2021-02-05T08:30:21.366Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-05T08:30:21.366Z] ---> Running in a5ba689c1562 [2021-02-05T08:30:21.557Z] Priming edgex-go [2021-02-05T08:30:22.357Z] ---> Running in 4893fcbd4c05 [2021-02-05T08:30:22.633Z] Removing intermediate container d05ff6175920 [2021-02-05T08:30:22.633Z] ---> d3df8c945f6f [2021-02-05T08:30:22.633Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-05T08:30:22.633Z] ---> 1d30c99f81b7 [2021-02-05T08:30:22.633Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-05T08:30:22.925Z] ---> Running in f1ab9417482b [2021-02-05T08:30:22.947Z] Priming version [2021-02-05T08:30:23.212Z] ---> Running in 4ed8675dd2a8 [2021-02-05T08:30:23.516Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-02-05T08:30:24.199Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T08:30:24.473Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T08:30:24.473Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T08:30:24.750Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T08:30:25.446Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T08:30:25.446Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-05T08:30:25.446Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T08:30:25.446Z] OK: 5 MiB in 15 packages [2021-02-05T08:30:25.446Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-05T08:30:25.446Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T08:30:25.447Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-05T08:30:25.447Z] Executing busybox-1.31.1-r19.trigger [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [2021-02-05T08:30:25.859Z] Executing ca-certificates-20191127-r4.trigger [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-05T08:30:26.186Z] OK: 6 MiB in 16 packages [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-05T08:30:26.518Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-05T08:30:26.518Z] (2/2) Installing su-exec (0.2-r1) [2021-02-05T08:30:26.830Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T08:30:26.830Z] OK: 5 MiB in 16 packages [2021-02-05T08:30:27.864Z] Removing intermediate container a5ba689c1562 [2021-02-05T08:30:27.864Z] ---> 49e13700fd2a [2021-02-05T08:30:27.864Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T08:30:28.186Z] ---> Running in 60d17630b0d0 [2021-02-05T08:30:28.186Z] Removing intermediate container 4ed8675dd2a8 [2021-02-05T08:30:28.186Z] ---> df1fa5dcde9a [2021-02-05T08:30:28.186Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-05T08:30:28.826Z] ---> Running in 26a964b91272 [2021-02-05T08:30:28.826Z] Removing intermediate container f1ab9417482b [2021-02-05T08:30:28.826Z] ---> ad8672c1068d [2021-02-05T08:30:28.826Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-05T08:30:29.099Z] Removing intermediate container 4893fcbd4c05 [2021-02-05T08:30:29.099Z] ---> 0da42f1bf9e1 [2021-02-05T08:30:29.099Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T08:30:29.099Z] Removing intermediate container 60d17630b0d0 [2021-02-05T08:30:29.099Z] ---> 1a9c912b2ef5 [2021-02-05T08:30:29.099Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-05T08:30:29.099Z] ---> Running in 61570da3d20e [2021-02-05T08:30:29.372Z] ---> Running in e91904e73026 [2021-02-05T08:30:29.372Z] ---> Running in 3bf0e8161355 [2021-02-05T08:30:29.654Z] Removing intermediate container 26a964b91272 [2021-02-05T08:30:29.654Z] ---> c5ae48807609 [2021-02-05T08:30:29.654Z] Step 22/24 : LABEL arch=arm64 [2021-02-05T08:30:29.934Z] Removing intermediate container 61570da3d20e [2021-02-05T08:30:29.934Z] ---> 4b2e41d36f4b [2021-02-05T08:30:29.934Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-05T08:30:29.934Z] ---> Running in 4c48789365a4 [2021-02-05T08:30:30.212Z] ---> Running in c44bc2e7eb8c [2021-02-05T08:30:30.212Z] Removing intermediate container 3bf0e8161355 [2021-02-05T08:30:30.212Z] ---> 5e7c57c95c83 [2021-02-05T08:30:30.212Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T08:30:30.212Z] Removing intermediate container e91904e73026 [2021-02-05T08:30:30.212Z] ---> 47db246726ab [2021-02-05T08:30:30.212Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-05T08:30:30.488Z] ---> Running in 44ff4d8b6d48 [2021-02-05T08:30:30.488Z] ---> Running in a968a74689ea [2021-02-05T08:30:30.763Z] Removing intermediate container 4c48789365a4 [2021-02-05T08:30:30.763Z] ---> e0388917f2a8 [2021-02-05T08:30:30.763Z] Step 23/24 : LABEL git_sha=e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe [2021-02-05T08:30:30.763Z] Removing intermediate container c44bc2e7eb8c [2021-02-05T08:30:30.763Z] ---> ecaa96932c7a [2021-02-05T08:30:30.763Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-05T08:30:31.035Z] ---> Running in 553a2490bcb0 [2021-02-05T08:30:31.035Z] ---> Running in 2422dcfdfd91 [2021-02-05T08:30:31.309Z] Removing intermediate container a968a74689ea [2021-02-05T08:30:31.309Z] ---> c8891ed04f7f [2021-02-05T08:30:31.309Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T08:30:31.309Z] Removing intermediate container 44ff4d8b6d48 [2021-02-05T08:30:31.309Z] ---> 87405916965d [2021-02-05T08:30:31.309Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T08:30:31.918Z] ---> Running in fa5cccb712ae [2021-02-05T08:30:31.919Z] Removing intermediate container 553a2490bcb0 [2021-02-05T08:30:31.919Z] ---> 83fd1b6fe5ce [2021-02-05T08:30:31.919Z] Step 24/24 : LABEL version=0.0.0 [2021-02-05T08:30:32.203Z] ---> Running in 0dd9206a5d03 [2021-02-05T08:30:32.484Z] ---> 776d7a6e32df [2021-02-05T08:30:32.484Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-05T08:30:32.484Z] Removing intermediate container fa5cccb712ae [2021-02-05T08:30:32.484Z] ---> 5a02af8f1f44 [2021-02-05T08:30:32.484Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T08:30:33.092Z] Removing intermediate container 0dd9206a5d03 [2021-02-05T08:30:33.092Z] ---> 8197ae0ba49b [2021-02-05T08:30:33.092Z] [2021-02-05T08:30:34.081Z] Successfully built 8197ae0ba49b [2021-02-05T08:30:34.081Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-05T08:30:34.081Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-02-05T08:30:34.355Z] ---> 4fa089c7a1d1 [2021-02-05T08:30:34.355Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-05T08:30:34.630Z] Removing intermediate container 16ab63998766 [2021-02-05T08:30:34.630Z] ---> 256561268f31 [2021-02-05T08:30:34.630Z] [2021-02-05T08:30:34.630Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T08:30:34.630Z] ---> afeebe901d6b [2021-02-05T08:30:34.630Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-05T08:30:34.630Z] ---> 01c7ad8e7519 [2021-02-05T08:30:34.630Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-05T08:30:34.909Z] ---> Running in 0d66856c2539 [2021-02-05T08:30:34.909Z] Removing intermediate container 2422dcfdfd91 [2021-02-05T08:30:34.909Z] ---> 6288a2fec649 [2021-02-05T08:30:34.909Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-05T08:30:35.183Z] ---> Running in 771ce7630c40 [2021-02-05T08:30:36.168Z] Removing intermediate container 0d66856c2539 [2021-02-05T08:30:36.168Z] ---> d48097a16bb6 [2021-02-05T08:30:36.168Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-05T08:30:36.772Z] ---> 7aab5f3d270a [2021-02-05T08:30:36.772Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-05T08:30:37.374Z] ---> Running in 36f4a37d4c60 [2021-02-05T08:30:37.374Z] Removing intermediate container 771ce7630c40 [2021-02-05T08:30:37.374Z] ---> e9b3828b7e74 [2021-02-05T08:30:37.374Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-05T08:30:37.658Z] ---> 364d33a9ed4e [2021-02-05T08:30:37.658Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-05T08:30:37.658Z] ---> Running in 9bc8112be113 [2021-02-05T08:30:37.953Z] Removing intermediate container 36f4a37d4c60 [2021-02-05T08:30:37.953Z] ---> f2c8536b1b4b [2021-02-05T08:30:37.953Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-05T08:30:38.938Z] ---> Running in b0faddaf5d17 [2021-02-05T08:30:39.212Z] Removing intermediate container 9bc8112be113 [2021-02-05T08:30:39.212Z] ---> 701387426b11 [2021-02-05T08:30:39.212Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T08:30:39.815Z] ---> 66acd23295f5 [2021-02-05T08:30:39.815Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-05T08:30:39.815Z] ---> 207c37244fa3 [2021-02-05T08:30:39.815Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-05T08:30:40.087Z] ---> Running in 25fc1d12607d [2021-02-05T08:30:40.087Z] Removing intermediate container b0faddaf5d17 [2021-02-05T08:30:40.087Z] ---> bd54485df87a [2021-02-05T08:30:40.087Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T08:30:40.087Z] ---> Running in a5bc1f9ab282 [2021-02-05T08:30:40.087Z] ---> Running in 40f47610cd58 [2021-02-05T08:30:40.365Z] ---> Running in 26f3bf8af792 [2021-02-05T08:30:40.972Z] Removing intermediate container 25fc1d12607d [2021-02-05T08:30:40.972Z] ---> 99ac190c4de1 [2021-02-05T08:30:40.972Z] Step 20/22 : LABEL arch=arm64 [2021-02-05T08:30:40.972Z] Removing intermediate container 40f47610cd58 [2021-02-05T08:30:40.972Z] ---> c4423fb3ddc1 [2021-02-05T08:30:40.972Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T08:30:41.249Z] ---> Running in 211296e1273c [2021-02-05T08:30:41.530Z] ---> Running in 6baf0e2d0739 [2021-02-05T08:30:41.810Z] Removing intermediate container 211296e1273c [2021-02-05T08:30:41.810Z] ---> 6096e1d120c8 [2021-02-05T08:30:41.810Z] Step 21/22 : LABEL git_sha=e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe [2021-02-05T08:30:42.091Z] Removing intermediate container 6baf0e2d0739 [2021-02-05T08:30:42.091Z] ---> 72578599ef76 [2021-02-05T08:30:42.091Z] Step 20/22 : LABEL arch=arm64 [2021-02-05T08:30:42.368Z] ---> Running in 832854eec433 [2021-02-05T08:30:42.648Z] ---> Running in 446ef64ee8c6 [2021-02-05T08:30:43.635Z] Removing intermediate container 832854eec433 [2021-02-05T08:30:43.635Z] ---> e71a6c401ec4 [2021-02-05T08:30:43.635Z] Step 22/22 : LABEL version=0.0.0 [2021-02-05T08:30:43.934Z] ---> Running in 9cfd46981a44 [2021-02-05T08:30:43.934Z] Removing intermediate container 446ef64ee8c6 [2021-02-05T08:30:43.934Z] ---> 5543a6e0b53b [2021-02-05T08:30:43.934Z] Step 21/22 : LABEL git_sha=e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe [2021-02-05T08:30:44.214Z] Removing intermediate container 26f3bf8af792 [2021-02-05T08:30:44.214Z] ---> 971ef4dc4157 [2021-02-05T08:30:44.214Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-05T08:30:44.492Z] ---> Running in 505e53181363 [2021-02-05T08:30:44.492Z] Removing intermediate container a5bc1f9ab282 [2021-02-05T08:30:44.492Z] ---> 92dce4402b65 [2021-02-05T08:30:44.492Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T08:30:44.771Z] ---> Running in 826f18d9db9d [2021-02-05T08:30:44.771Z] Removing intermediate container 9cfd46981a44 [2021-02-05T08:30:44.771Z] ---> 0090a7ba229c [2021-02-05T08:30:44.771Z] [2021-02-05T08:30:45.383Z] Removing intermediate container 505e53181363 [2021-02-05T08:30:45.383Z] ---> 01f2dcafa8b5 [2021-02-05T08:30:45.383Z] Step 22/22 : LABEL version=0.0.0 [2021-02-05T08:30:45.661Z] Successfully built 0090a7ba229c [2021-02-05T08:30:45.661Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-05T08:30:45.661Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-02-05T08:30:45.934Z] ---> Running in a3b60a6e1a55 [2021-02-05T08:30:45.934Z] ---> 2a13470606c6 [2021-02-05T08:30:45.934Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-05T08:30:46.533Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T08:30:46.533Z] Removing intermediate container a3b60a6e1a55 [2021-02-05T08:30:46.533Z] ---> 540ec17a0ade [2021-02-05T08:30:46.533Z] [2021-02-05T08:30:47.130Z] Successfully built 540ec17a0ade [2021-02-05T08:30:47.130Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-05T08:30:47.131Z] Building docker-sys-mgmt-agent-go [2021-02-05T08:30:47.405Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T08:30:47.684Z] ---> d7930989433c [2021-02-05T08:30:47.684Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-05T08:30:48.304Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-05T08:30:48.304Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-05T08:30:48.304Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-05T08:30:48.575Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-05T08:30:48.575Z] ---> 205e23316a09 [2021-02-05T08:30:48.575Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-05T08:30:48.853Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-05T08:30:48.853Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-05T08:30:49.129Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T08:30:49.129Z] OK: 8 MiB in 20 packages [2021-02-05T08:30:50.571Z] ---> 8f0a51b8a890 [2021-02-05T08:30:50.571Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-05T08:30:51.186Z] Removing intermediate container 826f18d9db9d [2021-02-05T08:30:51.186Z] ---> b6306d363267 [2021-02-05T08:30:51.186Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T08:30:51.791Z] ---> 1e435c60ab28 [2021-02-05T08:30:51.791Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-05T08:30:52.387Z] ---> Running in 47626d2e44ab [2021-02-05T08:30:52.665Z] ---> a6cc7a52bc70 [2021-02-05T08:30:52.665Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-05T08:30:52.949Z] Removing intermediate container 47626d2e44ab [2021-02-05T08:30:52.949Z] ---> 927f6bccd3d3 [2021-02-05T08:30:52.949Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-05T08:30:54.922Z] ---> ad8e10fd8cea [2021-02-05T08:30:54.922Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-05T08:30:54.922Z] ---> 71901de1f561 [2021-02-05T08:30:54.922Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-05T08:30:55.195Z] ---> Running in 1f9eb5ad510d [2021-02-05T08:30:56.190Z] ---> d1e8c0df9c6e [2021-02-05T08:30:56.190Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-05T08:30:56.465Z] ---> Running in 19f278b30121 [2021-02-05T08:30:57.063Z] Removing intermediate container 19f278b30121 [2021-02-05T08:30:57.063Z] ---> 8dcf2a9d2001 [2021-02-05T08:30:57.063Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T08:30:57.665Z] ---> Running in 06155854add3 [2021-02-05T08:30:58.650Z] Removing intermediate container 06155854add3 [2021-02-05T08:30:58.650Z] ---> bfd79ffe11b6 [2021-02-05T08:30:58.650Z] Step 21/23 : LABEL arch=arm64 [2021-02-05T08:30:58.650Z] Removing intermediate container 1f9eb5ad510d [2021-02-05T08:30:58.650Z] ---> da9a049dfa71 [2021-02-05T08:30:58.650Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-05T08:30:58.927Z] ---> Running in f8bb0e34f241 [2021-02-05T08:30:58.927Z] ---> Running in d1afda5c2a2c [2021-02-05T08:30:59.911Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T08:30:59.911Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T08:30:59.911Z] ---> 69b17a773e49 [2021-02-05T08:30:59.911Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T08:30:59.911Z] ---> Using cache [2021-02-05T08:30:59.911Z] ---> 52a1dd86fd02 [2021-02-05T08:30:59.911Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T08:30:59.911Z] ---> Using cache [2021-02-05T08:30:59.911Z] ---> 7f57b85d3739 [2021-02-05T08:30:59.911Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T08:31:00.522Z] Removing intermediate container f8bb0e34f241 [2021-02-05T08:31:00.522Z] ---> 03079b3d5d26 [2021-02-05T08:31:00.522Z] Step 22/23 : LABEL git_sha=e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe [2021-02-05T08:31:00.522Z] Removing intermediate container d1afda5c2a2c [2021-02-05T08:31:00.522Z] ---> 2ad1e288712c [2021-02-05T08:31:00.522Z] Step 28/31 : CMD ["gate"] [2021-02-05T08:31:00.825Z] ---> Running in 3f5814e718c2 [2021-02-05T08:31:00.825Z] ---> Running in 7a63c1e361ab [2021-02-05T08:31:01.426Z] ---> Running in 8fbeb06bbbec [2021-02-05T08:31:01.706Z] Removing intermediate container 7a63c1e361ab [2021-02-05T08:31:01.706Z] ---> a944d179984c [2021-02-05T08:31:01.706Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T08:31:01.706Z] ---> Running in 015a3b23daa5 [2021-02-05T08:31:01.992Z] Removing intermediate container 8fbeb06bbbec [2021-02-05T08:31:01.992Z] ---> c0d025e94f7d [2021-02-05T08:31:01.992Z] Step 29/31 : LABEL arch=arm64 [2021-02-05T08:31:02.265Z] ---> Running in bcb7b5e67049 [2021-02-05T08:31:02.538Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T08:31:02.816Z] Removing intermediate container 015a3b23daa5 [2021-02-05T08:31:02.816Z] ---> 03ee04183034 [2021-02-05T08:31:02.816Z] [2021-02-05T08:31:03.094Z] Successfully built 03ee04183034 [2021-02-05T08:31:03.094Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-05T08:31:03.094Z] Building docker-core-command-go [2021-02-05T08:31:03.094Z]  Building docker-core-data-go ... done Removing intermediate container bcb7b5e67049 [2021-02-05T08:31:03.094Z] ---> 003ee3bbb06e [2021-02-05T08:31:03.094Z] Step 30/31 : LABEL git_sha=e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe [2021-02-05T08:31:03.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T08:31:03.652Z] ---> Running in 15aac6abd477 [2021-02-05T08:31:04.248Z] Removing intermediate container 15aac6abd477 [2021-02-05T08:31:04.248Z] ---> 18b289ff5977 [2021-02-05T08:31:04.248Z] Step 31/31 : LABEL version=0.0.0OK: 217 MiB in 51 packages [2021-02-05T08:31:04.248Z] [2021-02-05T08:31:04.534Z] ---> Running in b16eb30b94d7 [2021-02-05T08:31:05.525Z] Removing intermediate container b16eb30b94d7 [2021-02-05T08:31:05.525Z] ---> 2b20f5e03649 [2021-02-05T08:31:05.525Z] [2021-02-05T08:31:05.803Z] Successfully built 2b20f5e03649 [2021-02-05T08:31:05.803Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-05T08:31:06.083Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 3f5814e718c2 [2021-02-05T08:31:06.083Z] ---> e5a514d6f99a [2021-02-05T08:31:06.083Z] Step 6/23 : COPY go.mod . [2021-02-05T08:31:07.102Z] ---> 0247ccfc0f27 [2021-02-05T08:31:07.102Z] Step 7/23 : RUN go mod download [2021-02-05T08:31:07.379Z] ---> Running in 682648e5ac07 [2021-02-05T08:31:11.699Z] Removing intermediate container 682648e5ac07 [2021-02-05T08:31:11.699Z] ---> 320a1ca83fa6 [2021-02-05T08:31:11.699Z] Step 8/23 : COPY . . [2021-02-05T08:31:26.813Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T08:31:26.813Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-05T08:31:26.813Z] ---> 69b17a773e49 [2021-02-05T08:31:26.813Z] Step 3/21 : WORKDIR /edgex-go [2021-02-05T08:31:26.813Z] ---> Using cache [2021-02-05T08:31:26.813Z] ---> 52a1dd86fd02 [2021-02-05T08:31:26.813Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T08:31:26.813Z] ---> Using cache [2021-02-05T08:31:26.813Z] ---> 7f57b85d3739 [2021-02-05T08:31:26.813Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-05T08:31:26.813Z] ---> Using cache [2021-02-05T08:31:26.813Z] ---> e5a514d6f99a [2021-02-05T08:31:26.813Z] Step 6/21 : COPY go.mod . [2021-02-05T08:31:26.813Z] ---> Using cache [2021-02-05T08:31:26.813Z] ---> 0247ccfc0f27 [2021-02-05T08:31:26.813Z] Step 7/21 : RUN go mod download [2021-02-05T08:31:26.813Z] ---> Using cache [2021-02-05T08:31:26.813Z] ---> 320a1ca83fa6 [2021-02-05T08:31:26.813Z] Step 8/21 : COPY . . [2021-02-05T08:31:26.813Z] ---> Using cache [2021-02-05T08:31:26.813Z] ---> 4397993879ae [2021-02-05T08:31:26.813Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-05T08:31:26.813Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T08:31:26.813Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-05T08:31:26.813Z] ---> 69b17a773e49 [2021-02-05T08:31:26.813Z] Step 3/26 : WORKDIR /edgex-go [2021-02-05T08:31:26.813Z] ---> Using cache [2021-02-05T08:31:26.813Z] ---> 52a1dd86fd02 [2021-02-05T08:31:26.813Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T08:31:26.813Z] ---> Using cache [2021-02-05T08:31:26.813Z] ---> 7f57b85d3739 [2021-02-05T08:31:26.813Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-05T08:31:30.234Z] ---> Running in 869e77507085 [2021-02-05T08:31:30.234Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T08:31:30.234Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T08:31:30.234Z] ---> 69b17a773e49 [2021-02-05T08:31:30.234Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T08:31:30.234Z] ---> Using cache [2021-02-05T08:31:30.234Z] ---> 52a1dd86fd02 [2021-02-05T08:31:30.234Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T08:31:30.234Z] ---> Using cache [2021-02-05T08:31:30.234Z] ---> 7f57b85d3739 [2021-02-05T08:31:30.234Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T08:31:30.234Z] ---> Using cache [2021-02-05T08:31:30.234Z] ---> e5a514d6f99a [2021-02-05T08:31:30.234Z] Step 6/23 : COPY go.mod . [2021-02-05T08:31:30.234Z] ---> Using cache [2021-02-05T08:31:30.234Z] ---> 0247ccfc0f27 [2021-02-05T08:31:30.234Z] Step 7/23 : RUN go mod download [2021-02-05T08:31:30.234Z] ---> Using cache [2021-02-05T08:31:30.234Z] ---> 320a1ca83fa6 [2021-02-05T08:31:30.234Z] Step 8/23 : COPY . . [2021-02-05T08:31:30.234Z] ---> Running in 6674aba7ddf4 [2021-02-05T08:31:30.234Z] ---> Using cache [2021-02-05T08:31:30.234Z] ---> 4397993879ae [2021-02-05T08:31:30.234Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-05T08:31:30.234Z] ---> 4397993879ae [2021-02-05T08:31:30.234Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-05T08:31:30.514Z] ---> Running in 4e6883333320 [2021-02-05T08:31:30.514Z] ---> Running in 907f74031028 [2021-02-05T08:31:31.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T08:31:31.963Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-05T08:31:31.963Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-05T08:31:32.240Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-05T08:31:32.512Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T08:31:33.496Z] OK: 217 MiB in 51 packages [2021-02-05T08:31:34.933Z] Removing intermediate container 869e77507085 [2021-02-05T08:31:34.933Z] ---> e7407a7dd326 [2021-02-05T08:31:34.933Z] Step 6/26 : COPY go.mod . [2021-02-05T08:31:36.447Z] ---> 20c1e2b33947 [2021-02-05T08:31:36.447Z] Step 7/26 : RUN go mod download [2021-02-05T08:31:36.447Z] ---> Running in e0c76227feab [2021-02-05T08:31:40.854Z] Removing intermediate container e0c76227feab [2021-02-05T08:31:40.854Z] ---> b98853c52b8e [2021-02-05T08:31:40.854Z] Step 8/26 : COPY . . [2021-02-05T08:32:03.065Z] ---> c5461c2dc2b1 [2021-02-05T08:32:03.065Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-05T08:32:03.065Z] ---> Running in 4b9aceebc779 [2021-02-05T08:32:03.065Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-05T08:32:35.426Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-05T08:32:53.752Z] Removing intermediate container 6674aba7ddf4 [2021-02-05T08:32:53.752Z] ---> 4ede68cdc29b [2021-02-05T08:32:53.752Z] [2021-02-05T08:32:53.752Z] Step 10/21 : FROM alpine:3.12 [2021-02-05T08:32:53.752Z] ---> afeebe901d6b [2021-02-05T08:32:53.752Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-05T08:32:53.752Z] ---> Running in 062b990efcea [2021-02-05T08:32:53.752Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T08:32:53.752Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T08:32:54.025Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-05T08:32:54.301Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T08:32:54.301Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-05T08:32:54.301Z] (4/4) Installing curl (7.69.1-r3) [2021-02-05T08:32:54.301Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T08:32:54.301Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T08:32:54.579Z] OK: 7 MiB in 18 packages [2021-02-05T08:32:57.988Z] Removing intermediate container 062b990efcea [2021-02-05T08:32:57.988Z] ---> 654f8aa0eb8c [2021-02-05T08:32:57.988Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T08:32:58.262Z] ---> Running in b4aa148f1aaa [2021-02-05T08:32:58.870Z] Removing intermediate container b4aa148f1aaa [2021-02-05T08:32:58.870Z] ---> ba7ccdfe7479 [2021-02-05T08:32:58.870Z] Step 13/21 : WORKDIR /edgex [2021-02-05T08:32:58.870Z] Removing intermediate container 4e6883333320 [2021-02-05T08:32:58.870Z] ---> 84a195782478 [2021-02-05T08:32:58.870Z] [2021-02-05T08:32:58.870Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T08:32:58.870Z] ---> afeebe901d6b [2021-02-05T08:32:58.870Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T08:32:58.870Z] ---> Using cache [2021-02-05T08:32:58.870Z] ---> 49e13700fd2a [2021-02-05T08:32:58.870Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T08:32:58.870Z] ---> Using cache [2021-02-05T08:32:58.870Z] ---> 1a9c912b2ef5 [2021-02-05T08:32:58.870Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-05T08:32:59.165Z] ---> Running in 982828f117de [2021-02-05T08:32:59.165Z] ---> Running in ce452f69970c [2021-02-05T08:33:00.150Z] Removing intermediate container ce452f69970c [2021-02-05T08:33:00.151Z] ---> a514d488b380 [2021-02-05T08:33:00.151Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T08:33:00.151Z] Removing intermediate container 982828f117de [2021-02-05T08:33:00.151Z] ---> 9030830edca9 [2021-02-05T08:33:00.151Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-05T08:33:00.151Z] ---> Running in 4c6e62d456cf [2021-02-05T08:33:01.143Z] Removing intermediate container 4c6e62d456cf [2021-02-05T08:33:01.143Z] ---> b9187e714f89 [2021-02-05T08:33:01.143Z] Step 15/23 : WORKDIR / [2021-02-05T08:33:01.143Z] ---> Running in a88a925d49f6 [2021-02-05T08:33:01.143Z] ---> e5febee23f9b [2021-02-05T08:33:01.143Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-05T08:33:02.148Z] Removing intermediate container a88a925d49f6 [2021-02-05T08:33:02.148Z] ---> e9cc195601ea [2021-02-05T08:33:02.148Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T08:33:03.154Z] ---> 3afc9ecba677 [2021-02-05T08:33:03.154Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-05T08:33:03.769Z] ---> 978a4a8cbb00 [2021-02-05T08:33:03.769Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-05T08:33:04.764Z] ---> 93aee59cde9a [2021-02-05T08:33:04.764Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-05T08:33:05.371Z] ---> Running in f097fbce907b [2021-02-05T08:33:05.371Z] ---> daca1deab405 [2021-02-05T08:33:05.371Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-05T08:33:05.974Z] Removing intermediate container f097fbce907b [2021-02-05T08:33:05.974Z] ---> 6b0ac3732b18 [2021-02-05T08:33:05.974Z] Step 18/21 : CMD ["--init=true"] [2021-02-05T08:33:06.587Z] ---> Running in 697ac89173eb [2021-02-05T08:33:06.873Z] ---> d66c9d34f655 [2021-02-05T08:33:06.873Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-05T08:33:07.154Z] ---> Running in 162224cc9529 [2021-02-05T08:33:07.431Z] Removing intermediate container 697ac89173eb [2021-02-05T08:33:07.431Z] ---> dc96d40a2f06 [2021-02-05T08:33:07.431Z] Step 19/21 : LABEL arch=arm64 [2021-02-05T08:33:07.705Z] ---> Running in 3c7482bd332b [2021-02-05T08:33:07.977Z] Removing intermediate container 162224cc9529 [2021-02-05T08:33:07.977Z] ---> d98618b07ed1 [2021-02-05T08:33:07.977Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T08:33:08.585Z] ---> Running in aab3e3d91a18 [2021-02-05T08:33:08.585Z] Removing intermediate container 3c7482bd332b [2021-02-05T08:33:08.585Z] ---> 9584ea3c812b [2021-02-05T08:33:08.585Z] Step 20/21 : LABEL git_sha=e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe [2021-02-05T08:33:08.858Z] ---> Running in 40a618ca1a00 [2021-02-05T08:33:09.133Z] Removing intermediate container 907f74031028 [2021-02-05T08:33:09.133Z] ---> 579ec18193ce [2021-02-05T08:33:09.133Z] [2021-02-05T08:33:09.133Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T08:33:09.133Z] ---> afeebe901d6b [2021-02-05T08:33:09.133Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T08:33:09.133Z] ---> Using cache [2021-02-05T08:33:09.133Z] ---> 49e13700fd2a [2021-02-05T08:33:09.133Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T08:33:09.133Z] ---> Using cache [2021-02-05T08:33:09.133Z] ---> 1a9c912b2ef5 [2021-02-05T08:33:09.133Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-05T08:33:09.406Z] Removing intermediate container aab3e3d91a18 [2021-02-05T08:33:09.406Z] ---> ea22ad8e7d5c [2021-02-05T08:33:09.406Z] Step 21/23 : LABEL arch=arm64 [2021-02-05T08:33:09.684Z] ---> Running in 025fe14df2ae [2021-02-05T08:33:09.684Z] ---> Running in d6280f9d3a41 [2021-02-05T08:33:09.684Z] Removing intermediate container 40a618ca1a00 [2021-02-05T08:33:09.684Z] ---> 48c16c0ff505 [2021-02-05T08:33:09.684Z] Step 21/21 : LABEL version=0.0.0 [2021-02-05T08:33:09.968Z] Removing intermediate container 4b9aceebc779 [2021-02-05T08:33:09.968Z] ---> 1fd0df527dba [2021-02-05T08:33:09.968Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-05T08:33:09.968Z] ---> Running in 6c0cf547d799 [2021-02-05T08:33:10.245Z] ---> Running in 142b8b637cf1 [2021-02-05T08:33:10.245Z] Removing intermediate container 025fe14df2ae [2021-02-05T08:33:10.245Z] ---> c1310d918aac [2021-02-05T08:33:10.245Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T08:33:10.245Z] Removing intermediate container d6280f9d3a41 [2021-02-05T08:33:10.245Z] ---> 05bdfd82cf79 [2021-02-05T08:33:10.245Z] Step 22/23 : LABEL git_sha=e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe [2021-02-05T08:33:10.844Z] ---> Running in 1e28a8886273 [2021-02-05T08:33:10.844Z] ---> Running in 66b6990e8a75 [2021-02-05T08:33:10.844Z] Removing intermediate container 6c0cf547d799 [2021-02-05T08:33:10.844Z] ---> 655bbc1f8cf8 [2021-02-05T08:33:10.844Z] [2021-02-05T08:33:11.448Z] Successfully built 655bbc1f8cf8 [2021-02-05T08:33:11.448Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-05T08:33:11.448Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 1e28a8886273 [2021-02-05T08:33:11.448Z] ---> 14c3216ed18d [2021-02-05T08:33:11.448Z] Removing intermediate container 66b6990e8a75 [2021-02-05T08:33:11.448Z] ---> 35f0f22439b0 [2021-02-05T08:33:11.448Z] Step 15/23 : WORKDIR / [2021-02-05T08:33:11.448Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T08:33:11.722Z] ---> Running in d0dc3f235ffd [2021-02-05T08:33:11.722Z] ---> Running in 6bc60aebd09f [2021-02-05T08:33:11.997Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-05T08:33:12.272Z] Removing intermediate container d0dc3f235ffd [2021-02-05T08:33:12.272Z] ---> 474d4a260596 [2021-02-05T08:33:12.272Z] [2021-02-05T08:33:12.272Z] Removing intermediate container 6bc60aebd09f [2021-02-05T08:33:12.272Z] ---> c233fa7a7287 [2021-02-05T08:33:12.272Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T08:33:12.871Z] Successfully built 474d4a260596 [2021-02-05T08:33:12.871Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-05T08:33:13.472Z]  Building docker-core-command-go ... done  ---> dc1a4111c3fd [2021-02-05T08:33:13.472Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-05T08:33:14.454Z] ---> 208f10444bae [2021-02-05T08:33:14.454Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-05T08:33:15.054Z] Removing intermediate container 142b8b637cf1 [2021-02-05T08:33:15.054Z] ---> f6082f39f238 [2021-02-05T08:33:15.054Z] [2021-02-05T08:33:15.054Z] Step 11/26 : FROM docker:20.10.0 [2021-02-05T08:33:15.054Z] 20.10.0: Pulling from library/docker [2021-02-05T08:33:15.326Z] ---> 14a35dcba7fb [2021-02-05T08:33:15.326Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-05T08:33:15.326Z] ---> Running in 6be8099d0dc9 [2021-02-05T08:33:16.301Z] Removing intermediate container 6be8099d0dc9 [2021-02-05T08:33:16.301Z] ---> c12180f98179 [2021-02-05T08:33:16.301Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T08:33:16.575Z] ---> Running in bee94088a24d [2021-02-05T08:33:17.197Z] Removing intermediate container bee94088a24d [2021-02-05T08:33:17.197Z] ---> 747eb824c5d9 [2021-02-05T08:33:17.197Z] Step 21/23 : LABEL arch=arm64 [2021-02-05T08:33:17.793Z] ---> Running in ac70a92de129 [2021-02-05T08:33:18.388Z] Removing intermediate container ac70a92de129 [2021-02-05T08:33:18.388Z] ---> 03e44e52a6ab [2021-02-05T08:33:18.388Z] Step 22/23 : LABEL git_sha=e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe [2021-02-05T08:33:18.984Z] ---> Running in b9bb38b624c1 [2021-02-05T08:33:19.965Z] Removing intermediate container b9bb38b624c1 [2021-02-05T08:33:19.965Z] ---> 65fe0ae59a5d [2021-02-05T08:33:19.965Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T08:33:20.563Z] ---> Running in 65727bf4098d [2021-02-05T08:33:21.168Z] Removing intermediate container 65727bf4098d [2021-02-05T08:33:21.168Z] ---> 9b902291f473 [2021-02-05T08:33:21.168Z] [2021-02-05T08:33:21.777Z] Successfully built 9b902291f473 [2021-02-05T08:33:21.777Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-05T08:33:23.754Z]  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-05T08:33:23.754Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-05T08:33:23.754Z] ---> eeaf43b92773 [2021-02-05T08:33:23.754Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-05T08:33:24.026Z] ---> Running in c37acab01b42 [2021-02-05T08:33:25.459Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T08:33:25.459Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T08:33:26.049Z] (1/2) Installing readline (8.0.4-r0) [2021-02-05T08:33:26.049Z] (2/2) Installing bash (5.0.17-r0) [2021-02-05T08:33:26.049Z] Executing bash-5.0.17-r0.post-install [2021-02-05T08:33:26.049Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T08:33:26.049Z] OK: 12 MiB in 22 packages [2021-02-05T08:33:27.481Z] Removing intermediate container c37acab01b42 [2021-02-05T08:33:27.481Z] ---> 20c474bdf4d4 [2021-02-05T08:33:27.481Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-05T08:33:27.481Z] ---> Running in 63f503068a8c [2021-02-05T08:33:27.752Z] Removing intermediate container 63f503068a8c [2021-02-05T08:33:27.752Z] ---> a9e55093a49b [2021-02-05T08:33:27.752Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-05T08:33:28.026Z] ---> Running in 944a335efb7d [2021-02-05T08:33:28.620Z] Removing intermediate container 944a335efb7d [2021-02-05T08:33:28.620Z] ---> 2bc9216fad76 [2021-02-05T08:33:28.620Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-05T08:33:28.620Z] ---> Running in 527d6b800797 [2021-02-05T08:33:29.212Z] Removing intermediate container 527d6b800797 [2021-02-05T08:33:29.212Z] ---> 94c163c58b38 [2021-02-05T08:33:29.212Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-05T08:33:30.186Z] ---> 6213c7169ec3 [2021-02-05T08:33:30.186Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-05T08:33:31.160Z] ---> 1a17ea6ce1d1 [2021-02-05T08:33:31.160Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-05T08:33:32.134Z] ---> a663c200803a [2021-02-05T08:33:32.134Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-05T08:33:32.134Z] ---> Running in c5407181495b [2021-02-05T08:33:33.128Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T08:33:33.402Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T08:33:34.045Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-05T08:33:34.045Z] (2/33) Installing expat (2.2.9-r1) [2021-02-05T08:33:34.045Z] (3/33) Installing libffi (3.3-r2) [2021-02-05T08:33:34.045Z] (4/33) Installing gdbm (1.13-r1) [2021-02-05T08:33:34.045Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-05T08:33:34.045Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-05T08:33:34.045Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-05T08:33:36.032Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-05T08:33:36.032Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-05T08:33:36.032Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-05T08:33:36.032Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-05T08:33:36.032Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-05T08:33:36.032Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-05T08:33:36.032Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-05T08:33:36.032Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-05T08:33:36.032Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-05T08:33:36.032Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-05T08:33:36.032Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-05T08:33:36.032Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-05T08:33:36.032Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-05T08:33:36.032Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-05T08:33:36.032Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-05T08:33:36.032Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-05T08:33:36.032Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-05T08:33:36.304Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-05T08:33:36.304Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-05T08:33:36.304Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-05T08:33:36.304Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-05T08:33:36.304Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-05T08:33:36.304Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-05T08:33:36.304Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-05T08:33:36.304Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-05T08:33:36.304Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-05T08:33:36.575Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T08:33:36.575Z] OK: 71 MiB in 55 packages [2021-02-05T08:33:43.278Z] Removing intermediate container c5407181495b [2021-02-05T08:33:43.278Z] ---> bd59940f5527 [2021-02-05T08:33:43.278Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-05T08:33:43.278Z] ---> Running in d284e734cbfa [2021-02-05T08:33:47.569Z] Collecting docker-compose==1.23.2 [2021-02-05T08:33:47.569Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-05T08:33:48.163Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-05T08:33:48.434Z] Collecting cached-property<2,>=1.2.0 [2021-02-05T08:33:48.434Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-05T08:33:48.708Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-05T08:33:48.708Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-05T08:33:51.312Z] Collecting jsonschema<3,>=2.5.1 [2021-02-05T08:33:51.312Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-05T08:33:52.284Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-05T08:33:52.284Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-05T08:33:52.876Z] Collecting docker<4.0,>=3.6.0 [2021-02-05T08:33:52.876Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-05T08:33:53.844Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-05T08:33:53.844Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-05T08:33:54.114Z] Collecting texttable<0.10,>=0.9.0 [2021-02-05T08:33:54.385Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-05T08:33:56.347Z] Collecting docopt<0.7,>=0.6.1 [2021-02-05T08:33:56.347Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-05T08:33:58.954Z] Collecting PyYAML<4,>=3.10 [2021-02-05T08:33:58.954Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-05T08:34:01.554Z] Collecting idna<2.8,>=2.5 [2021-02-05T08:34:01.830Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-05T08:34:02.422Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-05T08:34:02.422Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-05T08:34:02.694Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-05T08:34:02.694Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-05T08:34:02.966Z] Collecting docker-pycreds>=0.4.0 [2021-02-05T08:34:02.966Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-05T08:34:02.966Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-05T08:34:02.966Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-05T08:34:02.966Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-05T08:34:02.966Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-05T08:34:03.942Z] Installing collected packages: cached-property, dockerpty, jsonschema, idna, urllib3, requests, websocket-client, docker-pycreds, docker, texttable, docopt, PyYAML, docker-compose [2021-02-05T08:34:03.942Z] Running setup.py install for dockerpty: started [2021-02-05T08:34:05.904Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-05T08:34:06.175Z] Attempting uninstall: idna [2021-02-05T08:34:06.175Z] Found existing installation: idna 2.9 [2021-02-05T08:34:06.175Z] Uninstalling idna-2.9: [2021-02-05T08:34:06.175Z] Successfully uninstalled idna-2.9 [2021-02-05T08:34:07.148Z] Attempting uninstall: urllib3 [2021-02-05T08:34:07.148Z] Found existing installation: urllib3 1.25.9 [2021-02-05T08:34:07.148Z] Uninstalling urllib3-1.25.9: [2021-02-05T08:34:07.148Z] Successfully uninstalled urllib3-1.25.9 [2021-02-05T08:34:07.738Z] Attempting uninstall: requests [2021-02-05T08:34:07.738Z] Found existing installation: requests 2.23.0 [2021-02-05T08:34:07.738Z] Uninstalling requests-2.23.0: [2021-02-05T08:34:07.738Z] Successfully uninstalled requests-2.23.0 [2021-02-05T08:34:09.164Z] Running setup.py install for texttable: started [2021-02-05T08:34:11.136Z] Running setup.py install for texttable: finished with status 'done' [2021-02-05T08:34:11.136Z] Running setup.py install for docopt: started [2021-02-05T08:34:12.566Z] Running setup.py install for docopt: finished with status 'done' [2021-02-05T08:34:12.566Z] Running setup.py install for PyYAML: started [2021-02-05T08:34:15.175Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-05T08:34:15.446Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-05T08:34:19.741Z] Removing intermediate container d284e734cbfa [2021-02-05T08:34:19.741Z] ---> 81a2eb0a8fc6 [2021-02-05T08:34:19.741Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-05T08:34:19.741Z] ---> Running in 2048502416d3 [2021-02-05T08:34:20.335Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T08:34:20.612Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T08:34:21.211Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T08:34:21.211Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-05T08:34:21.211Z] (3/3) Installing curl (7.69.1-r3) [2021-02-05T08:34:21.211Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T08:34:21.211Z] OK: 71 MiB in 58 packages [2021-02-05T08:34:22.644Z] Removing intermediate container 2048502416d3 [2021-02-05T08:34:22.644Z] ---> 0d6734be28ef [2021-02-05T08:34:22.644Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-05T08:34:22.644Z] ---> Running in 2aaf8342d806 [2021-02-05T08:34:23.235Z] Removing intermediate container 2aaf8342d806 [2021-02-05T08:34:23.235Z] ---> 8cc0a3e95b62 [2021-02-05T08:34:23.235Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T08:34:23.235Z] ---> Running in 0f24503972ab [2021-02-05T08:34:23.824Z] Removing intermediate container 0f24503972ab [2021-02-05T08:34:23.824Z] ---> f632b996018c [2021-02-05T08:34:23.824Z] Step 24/26 : LABEL arch=arm64 [2021-02-05T08:34:23.824Z] ---> Running in f0d6de29c6d7 [2021-02-05T08:34:24.098Z] Removing intermediate container f0d6de29c6d7 [2021-02-05T08:34:24.099Z] ---> 0c7830efc62a [2021-02-05T08:34:24.099Z] Step 25/26 : LABEL git_sha=e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe [2021-02-05T08:34:24.368Z] ---> Running in bb5d87ebf278 [2021-02-05T08:34:24.640Z] Removing intermediate container bb5d87ebf278 [2021-02-05T08:34:24.640Z] ---> c0801695e08f [2021-02-05T08:34:24.640Z] Step 26/26 : LABEL version=0.0.0 [2021-02-05T08:34:24.911Z] ---> Running in f56f96a6231a [2021-02-05T08:34:25.186Z] Removing intermediate container f56f96a6231a [2021-02-05T08:34:25.186Z] ---> 8b9e874c177b [2021-02-05T08:34:25.186Z] [2021-02-05T08:34:25.781Z] Successfully built 8b9e874c177b [2021-02-05T08:34:25.781Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-05T08:34:26.065Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-05T08:34:26.066Z] $ docker stop --time=1 6df16beb47f66e79fe30990f0c36900c812da091f1bef0925039fee0758c9b0e [2021-02-05T08:34:27.970Z] $ docker rm -f 6df16beb47f66e79fe30990f0c36900c812da091f1bef0925039fee0758c9b0e [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-05T08:34:28.689Z] + docker images [2021-02-05T08:34:28.689Z] + grep docker [2021-02-05T08:34:28.970Z] docker-sys-mgmt-agent-go-arm64 latest 8b9e874c177b 3 seconds ago 300MB [2021-02-05T08:34:28.970Z] docker-core-metadata-go-arm64 latest 9b902291f473 About a minute ago 17.8MB [2021-02-05T08:34:28.970Z] docker-core-command-go-arm64 latest 474d4a260596 About a minute ago 16MB [2021-02-05T08:34:28.970Z] docker-security-proxy-setup-go-arm64 latest 655bbc1f8cf8 About a minute ago 23.2MB [2021-02-05T08:34:28.970Z] docker-security-bootstrapper-go-arm64 latest 2b20f5e03649 3 minutes ago 22.6MB [2021-02-05T08:34:28.970Z] docker-core-data-go-arm64 latest 03ee04183034 3 minutes ago 21MB [2021-02-05T08:34:28.970Z] docker-support-notifications-go-arm64 latest 540ec17a0ade 3 minutes ago 16.7MB [2021-02-05T08:34:28.970Z] docker-support-scheduler-go-arm64 latest 0090a7ba229c 3 minutes ago 16.1MB [2021-02-05T08:34:28.970Z] docker-security-secretstore-setup-go-arm64 latest 8197ae0ba49b 3 minutes ago 23.4MB [2021-02-05T08:34:28.970Z] docker 20.10.0 eeaf43b92773 8 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-05T08:34:31.629Z] provisioning config files... [2021-02-05T08:34:31.650Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config4133421316211007356tmp [Pipeline] { [Pipeline] sh [2021-02-05T08:34:32.074Z] + set +x [2021-02-05T08:34:32.074Z] + curl -s https://codecov.io/bash [2021-02-05T08:34:32.074Z] + bash -s -- [2021-02-05T08:34:32.651Z] [2021-02-05T08:34:32.651Z] _____ _ [2021-02-05T08:34:32.651Z] / ____| | | [2021-02-05T08:34:32.651Z] | | ___ __| | ___ ___ _____ __ [2021-02-05T08:34:32.651Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-05T08:34:32.651Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-05T08:34:32.651Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-05T08:34:32.651Z] Bash-20210129-7c25fce [2021-02-05T08:34:32.651Z] [2021-02-05T08:34:32.651Z] [2021-02-05T08:34:32.651Z] ==> git version 2.24.3 found [2021-02-05T08:34:32.651Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-05T08:34:32.651Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-05T08:34:32.651Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-05T08:34:32.651Z] ==> Jenkins CI detected. [2021-02-05T08:34:32.651Z] project root: . [2021-02-05T08:34:32.651Z] --> token set from env [2021-02-05T08:34:32.651Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-05T08:34:32.651Z] ==> Running gcov in . (disable via -X gcov) [2021-02-05T08:34:32.651Z] ==> Python coveragepy not found [2021-02-05T08:34:32.651Z] ==> Searching for coverage reports in: [2021-02-05T08:34:32.651Z] + . [2021-02-05T08:34:32.651Z] -> Found 1 reports [2021-02-05T08:34:32.651Z] ==> Detecting git/mercurial file structure [2021-02-05T08:34:32.651Z] ==> Reading reports [2021-02-05T08:34:32.651Z] + ./coverage.out bytes=585363 [2021-02-05T08:34:32.913Z] ==> Appending adjustments [2021-02-05T08:34:32.913Z] https://docs.codecov.io/docs/fixing-reports [2021-02-05T08:34:36.229Z] + Found adjustments [2021-02-05T08:34:36.229Z] ==> Gzipping contents [2021-02-05T08:34:36.229Z] 88K /tmp/codecov.cz0N6d.gz [2021-02-05T08:34:36.229Z] ==> Uploading reports [2021-02-05T08:34:36.229Z] url: https://codecov.io [2021-02-05T08:34:36.229Z] query: branch=PR-3142&commit=e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3142%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3142&job=&cmd_args= [2021-02-05T08:34:36.229Z] -> Pinging Codecov [2021-02-05T08:34:36.229Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3142&commit=e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3142%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3142&job=&cmd_args= [2021-02-05T08:34:36.491Z] -> Uploading to [2021-02-05T08:34:36.491Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-05/00271124DB129430A58F1EEE437C3FCB/e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe/a7b02290-cd77-4234-879f-ec710a863845.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210205%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210205T083436Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=83dd3e6504f8d9bd31d947e13e3459cb1638a2e8dcf57cb19f7dee9c3531d056 [2021-02-05T08:34:36.491Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T08:34:36.491Z] Dload Upload Total Spent Left Speed [2021-02-05T08:34:37.328Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88085 0 0 100 88085 0 123k --:--:-- --:--:-- --:--:-- 123k [2021-02-05T08:34:37.328Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe [Pipeline] } [2021-02-05T08:34:37.338Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-05T08:34:39.594Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T08:34:40.485Z] ---> package-listing.sh [2021-02-05T08:34:40.485Z] ++ facter osfamily [2021-02-05T08:34:40.485Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-05T08:34:40.485Z] + OS_FAMILY=redhat [2021-02-05T08:34:40.485Z] + workspace=/w/workspace/edgex-go/2 [2021-02-05T08:34:40.485Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-05T08:34:40.485Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-05T08:34:40.485Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-05T08:34:40.485Z] + PACKAGES=/tmp/packages_start.txt [2021-02-05T08:34:40.485Z] + '[' /w/workspace/edgex-go/2 ']' [2021-02-05T08:34:40.485Z] + PACKAGES=/tmp/packages_end.txt [2021-02-05T08:34:40.485Z] + case "${OS_FAMILY}" in [2021-02-05T08:34:40.485Z] + rpm -qa [2021-02-05T08:34:40.485Z] + sort [2021-02-05T08:34:45.790Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-05T08:34:45.790Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-05T08:34:45.790Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-05T08:34:45.790Z] + '[' /w/workspace/edgex-go/2 ']' [2021-02-05T08:34:45.790Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-02-05T08:34:45.790Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-02-05T08:34:45.804Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-05T08:34:46.097Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-05T08:34:46.410Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-05T08:34:46.411Z] [2021-02-05T08:34:46.411Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-05T08:34:46.766Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-05T08:34:46.766Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-05T08:34:46.766Z] df20fa9351a1: Pulling fs layer [2021-02-05T08:34:46.766Z] 36b3adc4ff6f: Pulling fs layer [2021-02-05T08:34:46.766Z] 8ad3a11d3b57: Pulling fs layer [2021-02-05T08:34:46.766Z] 46f8f816bc3b: Pulling fs layer [2021-02-05T08:34:46.766Z] 93b61091891f: Pulling fs layer [2021-02-05T08:34:46.766Z] 93b9cdb0e59b: Pulling fs layer [2021-02-05T08:34:46.766Z] 5e14af77c1be: Pulling fs layer [2021-02-05T08:34:46.766Z] 01666e4c0597: Pulling fs layer [2021-02-05T08:34:46.766Z] aa168da1d23b: Pulling fs layer [2021-02-05T08:34:46.766Z] 93b61091891f: Waiting [2021-02-05T08:34:46.766Z] 93b9cdb0e59b: Waiting [2021-02-05T08:34:46.766Z] 5e14af77c1be: Waiting [2021-02-05T08:34:46.766Z] 01666e4c0597: Waiting [2021-02-05T08:34:46.766Z] aa168da1d23b: Waiting [2021-02-05T08:34:46.766Z] 36b3adc4ff6f: Verifying Checksum [2021-02-05T08:34:46.766Z] 36b3adc4ff6f: Download complete [2021-02-05T08:34:46.766Z] 46f8f816bc3b: Verifying Checksum [2021-02-05T08:34:46.766Z] 46f8f816bc3b: Download complete [2021-02-05T08:34:47.030Z] df20fa9351a1: Verifying Checksum [2021-02-05T08:34:47.030Z] df20fa9351a1: Download complete [2021-02-05T08:34:47.030Z] 93b9cdb0e59b: Verifying Checksum [2021-02-05T08:34:47.030Z] 93b9cdb0e59b: Download complete [2021-02-05T08:34:47.030Z] 93b61091891f: Verifying Checksum [2021-02-05T08:34:47.030Z] 93b61091891f: Download complete [2021-02-05T08:34:47.030Z] 5e14af77c1be: Verifying Checksum [2021-02-05T08:34:47.030Z] 5e14af77c1be: Download complete [2021-02-05T08:34:47.030Z] 8ad3a11d3b57: Verifying Checksum [2021-02-05T08:34:47.030Z] 8ad3a11d3b57: Download complete [2021-02-05T08:34:47.030Z] 01666e4c0597: Download complete [2021-02-05T08:34:47.294Z] df20fa9351a1: Pull complete [2021-02-05T08:34:47.565Z] 36b3adc4ff6f: Pull complete [2021-02-05T08:34:48.149Z] 8ad3a11d3b57: Pull complete [2021-02-05T08:34:48.419Z] 46f8f816bc3b: Pull complete [2021-02-05T08:34:49.812Z] aa168da1d23b: Verifying Checksum [2021-02-05T08:34:49.812Z] aa168da1d23b: Download complete [2021-02-05T08:34:50.388Z] 93b61091891f: Pull complete [2021-02-05T08:34:50.388Z] 93b9cdb0e59b: Pull complete [2021-02-05T08:34:50.650Z] 5e14af77c1be: Pull complete [2021-02-05T08:34:50.650Z] 01666e4c0597: Pull complete [2021-02-05T08:34:58.839Z] aa168da1d23b: Pull complete [2021-02-05T08:34:58.839Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-05T08:34:58.839Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-05T08:34:58.839Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-05T08:34:59.031Z] prd-centos7-docker-4c-2g-25240 does not seem to be running inside a container [2021-02-05T08:34:59.085Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-05T08:35:03.289Z] $ docker top 151d2a6cdaff7c27a0d54ca41cb92f83b98c11216f55748ea388c6b107965e83 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T08:35:03.988Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-05T08:35:04.321Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-05T08:35:04.622Z] + ls /var/log/sa-host [2021-02-05T08:35:04.622Z] + sadf -c /var/log/sa-host/sa05 [2021-02-05T08:35:04.622Z] file_magic: OK [2021-02-05T08:35:04.622Z] HZ: Using current value: 100 [2021-02-05T08:35:04.622Z] file_header: OK [2021-02-05T08:35:04.622Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-05T08:35:04.622Z] Statistics: [2021-02-05T08:35:04.622Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-05T08:35:04.622Z] File successfully converted to sysstat format version 12.2.1 [2021-02-05T08:35:04.622Z] + sadf -c /var/log/sa-host/sa23 [2021-02-05T08:35:04.622Z] file_magic: OK [2021-02-05T08:35:04.622Z] HZ: Using current value: 100 [2021-02-05T08:35:04.622Z] file_header: OK [2021-02-05T08:35:04.622Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-05T08:35:04.622Z] Statistics: [2021-02-05T08:35:04.622Z] Hnuu...uuuununununu... [2021-02-05T08:35:04.622Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-05T08:35:05.329Z] provisioning config files... [2021-02-05T08:35:05.352Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config611157070735546952tmp [Pipeline] { [Pipeline] echo [2021-02-05T08:35:05.448Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T08:35:05.750Z] ---> create-netrc.sh [Pipeline] } [2021-02-05T08:35:05.760Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-05T08:35:05.885Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T08:35:06.184Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-05T08:35:06.196Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T08:35:06.493Z] ---> sudo-logs.sh [2021-02-05T08:35:06.493Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-05T08:35:06.504Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T08:35:06.802Z] ---> job-cost.sh [2021-02-05T08:35:06.802Z] lf-activate-venv: SKIPPING [2021-02-05T08:35:06.802Z] INFO: No Stack... [2021-02-05T08:35:07.749Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-05T08:35:08.323Z] INFO: Archiving Costs [Pipeline] echo [2021-02-05T08:35:08.344Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T08:35:08.643Z] ---> logs-deploy.sh [2021-02-05T08:35:08.644Z] lf-activate-venv: SKIPPING [2021-02-05T08:35:08.644Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3142/2 [2021-02-05T08:35:08.644Z] INFO: archiving workspace using pattern(s): [2021-02-05T08:35:10.569Z] Archives upload complete. [2021-02-05T08:35:10.569Z] INFO: archiving logs to Nexus [2021-02-05T08:35:11.515Z] ---> uname -a: [2021-02-05T08:35:11.515Z] Linux prd-centos7-docker-4c-2g-25240.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-02-05T08:35:11.515Z] [2021-02-05T08:35:11.515Z]